-
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
Add K8s-1.23 SR-IOV lane jobs #2477
Conversation
The new job should run right after 1.22 SR-IOV lane periodic job. Signed-off-by: Or Mergi <[email protected]>
Signed-off-by: Or Mergi <[email protected]>
Disable kind-1.22-sriov lane and run the new kind-1.23-sriov lane instead. Signed-off-by: Or Mergi <[email protected]>
/rehearse pull-kubevirt-e2e-kind-1.23-sriov |
/rehearse |
/rehearse |
If possible please, next time |
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 |
/hold |
/unhold I had a question on the 1.22 sriov periodic but answered in the PR notes. |
@ormergi: 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. |
Noted |
@ormergi one note: if you want to get an overview of when the several periodics are running, there's this one available:
|
Very nice, thanks :) |
This PR adds new periodic and presubmit jobs for testing Kubevirt SR-IOV tests on k8s-1.23 cluster (using the new SR-IOV kubecirtci provider kubevirt/kubevirtci#897).
And use the new jobs instead of the old ones (i.e: use pull-kubevirt-e2e-kind-1.23-sriov instead of pull-kubevirt-e2e-kind-1.22-sriov).
Note to reviewer:
pull-kubevirt-e2e-kind-1.23-sriov
).kind-1.23-sriov
periodic job will start afterkind-1.22-sriov
perodic job.We can remove it as soon as we see that the new periodic job is stable.