Skip to content

Commit aee396a

Browse files
committed
Merge: gitlab-ci: enable rt/aarch64 for RHEL>=9.6
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/6274 Part of https://gitlab.com/cki-project/kernel-workflow/-/issues/808 Upstream Status: RHEL-only JIRA: INTERNAL Signed-off-by: Michael Hofmann <mhofmann@redhat.com> Approved-by: Juri Lelli <juri.lelli@redhat.com> Approved-by: Tales da Aparecida <tales.aparecida@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: Patrick Talbert <ptalbert@redhat.com>
2 parents 43c1586 + caa92ac commit aee396a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ c9s_rt_merge_request:
6363
# Don't add .rhel_common as we overwrite those configs
6464
extends: [.trusted, .merge_request,
6565
.9-common, .trigger_c9s_pipeline,
66-
.rt_common]
66+
.rt_gte_96_common]
6767

6868
c9s_rt_64k_merge_request:
6969
# Don't add .rhel_common as we overwrite those configs
@@ -112,7 +112,7 @@ rhel9_rt_merge_request:
112112
# Don't add .rhel_common as we overwrite those configs
113113
extends: [.internal, .merge_request, .with_notifications,
114114
.9-common, .trigger_rhel9_pipeline,
115-
.rt_common]
115+
.rt_gte_96_common]
116116

117117
rhel9_rt_64k_merge_request:
118118
# Don't add .rhel_common as we overwrite those configs
@@ -139,7 +139,7 @@ rhel9_rt_merge_request_private:
139139
# Don't add .rhel_common as we overwrite those configs
140140
extends: [.scratch, .merge_request,
141141
.9-common, .trigger_rhel9_pipeline,
142-
.rt_common]
142+
.rt_gte_96_common]
143143

144144
rhel9_rt_64k_merge_request_private:
145145
# Don't add .rhel_common as we overwrite those configs

0 commit comments

Comments
 (0)