Actions
action #108058
closedcoordination #90086: [epic] Refactor container tests
Refactor way to get list of registry URLs for container images
Start date:
2022-03-09
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Background: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/14452
Currently we have 2 ways to execute image tests:
1) SUT=Host => we need to give an array of images according to the matrix (using released images)
2) SUT=Image => we need to give a single image URL, e.g. CONTAINER_IMAGE_TO_TEST=registry.suse.com/xyz
Some test modules expect an array and do a for loop (e.g. images.pm
) and some others expect a single image (e.g. push_container_image_to_ecr.pm
).
It would be nice to have an single and understandable place to handle that logic.
Updated by pdostal about 3 years ago
- Blocked by action #107776: Ability to provide the Container Image Under Test via job variable added
Updated by pdostal almost 3 years ago
I created work in progress pull request so please feel free to comment.
Actions