]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph*setup: Do not run on arm64 builders 2333/head
authorDavid Galloway <david.galloway@ibm.com>
Tue, 4 Mar 2025 15:21:22 +0000 (10:21 -0500)
committerDavid Galloway <david.galloway@ibm.com>
Tue, 4 Mar 2025 15:21:22 +0000 (10:21 -0500)
We're already low on ARM builders.  This is a waste of resources.

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml
ceph-dev-setup/config/definitions/ceph-dev-setup.yml
ceph-setup/config/definitions/ceph-setup.yml

index ffee2cfa8ce3c5c4306220f19200bc2117b05e97..705425c45fe53a1d96f478f5742de36cdb127ccf 100644 (file)
@@ -1,7 +1,7 @@
 - job:
     name: ceph-dev-new-setup
     description: "This job step checks out the branch and builds the tarballs, diffs, and dsc that are passed to the ceph-dev-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system.  The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used."
-    node: huge
+    node: huge && !arm64
     display-name: 'ceph-dev-new-setup'
     block-downstream: false
     block-upstream: false
index 2725acdb58c69aa8d3601205ca88654397c007fa..e8471916171123c2a3f3116036b2439bfdfe861c 100644 (file)
@@ -1,7 +1,7 @@
 - job:
     name: ceph-dev-setup
     description: "This job step checks out the branch and builds the tarballs, diffs, and dsc that are passed to the ceph-dev-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system.  The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used."
-    node: huge && bionic
+    node: huge && bionic && !arm64
     display-name: 'ceph-dev-setup'
     block-downstream: false
     block-upstream: false
index 5361294a1a3819775916ac130fc74c0968918cb4..fbdaac4a8084067db5906501f4d1c15f9f1263d1 100644 (file)
@@ -1,7 +1,7 @@
 - job:
     name: ceph-setup
     description: "This job:\r\n- Creates the version commit\r\n- Checks out the branch and builds the tarballs, diffs, and dsc that are passed to the ceph-build step.\r\n\r\nNotes:\r\nJob needs to run on a releatively recent debian system.  The Restrict where run feature is used to specifiy an appropriate label.\r\nThe clear workspace before checkout box for the git plugin is used."
-    node: huge && bionic
+    node: huge && bionic && !arm64
     display-name: 'ceph-setup'
     block-downstream: false
     block-upstream: false