Skip to content

Commit cfa59c9

Browse files
committed
CI: Fix kernel-64k DataWarehouse name
This only affects where the pipelines appear in DataWarehouse. Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Michael Hofmann <mhofmann@redhat.com>
1 parent c06eb11 commit cfa59c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ rhel9_64k_merge_request:
133133
extends: [.internal, .merge_request, .with_notifications,
134134
.9-common, .trigger_rhel9_pipeline,
135135
.64k_common,
136-
.64k_full_c9s]
136+
.64k_full_rhel9]
137137

138138
rhel9_baseline_coverage_build:
139139
extends: [.internal, .baseline, .rhel_common, .only_build_and_publish, .coverage,
@@ -156,4 +156,4 @@ rhel9_64k_merge_request_private:
156156
extends: [.scratch, .merge_request,
157157
.9-common, .trigger_rhel9_pipeline,
158158
.64k_common,
159-
.64k_full_c9s]
159+
.64k_full_rhel9]

0 commit comments

Comments
 (0)