Skip to content

Commit 15cc018

Browse files
author
CKI KWF Bot
committed
Merge: gitlab-ci: disable automotive pipelines
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/7569 JIRA: INTERNAL Upstream Status: RHEL only We no longer need to run automotive pipelines in c9s but instead of removing them we'll mark them disabled for now. Signed-off-by: Scott Weaver <scweaver@redhat.com> Approved-by: Tales da Aparecida <tales.aparecida@redhat.com> Approved-by: Jarod Wilson <jarod@redhat.com> Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com> Merged-by: CKI GitLab Kmaint Pipeline Bot <26919896-cki-kmaint-pipeline-bot@users.noreply.gitlab.com>
2 parents 9b63010 + 92af36b commit 15cc018

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ include:
1111

1212
workflow: !reference [.workflow]
1313

14+
.disabled:
15+
rules:
16+
- when: never
17+
1418
.9-common:
1519
variables:
1620
srpm_make_target: dist-srpm
@@ -95,7 +99,7 @@ c9s_64k_merge_request:
9599
c9s_automotive_check_merge_request:
96100
extends: [.trusted, .merge_request,
97101
.9-common, .trigger_c9s_pipeline,
98-
.automotive_check_common, .automotive_check_c9s]
102+
.automotive_check_common, .automotive_check_c9s, .disabled]
99103

100104
c9s_baseline_coverage_build:
101105
extends: [.trusted, .baseline, .rhel_common, .only_build_and_publish,
@@ -110,13 +114,13 @@ c9s_rhel9_compat_merge_request:
110114
c9s_automotive_merge_request:
111115
extends: [.trusted, .merge_request,
112116
.9-common, .trigger_c9s_pipeline,
113-
.automotive_pipeline_common, .automotive_pipeline_c9s]
117+
.automotive_pipeline_common, .automotive_pipeline_c9s, .disabled]
114118

115119
c9s_automotive_baseline_coverage:
116120
extends: [.trusted, .baseline,
117121
.9-common, .trigger_c9s_pipeline,
118122
.automotive_pipeline_common, .automotive_pipeline_c9s,
119-
.coverage]
123+
.coverage, .disabled]
120124

121125
# RHEL9 CI
122126
rhel9_merge_request:
@@ -145,7 +149,7 @@ rhel9_automotive_check_merge_request:
145149
# Don't add .rhel_common as we overwrite those configs
146150
extends: [.internal, .merge_request, .with_notifications,
147151
.9-common, .trigger_rhel9_pipeline,
148-
.automotive_check_common, .automotive_check_rhel9]
152+
.automotive_check_common, .automotive_check_rhel9, .disabled]
149153

150154
rhel9_baseline_coverage_build:
151155
extends: [.internal, .baseline, .rhel_common, .only_build_and_publish,
@@ -156,7 +160,7 @@ rhel9_baseline_coverage_build:
156160
rhel9_automotive_merge_request:
157161
extends: [.internal, .merge_request,
158162
.9-common, .trigger_rhel9_pipeline,
159-
.automotive_pipeline_common, .automotive_pipeline_rhel9]
163+
.automotive_pipeline_common, .automotive_pipeline_rhel9, .disabled]
160164

161165
# RHEL9 private CI (including RT branches)
162166
rhel9_merge_request_private:
@@ -185,4 +189,4 @@ rhel9_automotive_check_merge_request_private:
185189
# Don't add .rhel_common as we overwrite those configs
186190
extends: [.scratch, .merge_request,
187191
.9-common, .trigger_rhel9_pipeline,
188-
.automotive_check_common, .automotive_check_rhel9]
192+
.automotive_check_common, .automotive_check_rhel9, .disabled]

0 commit comments

Comments
 (0)