From 32c7a9046479104df09a77f5ed0352ea3248a038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Thu, 14 May 2020 10:12:19 +0200 Subject: [PATCH] schutzbot: add missing image tests openstack and ami images weren't built by Schutzbot. This commit fixes it. --- schutzbot/vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/schutzbot/vars.yml b/schutzbot/vars.yml index 2c225cae5..c5ae9b7b9 100644 --- a/schutzbot/vars.yml +++ b/schutzbot/vars.yml @@ -33,7 +33,9 @@ image_test_case_path: /usr/share/tests/osbuild-composer/cases # List of image tests and their timeouts (in minutes). osbuild_composer_image_test_cases: + - ami-boot.json - ext4_filesystem-boot.json + - openstack-boot.json - partitioned_disk-boot.json - qcow2-boot.json - tar-boot.json