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:
Major Hayden 2020-05-13 16:02:49 -05:00 committed by Tom Gundersen
parent 6fcd994807
commit 4aeb6f2b28
2 changed files with 13 additions and 26 deletions

View file

@ -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'