Add a minimal flavor for ELN (to run advisory_boot in)
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b71c8c4277
commit
d68a5cc1ba
2 changed files with 6 additions and 6 deletions
|
|
@ -120,12 +120,12 @@ UPDATE_FLAVORS = {
|
|||
# kde and server include the 'standard' group, workstation does not
|
||||
"critical-path-standard": ("kde", "kde-live-iso", "server", "server-upgrade"),
|
||||
}
|
||||
# For ELN, we don't test as much stuff and the flavor is different
|
||||
# For ELN, we don't test as much stuff and the flavors are different
|
||||
ELN_UPDATE_FLAVORS = {
|
||||
"core": ("baseos-boot-iso",),
|
||||
"critical-path-anaconda": ("baseos-boot-iso",),
|
||||
"critical-path-base": ("baseos-boot-iso",),
|
||||
"critical-path-compose": ("baseos-boot-iso",),
|
||||
"core": ("baseos-boot-iso", "minimal"),
|
||||
"critical-path-anaconda": ("baseos-boot-iso", "minimal"),
|
||||
"critical-path-base": ("baseos-boot-iso", "minimal"),
|
||||
"critical-path-compose": ("baseos-boot-iso", "minimal"),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -496,7 +496,7 @@ class TestConsumers:
|
|||
(RETRIGGER, True, None, "FEDORA-2023-1f3e17882f", "39"),
|
||||
(RETRIGGER, False, None, "FEDORA-2023-1f3e17882f", "39"),
|
||||
(NONFRETRIGGER, True, False, None, None),
|
||||
(ELNREADY, False, {'baseos-boot-iso'}, None, None),
|
||||
(ELNREADY, False, {'baseos-boot-iso', 'minimal'}, None, None),
|
||||
(ELNTLCREATE, False, False, None, None),
|
||||
# we should never schedule for 'request.testing' or 'update.edit'
|
||||
# messages since Bodhi 8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue