From: Veronika Kabatova <vkabatov@xxxxxxxxxx> CI: use more templates Since the initial implementation, we've added a few more common options and anchors into the kernel templates. Relevant here is .rhel_common which we can now use, so we don't forget to update any of the options. Also split the lines of the "extends" lists to make a visual distinction between the common (imported) anchors and the ones defined in this CI file. Bugzilla: INTERNAL Upstream Status: RHEL-only Signed-off-by: Veronika Kabatova <vkabatov@xxxxxxxxxx> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,9 +60,6 @@ workflow: variables: builder_image_tag: latest srpm_make_target: dist-srpm - build_kabi_stablelist: 'true' - tree_yaml_name: rhel - publish_elsewhere: 'true' native_tools: 'true' .trigger_c9s_pipeline: @@ -73,6 +70,7 @@ workflow: builder_image: registry.gitlab.com/cki-project/containers/builder-stream9 architectures: 'x86_64 ppc64le aarch64 s390x' kpet_tree_family: c9s + kernel_type: 'upstream' # Needs to be overriden due to inheriting from .rhel_common .trigger_rhel9_pipeline: trigger: @@ -88,16 +86,20 @@ ark_merge_request: # Only enable c9s pipelines once we have the composes available in Beaker # c9s_merge_request: -# extends: [.trusted, .merge_request, .9-common, .trigger_c9s_pipeline] +# extends: [.trusted, .merge_request, .rhel_common, +# .9-common, .trigger_c9s_pipeline] # # c9s_baseline: -# extends: [.trusted, .baseline, .9-common, .trigger_c9s_pipeline] +# extends: [.trusted, .baseline, .rhel_common, +# .9-common, .trigger_c9s_pipeline] rhel9_merge_request: - extends: [.internal, .merge_request, .9-common, .trigger_rhel9_pipeline] + extends: [.internal, .merge_request, .rhel_common, + .9-common, .trigger_rhel9_pipeline] rhel9_baseline: - extends: [.internal, .baseline, .9-common, .trigger_rhel9_pipeline] + extends: [.internal, .baseline, .rhel_common, + .9-common, .trigger_rhel9_pipeline] # scheduled job -- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1313 _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure