preparing for RT

This commit is contained in:
nazunalika 2021-08-23 15:53:11 -07:00
parent 588d36165d
commit 1bdb6283ce
Signed by: label
GPG Key ID: 6735C0E1BD65D048
3 changed files with 16 additions and 7 deletions

View File

@ -1,11 +1,11 @@
filter_packages = [
("^(BaseOS|AppStream|HighAvailability|ResilientStorage)$", {
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT)$", {
"*": [
"python36",
"gcc-toolset-9-*-testsuite",
"gcc-toolset-9-gcc-plugin-devel",
"tuned-profiles-sap", # RCM-53604 - This should be only in SAP
"tuned-profiles-sap-hana", # RCM-53604 - This should be only in SAPHANA
"tuned-profiles-sap",
"tuned-profiles-sap-hana",
"java-*slowdebug*",
"java-*fastdebug*",
"insights-client",
@ -23,6 +23,13 @@ filter_packages = [
]
}),
("^RT$", {
"*": [
"kernel-rt-kvm-debuginfo",
"kernel-rt-debug-kvm-debuginfo",
]
}),
("^.*$", {
"*": [
"java-11-openjdk-*slowdebug*",

View File

@ -104,8 +104,7 @@ lorax_options = [
]
buildinstall_skip = [
#("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
("^(AppStream|PowerTools|HighAvailability|ResilientStorage)$", {
("^(AppStream|PowerTools|HighAvailability|ResilientStorage|RT)$", {
"*": True
}),
]
@ -122,8 +121,7 @@ image_volid_formats = [ '{release_short}-8.4-{arch}-{disc_type}', ]
create_optional_isos = False
createiso_skip = [
#('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage)$', {
('^(BaseOS|AppStream|Minimal|PowerTools|HighAvailability|ResilientStorage|RT)$', {
'*': True,
'src':True
}),

View File

@ -294,6 +294,10 @@
<arches>
<arch>x86_64</arch>
</arches>
<groups>
<group default="true">rt</group>
<group default="true">rt-debug</group>
</groups>
</variant>
<!-- Live Variants, loosely borrowed from Fedora