Skip to content

Commit 56c5fb7

Browse files
author
Herton R. Krzesinski
committed
Merge: gitlab-ci: use CI templates from production branch
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/1941 The kernel_templates.yml file is pulled directly from pipeline-definition in the parent pipeline. While CKI can test new versions of the child pipelines via the cki-bot instrumentation, that is not possible for anything related to the parent pipeline. To at least make it possible to test-run changes before merging an MR in pipeline-definition, pull the kernel_templates.yml file from the production branch. This branch can be updated via a manual job from pipeline-definition MRs and easily rolled back without going through a full git revert cycle. Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Michael Hofmann <mhofmann@redhat.com> Approved-by: Veronika Kabátová <veruukabatova@protonmail.com> Approved-by: Patrick Talbert <ptalbert@redhat.com> Approved-by: Serhii Turivnyi <sturivny@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents 82376e2 + d860a36 commit 56c5fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
include:
88
- project: cki-project/pipeline-definition
9-
ref: main
9+
ref: production
1010
file: kernel_templates.yml
1111

1212
workflow: !reference [.workflow]

0 commit comments

Comments
 (0)