-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OCPBUGS-56685: Skip SigstoreImageVerification skip test on ipv6 platform #29947
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
Conversation
Signed-off-by: Qi Wang <[email protected]>
Skipping CI for Draft Pull Request. |
@QiWang19: This pull request references Jira Issue OCPBUGS-56685, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: QiWang19 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/payload-job |
/payload-job e2e-metal-ipi-ovn-ipv6-techpreview |
@QiWang19: trigger 0 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command |
/payload-job periodic-ci-openshift-release-master-nightly-4.20-e2e-metal-ipi-serial-ovn-ipv6-techpreview |
@QiWang19: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b0fe8a40-55f7-11f0-9d4a-a6a665890cf0-0 |
It seems images should follow this https://github.com/openshift/origin/tree/main/test/extended/util/image#to-add-a-new-image so the openshift-test binary can generate a file that is used by
oc image mirror
for a disconnected environment.But the example file does not include the signature
.sig
tag entry for mirroring, andoc image mirror
does not copy the signature when only specifying the image.