Skip to content

Commit 26f4827

Browse files
committed
CI: Add pipelines for kernel-64k variant for RHEL
So we don't have to update CI immediately after RHEL branches from c9s. Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Veronika Kabatova <vkabatov@redhat.com>
1 parent b0a3b48 commit 26f4827

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitlab-ci.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ workflow: !reference [.workflow]
7777
variables:
7878
name: kernel-64k-c9s
7979

80+
.64k_full_rhel9:
81+
variables:
82+
name: kernel-64k-rhel9
83+
8084
.automotive_check_c9s_overrides:
8185
trigger:
8286
branch: c9s-automotive
@@ -151,6 +155,13 @@ rhel9_merge_request:
151155
extends: [.internal, .merge_request, .rhel_common, .with_notifications,
152156
.9-common, .trigger_rhel9_pipeline]
153157

158+
rhel9_64k_merge_request:
159+
# Don't add .rhel_common as we overwrite those configs
160+
extends: [.internal, .merge_request, .with_notifications,
161+
.9-common, .trigger_rhel9_pipeline,
162+
.64k_common,
163+
.64k_full_c9s]
164+
154165
rhel9_realtime_check_merge_request:
155166
extends: [.internal, .merge_request,
156167
.9-common,
@@ -173,6 +184,13 @@ rhel9_merge_request_private:
173184
extends: [.scratch, .merge_request, .rhel_common,
174185
.9-common, .trigger_rhel9_pipeline]
175186

187+
rhel9_64k_merge_request_private:
188+
# Don't add .rhel_common as we overwrite those configs
189+
extends: [.scratch, .merge_request,
190+
.9-common, .trigger_rhel9_pipeline,
191+
.64k_common,
192+
.64k_full_c9s]
193+
176194
rhel9_realtime_check_merge_request_private:
177195
extends: [.scratch, .merge_request,
178196
.9-common,

0 commit comments

Comments
 (0)