-
Notifications
You must be signed in to change notification settings - Fork 73
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
fix: bump to fedora:38 in dockerized tests, because 34 is missing, bump Multus, OVS, and kubevirtci #268
fix: bump to fedora:38 in dockerized tests, because 34 is missing, bump Multus, OVS, and kubevirtci #268
Conversation
Signed-off-by: Nick Rogers <[email protected]>
Hi @courtland. Thanks for your PR. I'm waiting for a k8snetworkplumbingwg member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/retest |
CI failed installing dependencies on the e2e test cluster:
Trying again, in case it was a temporary issue. If not, we will probably need to fix the CI environment. |
/retest |
Checking if bump of kubevirtci and OVS helps: #270 |
These dependencies were quite outdated and did not pass on CI anymore. This patch brings them up to date. Signed-off-by: Petr Horacek <[email protected]>
/retest |
1 similar comment
/retest |
/retest Giving last chance to the flaky test. |
Hah it worked! |
/lgtm Wonderful! Thanks for the fix @courtland |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: courtland, phoracek 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 |
/override pull-e2e-ovs-cni |
/retest |
1 similar comment
/retest |
/retest Sorry about the flaky CI. |
@courtland: The following test failed, say
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. I understand the commands that are listed here. |
Merging manually. The test failure is not related to the PR. |
It's all good. What would any CI be without some flakes? :D Thanks for your help in getting this through. |
Thank you for pushing this forward! Much appreciated o/ |
./cluster/cli.sh ssh ${node} -- sudo systemctl daemon-reload | ||
./cluster/cli.sh ssh ${node} -- sudo systemctl enable openvswitch | ||
./cluster/cli.sh ssh ${node} -- sudo systemctl restart openvswitch | ||
./cluster/cli.sh ssh ${node} -- sudo systemctl restart NetworkManager |
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.
sudo systemctl enable --now openvswitch
should be enough right ?
this what we are doing on CNAO
the cluster is recreated from scratch, so the file system is refreshed and NM is fresh started as well
/cherry-pick release-0.29 |
@phoracek: #268 failed to apply on top of branch "release-0.29":
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. |
What this PR does / why we need it:
quay.io pulled docker images for fedora:34
Special notes for your reviewer:
Fixes #267
Release note: