Move image caching from Zuul playbook #751
Labels
1. Feature request
A request for a new feature
2. CI
Automation of testing, analysis and other actions
2. Testing
Related to testing of Toolbox - unit, system,..
Milestone
Is your feature request related to a problem? Please describe.
Since #517 we have a mechanism for caching OCI images for greater CI reliability. This mechanism is part of the CI configuration and thus can not be utilized in e.g. Toolbox's rpm subpackage
-tests
because there's no script to package. This makes the package useless because the helper functions in system tests for pulling images rely on this mechanism being online.Describe the solution you'd like
Extract the image caching mechanism pro Zuul Ansible playbook into a script. Call the script in the CI instead.
Additional context
Greater usability/reliability of the tests means higher chance of having the tests used somewhere (e.g., containers/podman#10296).
The text was updated successfully, but these errors were encountered: