-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CI: set and verify DESIRED_NETWORK (netavark, cni) #16389
CI: set and verify DESIRED_NETWORK (netavark, cni) #16389
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago 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 |
111f12a
to
32aa558
Compare
LGTM |
32aa558
to
2bce17c
Compare
/hold #15760 appears to be close to merging, I will defer to it and will reconcile conflicts here. |
2bce17c
to
6a631b4
Compare
5c8c5b3
to
27f5d2b
Compare
27f5d2b
to
c0fdde5
Compare
.cirrus.yml
Outdated
- env: &priorfedora_envvars | ||
DISTRO_NV: ${PRIOR_FEDORA_NAME} | ||
VM_IMAGE_NAME: ${PRIOR_FEDORA_CACHE_IMAGE_NAME} | ||
CTR_FQIN: ${PRIOR_FEDORA_CONTAINER_FQIN} | ||
CI_DESIRED_RUNTIME: crun | ||
CI_DESIRED_NETWORK: netavark |
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.
I thought prior fedora should use cni?
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.
Ugh - that's what happens when I code late in the day. Thank you for catching that. Fixed and pushed.
We have CI tests running in netavark mode when CNI is desired. Add a new .cirrus.yml envariable, CI_DESIRED_NETWORK, which we then force-check in e2e and system tests. Simple copy/paste of containers#14912 (the RUNTIME check) with manual s/RUNTIME/NETWORK/ and other minor changes. Signed-off-by: Ed Santiago <[email protected]>
c0fdde5
to
d7e70c7
Compare
/lgtm |
We have CI tests running in netavark mode when CNI is desired.
Add a new .cirrus.yml envariable, CI_DESIRED_NETWORK, which
we then force-check in e2e and system tests. Simple copy/paste
of #14912 (the RUNTIME check) with manual s/RUNTIME/NETWORK/
and other minor changes.
Signed-off-by: Ed Santiago [email protected]