-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add ability to replace image names for examples tests based on arch #3299
Add ability to replace image names for examples tests based on arch #3299
Conversation
Hi @barthy1. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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 kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbwsg 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 |
/ok-to-test |
/kind feature |
Thanks @barthy1 ! You'll need to also add a release-note section at the bottom of your PR description that looks like this:
|
9f032e3
to
4005be3
Compare
Some images which are used to run the examples tests are amd64 only. To run the examples tests for other architectures it makes sense to replace the amd64 image names to arch-specific ones at runtime. - add code to search and replace image names based on architecture in the examples yaml files at runtime. - provide mapping between amd64 and s390x image names. - remove several tests from excluded list for s390x. Signed-off-by: Yulia Gaponenko <yulia.gaponenko1@de.ibm.com>
4005be3
to
10f4e32
Compare
/retest |
@imjasonh do you have other suggestions for this PR or you are ok with the current state? |
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
/retest |
Changes
Some images which are used to run the examples tests are amd64 only.
To run the examples tests for other architectures it makes sense to replace the
amd64 image names to arch-specific ones at runtime.
examples yaml files at runtime.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
Release Notes