-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add clean up code in e2e to enable multiple runs on the same cluster #449
base: main
Are you sure you want to change the base?
Conversation
Although the fix is only for emulator mode, it would be still a good idea to verify it on GPUs to make sure we aren't accidentally breaking e2e there. /hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harche 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 |
@asm582 our MoC cluster is having some hardware issue CCI-MOC/esi#702. Do you have any cluster with GPUs to test the e2e with this PR? |
Running into capacity issues with GCP too :( |
Nevermind, I got some allocated to me from us-central zone. |
Sorry, we have a busy cluster today, let me see if I can get to this today |
No worries, right after I wrote that, I got the GPUs allocated in GCP. |
Alright the test pass on GPUs, but @cpmeadors suggested on slack that we can add a check in BeforeSuite as well to make sure we only have 1 instaslice object before starting the tests in emulator mode. I will update the PR accordingly. |
Signed-off-by: Harshal Patil <[email protected]>
@harche: The following test failed, say
Full PR test history. Your PR dashboard. 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. |
This PR adds a clean up code to run e2e on the same node multiple times.
Fixes : #448