From bfd281cc4251c87fe7c127873ccedacc17dd656a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 21 Nov 2019 12:14:33 -0800 Subject: [PATCH] openqa/dispatcher: schedule for Cloud_Base qcow2 images This adjusts the images.json.extraarches used on staging to look for Cloud_Base qcow2 images now we want to test those too. Prod uses the stock config baked into fedora_openqa, which has also been adjusted. Signed-off-by: Adam Williamson --- .../dispatcher/files/images.json.extraarches | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index c10cbe729a..03ad3b8717 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -134,6 +134,14 @@ "arch": "x86_64" } }, + { + "match": { + "subvariant": "Cloud_Base", + "type": "qcow2", + "format": "qcow2", + "arch": "x86_64", + }, + }, { "match": { "subvariant": "Server", @@ -152,6 +160,14 @@ }, "score": 10 }, + { + "match": { + "subvariant": "Cloud_Base", + "type": "qcow2", + "format": "qcow2", + "arch": "ppc64le", + }, + }, { "match": { "subvariant": "Server", @@ -170,6 +186,14 @@ }, "score": 10 }, + { + "match": { + "subvariant": "Cloud_Base", + "type": "qcow2", + "format": "qcow2", + "arch": "aarch64", + }, + }, { "match": { "subvariant": "Silverblue",