]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Allow all the ceph -setup jobs to run on arm64. 2241/head
authorDan Mick <dmick@redhat.com>
Thu, 16 May 2024 18:03:37 +0000 (11:03 -0700)
committerDan Mick <dmick@redhat.com>
Thu, 16 May 2024 18:03:37 +0000 (11:03 -0700)
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 <dmick@redhat.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 76ffa523cc031702a7cc98247ef0f7be0f6016f4..a5d3ee5157231e1aa0a1611c3fec9f02d059438e 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 && bionic && x86_64
+    node: huge && bionic
     display-name: 'ceph-dev-new-setup'
     block-downstream: false
     block-upstream: false
index b827a2cff239c163bba5aa22a3e707a8982b964b..5c441d87ef7e2a007a72c236881e3c8e00121c44 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 && x86_64
+    node: huge && bionic
     display-name: 'ceph-dev-setup'
     block-downstream: false
     block-upstream: false
index d113e969c73cc1a7c09ea3062befb63e29767889..e6499d87c0d30bd19036ce1522008cbdfa6a6a1d 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 && x86_64
+    node: huge && bionic
     display-name: 'ceph-setup'
     block-downstream: false
     block-upstream: false