]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-source-dist: Avoid arm64 machines 2438/head
authorZack Cerza <zack@cerza.org>
Fri, 29 Aug 2025 18:07:25 +0000 (12:07 -0600)
committerZack Cerza <zack@cerza.org>
Fri, 29 Aug 2025 18:07:25 +0000 (12:07 -0600)
They are very slow when running this job.

Signed-off-by: Zack Cerza <zack@cerza.org>
ceph-source-dist/build/Jenkinsfile

index 6928918dbff02c557cdde7965438b4f234d1caf0..ee90c4014e52b14c78898c21e72459ca1c3e2257 100644 (file)
@@ -2,7 +2,7 @@ def checkout_ref = ""
 
 pipeline {
   agent {
-    label "gigantic"
+    label "gigantic&&x86_64"
   }
   stages {
     stage("repository") {