From 165180e38ab0b107ba22b96e6aa45e905f387eba Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Thu, 16 May 2024 11:03:37 -0700 Subject: [PATCH] Allow all the ceph -setup jobs to run on arm64. They only do file operations to build a source tarball and debian source package things, so the architecture isn't important. Signed-off-by: Dan Mick --- ceph-dev-new-setup/config/definitions/ceph-dev-new-setup.yml | 2 +- ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 2 +- ceph-setup/config/definitions/ceph-setup.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 76ffa523..a5d3ee51 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 && bionic && x86_64 + node: huge && bionic 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 b827a2cf..5c441d87 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 && x86_64 + node: huge && bionic 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 d113e969..e6499d87 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 && x86_64 + node: huge && bionic display-name: 'ceph-setup' block-downstream: false block-upstream: false -- 2.47.3