]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Revert "ceph-source-dist: Run on any architecture" 2554/head
authorDavid Galloway <david.galloway@ibm.com>
Wed, 18 Mar 2026 20:24:53 +0000 (16:24 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Wed, 18 Mar 2026 20:24:53 +0000 (16:24 -0400)
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

index d65365d15bf501531dda817679b115315e03cbd1..7a2c961c9679835145718ccbb2f57e590f264a36 100644 (file)
@@ -4,7 +4,7 @@ import groovy.transform.Field
 
 pipeline {
   agent {
-    label "gigantic"
+    label "gigantic&&x86_64"
   }
   stages {
     stage("repository") {