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

Add ARK debug pipeline

Looking at Koji, debug variants are only enabled for aarch64/x86_64.

https://koji.fedoraproject.org/koji/buildinfo?buildID=2220061
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
@@ -87,6 +87,13 @@ ark_merge_request:
     package_name: kernel
     architectures: x86_64 aarch64 s390x ppc64le
 
+ark_debug_merge_request:
+  extends: [.trusted-ark, .merge_request, .trigger_ark_pipeline]
+  variables:
+    rpmbuild_with: up dbgonly
+    package_name: kernel-debug
+    architectures: x86_64 aarch64
+
 # ELN CI
 eln_merge_request:
   extends: [.trusted-ark, .merge_request, .trigger_eln_pipeline]

--
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