CI: Split image tests into separate tasks
Make it easier to see progress in Jenkins for image tests and keep their logs separated for easier diagnosis of problems. Signed-off-by: Major Hayden <major@redhat.com>
This commit is contained in:
parent
6fcd994807
commit
4aeb6f2b28
2 changed files with 13 additions and 26 deletions
|
|
@ -19,6 +19,9 @@
|
|||
|
||||
- name: Run osbuild-composer image tests
|
||||
include_tasks: test_runner_image.yml
|
||||
loop: "{{ osbuild_composer_image_test_cases }}"
|
||||
loop_control:
|
||||
loop_var: test_case
|
||||
when:
|
||||
- test_type == 'image'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue