-
Notifications
You must be signed in to change notification settings - Fork 140
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
k3d-sriov: Replace kind with k3d for SR-IOV jobs #2634
Conversation
Skipping CI for Draft Pull Request. |
/rehearse |
1 similar comment
/rehearse |
known failures, cpu management (will fix soon) |
/rehearse |
/rehearse |
1 similar comment
/rehearse |
/rehearse |
1 similar comment
/rehearse |
/rehearse |
4 similar comments
/rehearse |
/rehearse |
/rehearse |
/rehearse |
Signed-off-by: Or Shoval <[email protected]>
Signed-off-by: Or Shoval <[email protected]>
Signed-off-by: Or Shoval <[email protected]>
Signed-off-by: Or Shoval <[email protected]>
…ov presubmit The k3d is already always_run for kubevirtci presubmit. Signed-off-by: Or Shoval <[email protected]>
/cc @EdDev @brianmcarey |
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.
Thank you for this!
I think we need an intermediate period on which this jobs runs periodically and without voting from the PR/s, to assure stability.
Maybe a periodic is enough.
After a week or so, we can do the final switch.
Periodic will run just a few times, unless we do it more frequent as periodic Another option is to run it manually X times, 20 is fine ? more ? Thought about just switching, and if needed we can switch back, For reverting kubevirt we can just revert this commit 145567a Note that it is already voting as part of kubevirtci, which runs all the tests beside the 2 cpu manager ones (for some reason, was the same on kind) https://prow.ci.kubevirt.io/?job=check-up-k3d-1.25-sriov |
@EdDev |
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.
/lgtm
Thanks Edy wdyt? It runs at least twice per day because the presubmit on kubevirtci |
kubevirt/kubevirt#9326 was merged @brianmcarey Thanks |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: brianmcarey 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 |
@oshoval: Updated the
In response to this:
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/test-infra repository. |
Add k3d-sriov presubmit and periodic jobs.
Switch kubevirt presubmit kind with k3d as the gating job.
Disable gating of kubevirtci kind-1.23-sriov presubmit (k3d-sriov is gating already).
Fix name typo of kubevirt kind periodic
Kept the kind-1.23-sriov kubevirt periodic for now.
Depends on
kubevirt/kubevirtci#972 (need to be bumped as well)
kubevirt/kubevirt#9326