]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-pull-requests*: require node with centos9 or noble 2457/head
authorDan Mick <dan.mick@redhat.com>
Fri, 3 Oct 2025 23:14:27 +0000 (16:14 -0700)
committerDan Mick <dan.mick@redhat.com>
Fri, 3 Oct 2025 23:14:27 +0000 (16:14 -0700)
When containerized, we need a newer podman.  Limit to these
nodes for now; eventually that will cover almost every node
as we transition to noble from jammy.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
ceph-pull-requests-arm64/config/definitions/ceph-pull-requests-arm64.yml
ceph-pull-requests/config/definitions/ceph-pull-requests.yml

index 624fa8c20b91fdc73aa80df33ac4a19a3b261398..55858300888c2effe4926dcf319407405a4a32fb 100644 (file)
@@ -9,7 +9,7 @@
     concurrent: true
     disabled: false
     name: ceph-pull-requests-arm64
-    node: 'arm64 && !centos7 && !centos8 && !centos9'
+    node: 'arm64 && (noble || centos9)'
     parameters:
     - string:
         name: ghprbPullId
index 8cef990cbfe1e060aab91918e59570ac1e0a6c64..03109c8f3976d12dcace2653dfae79e063d8a9bc 100644 (file)
@@ -4,7 +4,7 @@
     defaults: global
     concurrent: true
     # We want make check to only run on Bionic b/c it has python2 and python3 and b/c all builds should build on Bionic
-    node: huge && bionic && x86_64 && !smithi
+    node: x86_64 && (noble || centos9)
     display-name: 'ceph: Pull Requests'
     quiet-period: 5
     block-downstream: false