From 9c82d7267a56e0eb15627d5f4f039383f8f77a02 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 13 2018 16:05:00 +0000 Subject: Handle rename of "AtomicWorkstation" to "Silverblue" ...fine, just rename things all the time guys, doesn't cause anyone else any inconvenience, oh no... Signed-off-by: Adam Williamson --- diff --git a/fedora_openqa/config.py b/fedora_openqa/config.py index f4bf2bd..7c8ca8f 100644 --- a/fedora_openqa/config.py +++ b/fedora_openqa/config.py @@ -211,6 +211,8 @@ WANTED = [ }, }, { + # This was renamed 'Silverblue' from F29 onward, we can drop + # this match probably after F27 goes EOL or something "match": { "subvariant": "AtomicWorkstation", "type": "dvd-ostree", @@ -218,6 +220,14 @@ WANTED = [ "arch": "x86_64", }, }, + { + "match": { + "subvariant": "Silverblue", + "type": "dvd-ostree", + "format": "iso", + "arch": "x86_64", + }, + }, ] # Whitelist of non-critpath package names to run update tests on. diff --git a/images.json.sample b/images.json.sample index df211f7..b418232 100644 --- a/images.json.sample +++ b/images.json.sample @@ -167,6 +167,14 @@ }, { "match": { + "subvariant": "Silverblue", + "type": "dvd-ostree", + "format": "iso", + "arch": "x86_64" + } + }, + { + "match": { "subvariant": "Server", "type": "boot", "format": "iso",