From: Michael Hofmann <mhofm...@redhat.com>

Move ARK pipeline variables into job template

Signed-off-by: Michael Hofmann <mhofm...@redhat.com>

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index blahblah..blahblah 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,7 +41,6 @@ workflow:
     name: kernel-ark
     builder_image: quay.io/cki/builder-rawhide
     srpm_make_target: dist-srpm
-    rpmbuild_with: 'up'
     run_redhat_self_test: 'true'
     skip_setup: 'true'
     skip_test: 'true'
@@ -55,9 +54,8 @@ workflow:
       variables:
         skip_build: 'true'
         skip_publish: 'true'
+        architectures: ''
     - when: on_success
-      variables:
-        architectures: 'x86_64 aarch64 s390x ppc64le'
 
 .trigger_eln_pipeline:
   stage: test
@@ -84,6 +82,10 @@ workflow:
 # ARK CI
 ark_merge_request:
   extends: [.trusted-ark, .merge_request, .trigger_ark_pipeline]
+  variables:
+    rpmbuild_with: up
+    package_name: kernel
+    architectures: x86_64 aarch64 s390x ppc64le
 
 # ELN CI
 eln_merge_request:

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2575
_______________________________________________
kernel mailing list -- kernel@lists.fedoraproject.org
To unsubscribe send an email to kernel-le...@lists.fedoraproject.org
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@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to