From: Zack Cerza Date: Fri, 29 Aug 2025 18:07:25 +0000 (-0600) Subject: ceph-source-dist: Avoid arm64 machines X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2438%2Fhead;p=ceph-build.git ceph-source-dist: Avoid arm64 machines They are very slow when running this job. Signed-off-by: Zack Cerza --- diff --git a/ceph-source-dist/build/Jenkinsfile b/ceph-source-dist/build/Jenkinsfile index 6928918db..ee90c4014 100644 --- a/ceph-source-dist/build/Jenkinsfile +++ b/ceph-source-dist/build/Jenkinsfile @@ -2,7 +2,7 @@ def checkout_ref = "" pipeline { agent { - label "gigantic" + label "gigantic&&x86_64" } stages { stage("repository") {