From aa0299e7d363c7ece475e3cd16add5702e03657d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0pl=C3=ADchal?= Date: Thu, 12 Dec 2024 16:17:45 +0100 Subject: [PATCH] Define a new context dimension for image mode Introduce a new context dimension key `*****-mode` in order to allow enabling/disabling/adjusting tests and plans based on the distribution mode. --- spec/context/dimension.fmf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec/context/dimension.fmf b/spec/context/dimension.fmf index 8f82d6392a..bd9c2fc9bb 100644 --- a/spec/context/dimension.fmf +++ b/spec/context/dimension.fmf @@ -14,6 +14,15 @@ description: | runs (fedora, fedora-33, centos, centos-8, centos-8.4, centos-stream, centos-stream-9, rhel, rhel-8, rhel-8.4). + distro-mode + Distribution mode, ``package`` for the standard way using + packages or ``image`` for the new way of distributing + using container images. + + image-mode + Flag denoting how new content is distributed. Use ``true`` + for container images and ``false`` for standard packages. + variant The distribution variant (Client, Desktop, Server Workstation, Silverblue, CoreOS).