From 137c8cc123c5d59b7751582c167023ba6b478fed Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 5 Jun 2020 12:38:35 -0700 Subject: [PATCH] openqa: test IoT dvd-ostree on aarch64, reorder file a bit Signed-off-by: Adam Williamson --- .../dispatcher/files/images.json.extraarches | 26 ++++++++++++------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/roles/openqa/dispatcher/files/images.json.extraarches b/roles/openqa/dispatcher/files/images.json.extraarches index 6a9b1d7f62..90d9240574 100644 --- a/roles/openqa/dispatcher/files/images.json.extraarches +++ b/roles/openqa/dispatcher/files/images.json.extraarches @@ -109,6 +109,22 @@ "arch": "ppc64le" } }, + { + "match": { + "subvariant": "Silverblue", + "type": "dvd-ostree", + "format": "iso", + "arch": "ppc64le" + } + }, + { + "match": { + "subvariant": "IoT", + "type": "dvd-ostree", + "format": "iso", + "arch": "ppc64le" + } + }, { "match": { "subvariant": "Server", @@ -135,20 +151,12 @@ "arch": "aarch64" } }, - { - "match": { - "subvariant": "Silverblue", - "type": "dvd-ostree", - "format": "iso", - "arch": "ppc64le" - } - }, { "match": { "subvariant": "IoT", "type": "dvd-ostree", "format": "iso", - "arch": "ppc64le" + "arch": "aarch64" } } ]