-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to replace image names for examples tests based on arch
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 <[email protected]>
- Loading branch information
1 parent
7544938
commit f257b88
Showing
2 changed files
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters