CI: Remove unused kpet_tree_family
Remove the no-longer used `kpet_tree_family` option from the .gitlab-ci.yml file. Concerns: https://gitlab.com/cki-project/pipeline-definition/-/issues/206 Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
This commit is contained in:
parent
7bee8504d1
commit
2c77fb46d7
|
@ -23,7 +23,6 @@ workflow: !reference [.workflow]
|
|||
variables:
|
||||
name: c9s
|
||||
builder_image: quay.io/cki/builder-stream9
|
||||
kpet_tree_family: c9s
|
||||
kpet_tree_name: c9s
|
||||
run_redhat_self_test: 'true'
|
||||
|
||||
|
@ -33,7 +32,6 @@ workflow: !reference [.workflow]
|
|||
variables:
|
||||
name: rhel9
|
||||
builder_image: quay.io/cki/builder-rhel9
|
||||
kpet_tree_family: rhel9
|
||||
run_redhat_self_test: 'true'
|
||||
|
||||
.trigger_rhel9_build:
|
||||
|
@ -45,7 +43,6 @@ workflow: !reference [.workflow]
|
|||
.automotive_full_c9s:
|
||||
variables:
|
||||
name: kernel-automotive-c9s
|
||||
kpet_tree_family: autosd-rt
|
||||
kpet_tree_name: autosd-rt
|
||||
disttag_override: '.el9iv'
|
||||
AWS_UPT_IMAGE_NAME_FILTER: 'auto-osbuild-qemu-cs9-cki-ostree-*'
|
||||
|
@ -54,13 +51,11 @@ workflow: !reference [.workflow]
|
|||
.rt_full_c9s:
|
||||
variables:
|
||||
name: kernel-rt-c9s
|
||||
kpet_tree_family: c9s-rt
|
||||
kpet_tree_name: c9s-rt
|
||||
|
||||
.rt_full_rhel9:
|
||||
variables:
|
||||
name: kernel-rt-rhel9
|
||||
kpet_tree_family: rhel9-rt
|
||||
|
||||
.64k_full_c9s:
|
||||
variables:
|
||||
|
|
Loading…
Reference in New Issue