From: Veronika Kabatova <vkabatov@xxxxxxxxxx> CI: Update ppc64le config The RHEL container is now available so we can unify the architecture list. We also need to specify which CKI power builder should be used, as CKI has more of them and not all are supported for c9s/RHEL9. 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 @@ -61,6 +61,8 @@ workflow: builder_image_tag: latest srpm_make_target: dist-srpm native_tools: 'true' + architectures: 'x86_64 ppc64le aarch64 s390x' + POWER_BUILDER_SUFFIX: '-p9' .trigger_c9s_pipeline: trigger: @@ -68,7 +70,6 @@ workflow: variables: name: centos-stream-9 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 @@ -78,7 +79,6 @@ workflow: variables: name: rhel9 builder_image: quay.io/cki/builder-rhel9 - architectures: 'x86_64 aarch64 s390x' #ppc64le container is not available yet kpet_tree_family: rhel9 ark_merge_request: -- 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