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

gitlab-ci: use --with debug/base to select kernel variants

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
@@ -122,37 +122,37 @@ workflow:
 
 .variants:
   rawhide-up: &rawhide-up
-    rpmbuild_with: up
+    rpmbuild_with: up base
     package_name: kernel
     architectures: x86_64 aarch64 s390x ppc64le
     run_redhat_self_test: 'true'
   rawhide-up-debug: &rawhide-up-debug
-    rpmbuild_with: up dbgonly
+    rpmbuild_with: up debug
     package_name: kernel-debug
     architectures: x86_64 aarch64
   eln-up: &eln-up
-    rpmbuild_with: up
+    rpmbuild_with: up base
     package_name: kernel
     architectures: x86_64 aarch64 s390x ppc64le
     run_redhat_self_test: 'true'
   eln-up-debug: &eln-up-debug
-    rpmbuild_with: up dbgonly
+    rpmbuild_with: up debug
     package_name: kernel-debug
     architectures: x86_64 aarch64 s390x ppc64le
   eln-rt: &eln-rt
-    rpmbuild_with: realtime
+    rpmbuild_with: realtime base
     package_name: kernel-rt
     architectures: x86_64
   eln-rt-debug: &eln-rt-debug
-    rpmbuild_with: realtime dbgonly
+    rpmbuild_with: realtime debug
     package_name: kernel-rt-debug
     architectures: x86_64
   eln-64k: &eln-64k
-    rpmbuild_with: arm64_64k
+    rpmbuild_with: arm64_64k base
     package_name: kernel-64k
     architectures: aarch64
   eln-64k-debug: &eln-64k-debug
-    rpmbuild_with: arm64_64k dbgonly
+    rpmbuild_with: arm64_64k debug
     package_name: kernel-64k-debug
     architectures: aarch64
 

--
https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647
_______________________________________________
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