Add a minimal flavor for ELN (to run advisory_boot in)
All checks were successful
CI via Tox / tox (pull_request) Successful in 2m4s
CI via Tox / checkwiki (pull_request) Successful in 49s

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2026-05-19 17:53:05 -07:00
commit d68a5cc1ba
2 changed files with 6 additions and 6 deletions

View file

@ -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"),
}

View file

@ -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