-
Notifications
You must be signed in to change notification settings - Fork 116
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: skip creating multiple component for symlink test #1396
fix: skip creating multiple component for symlink test #1396
Conversation
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.
Thank you!
Multi-arch test failing with:
|
/retest |
/retest ORAS artifacts are incomplete. I'm unable to tell what the failure was. |
Same error as before:
Is the multi-platform operator not working as expected? |
Yeah, there's something up with the multi-platform operator. I'm seeing this in the logs:
|
I think to run the "docker-build-multi-platform-oci-ta" pipeline in e2e-tests CI, we have to configure "host-config" configMap needed by multi-platform-controller. Skipping it temporarily in the current PR to unblock CI, |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kasemAlem, lcarva 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 |
/lgtm |
Description
Observed that multiple component/pipelineruns getting created for the symlink component test after this PR got merged, we expect to run symlink component with only one pipeline bundle
docker-build
, since it is just a negative scenarioIssue ticket number and link
NA
Type of change
How Has This Been Tested?
Locally
Checklist: