From c3184ea3a039d848d066abc52a179f4acbe79e87 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 4 Nov 2024 10:48:46 +0300 Subject: [PATCH] Drop NFV and RT variants --- msvsphere-aarch64/general.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/msvsphere-aarch64/general.conf b/msvsphere-aarch64/general.conf index 87f7203..f61c23e 100644 --- a/msvsphere-aarch64/general.conf +++ b/msvsphere-aarch64/general.conf @@ -41,7 +41,7 @@ gather_method = { "comps": "deps", "json": "deps", }, - "^(AppStream|CRB|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|Testing)$": "hybrid", + "^(AppStream|CRB|Devel|HighAvailability|ResilientStorage|Minimal|Server|Extras|Testing)$": "hybrid", } hashed_directories = False @@ -76,11 +76,10 @@ create_optional_isos = False createiso_use_xorrisofs = True createiso_skip = [ - ("^(BaseOS|AppStream|CRB|Devel|HighAvailability|ResilientStorage|NFV|RT|Minimal|Server|Extras|Testing)$", { + ("^(BaseOS|AppStream|CRB|Devel|HighAvailability|ResilientStorage|Minimal|Server|Extras|Testing)$", { # No binary ISOs for BaseOS (but still generate src ISOs) - RCM-41330 # No binary ISOs for AppStream (but still generate src ISOs) - RCM-40356 # No binary or src ISOs for CRB - # No binary or src ISOs for NFV # Note: "*" matches only binary architectures. "*": True, "src":True #RCM-41427 -Disable source iso generation during createiso phase @@ -133,10 +132,6 @@ variant_as_lookaside = [ ('HighAvailability', 'AppStream'), ("ResilientStorage", "BaseOS"), ("ResilientStorage", "AppStream"), - ("RT", "BaseOS"), - ("RT", "AppStream"), - ("NFV", "BaseOS"), - ("NFV", "AppStream"), ("Devel", "BaseOS"), ("Devel", "AppStream"), ("Devel", "Extras"),