-
Notifications
You must be signed in to change notification settings - Fork 75
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
cluster: Allow kubevirtci tag overriding #319
Conversation
Skipping CI for Draft Pull Request. |
It is helpful either manually or for example when used from CNAO, to use same tag of the cluster that CNAO deployed. Otherwise a kubevirtci tag mismatch can cause failures once running from CNAO. Signed-off-by: Or Shoval <oshoval@redhat.com>
Previous method doesnt support newer versions anymore (or not at least atm). Just use wget instead. Signed-off-by: Or Shoval <oshoval@redhat.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: oshoval, 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 |
What this PR does / why we need it:
It is helpful either manually or for example
when used from CNAO, to use same tag of the cluster that CNAO deployed.
Otherwise a kubevirtci tag mismatch can cause failures once running OVS e2e tests from CNAO.
Beside that fix go download, as the previous method doesn't work anymore.
https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/k8snetworkplumbingwg_ovs-cni/319/pull-e2e-ovs-cni/1808463231954456576#1:build-log.txt%3A9859
go.mod was changed to fit the new download mechanism,
but anyhow lately this is common on all repos to add the patch, i.e kubevirt as well
that was changed lately https://github.com/kubevirt/kubevirt/blob/a3b2bf3a54936b3dedf1341f6927ba6bdda51557/go.mod#L210
This semantic is allowed, and even required when the toolchain arg will present.
Special notes for your reviewer:
Release note: