- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.1k
[CI] add kvm-docker-linux-x86-64 integration test in prow #21556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| [APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ComradeProgrammer The full list of commands accepted by this bot can be found here. The pull request process is described here 
Needs approval from an approver in each of these files:
 
 Approvers can indicate their approval by writing  | 
c19610d    to
    a232d5e      
    Compare
  
    6543f9a    to
    a0e55b8      
    Compare
  
    6f29cd6    to
    a961e63      
    Compare
  
    a961e63    to
    016d659      
    Compare
  
    There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great work @ComradeProgrammer I am very excited to see this merged soon
lets do the following
1- Lets try to see if we can use Nested Images simmilar to "https://brianlinkletter.com/2017/12/enable-nested-virtualization-on-google-cloud/". we can  find newer images simmilar to it
2- Change the test names
3- Add Gopogh Artifacts
7db7229    to
    1460da9      
    Compare
  
    b34bfc8    to
    1b5d436      
    Compare
  
    cb6d72d    to
    3c116bd      
    Compare
  
    3c116bd    to
    d563d80      
    Compare
  
    041b3e3    to
    7ac0995      
    Compare
  
    | /ok-to-test | 
| @ComradeProgrammer: The following tests failed, say  
 Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. | 
|  | ||
| set -eux -o pipefail | ||
|  | ||
| go install github.com/medyagh/gopogh/cmd/gopogh@v0.29.0 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets add this file to the gopogh updater in hack folder to make sure it gets updated
|  | ||
| function install_gotestsum() { | ||
| rm -f $(which gotestsum) | ||
| sudo env "GOBIN=$GOROOT/bin" "PATH=$PATH" go install gotest.tools/gotestsum@v1.12.3 | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the hack updater should check here too
minitestto allocate a new test environment(gcp project) via boskos in prowcloses #21332