From 42359a80c0b23630547f76badb871da79f2f6d2d Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 28 Jun 2019 10:25:29 -0700 Subject: [PATCH] openqa/dispatcher: fix Silverblue name in extraaraches JSON We use a 'wanted images' config file for staging, which makes us look for images from aarch64 and ppc64le arches; this was not updated when AtomicWorkstation was renamed Silverblue, so we haven't been scheduling Silverblue tests on staging at all... Signed-off-by: Adam Williamson --- roles/openqa/dispatcher/files/images.json.extraarches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 8fb1402e3a..3bff39002b 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -128,7 +128,7 @@ }, { "match": { - "subvariant": "AtomicWorkstation", + "subvariant": "Silverblue", "type": "dvd-ostree", "format": "iso", "arch": "x86_64"