From: David Galloway Date: Tue, 4 Mar 2025 15:21:22 +0000 (-0500) Subject: ceph*setup: Do not run on arm64 builders X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e0d05bd12c4ff35082c6d0511831e17748821961;p=ceph-build.git ceph*setup: Do not run on arm64 builders We're already low on ARM builders. This is a waste of resources. Signed-off-by: David Galloway --- diff --git a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml index ffee2cfa..705425c4 100644 --- a/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml +++ b/ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml @@ -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 diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index 2725acdb..e8471916 100644 --- a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml +++ b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml @@ -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 diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index 5361294a..fbdaac4a 100644 --- a/ceph-setup/config/definitions/ceph-setup.yml +++ b/ceph-setup/config/definitions/ceph-setup.yml @@ -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