-
Notifications
You must be signed in to change notification settings - Fork 94
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
e2e-test: fix e2e-test pipelines #1651
e2e-test: fix e2e-test pipelines #1651
Conversation
- pin operator manager to use release v0.8.0 tag Signed-off-by: Da Li Liu <liudali@cn.ibm.com>
Hey @liudalibj - have you tried this out locally as confidential-containers/operator#262 suggested that this pinning might not work fully and be enough and you might still get |
I tied it locally
this command can make I added the |
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 as long as the tests pass. 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.
lgtm
Given that this passes the e2e test with libvirt and other PRs are not, I think we need to merge it to unblock things now. Thanks @liudalibj! |
From last Saturday, the opensource e2e test pipelines are failed with error:
eg: https://github.com/confidential-containers/cloud-api-adaptor/actions/runs/7429572885/job/20218312686#step:5:1827
Did a dig found that log from the
cc-operator-daemon-install
looks like:This is because the operator change from confidential-containers/operator#303
As we want to keep the operator using v0.8.0:
github.com/confidential-containers/operator/config/default?ref=v0.8.0
is used but the operator image from this url is:We should use
github.com/confidential-containers/operator/config/release?ref=v0.8.0
, it pin the operator image to v0.8.0 tag:https://github.com/confidential-containers/operator/blob/v0.8.0/config/release/kustomization.yaml#L7