@@ -11,6 +11,10 @@ include:
1111
1212workflow : !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:
9599c9s_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
100104c9s_baseline_coverage_build :
101105 extends : [.trusted, .baseline, .rhel_common, .only_build_and_publish,
@@ -110,13 +114,13 @@ c9s_rhel9_compat_merge_request:
110114c9s_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
115119c9s_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
122126rhel9_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
150154rhel9_baseline_coverage_build :
151155 extends : [.internal, .baseline, .rhel_common, .only_build_and_publish,
@@ -156,7 +160,7 @@ rhel9_baseline_coverage_build:
156160rhel9_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)
162166rhel9_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