From 00877321280946409425a941048a73f21358bea6 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 18 Mar 2026 16:24:53 -0400 Subject: [PATCH] Revert "ceph-source-dist: Run on any architecture" This reverts commit 2a944cd9542c5748316910da97d2c10ddd674a43. Fixes: https://tracker.ceph.com/issues/75442 I don't have the time to dig into which node dependency is the problem on arm64 but ceph-source-dist runs fine on x86 but not arm64. --- ceph-source-dist/build/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-source-dist/build/Jenkinsfile b/ceph-source-dist/build/Jenkinsfile index d65365d15..7a2c961c9 100644 --- a/ceph-source-dist/build/Jenkinsfile +++ b/ceph-source-dist/build/Jenkinsfile @@ -4,7 +4,7 @@ import groovy.transform.Field pipeline { agent { - label "gigantic" + label "gigantic&&x86_64" } stages { stage("repository") { -- 2.47.3