]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
run pull requests jobs on tag 'installed-os-noble' 2467/head
authorDan Mick <dan.mick@redhat.com>
Wed, 8 Oct 2025 20:25:55 +0000 (13:25 -0700)
committerDan Mick <dan.mick@redhat.com>
Wed, 8 Oct 2025 20:25:55 +0000 (13:25 -0700)
The tag 'noble' just means it can build noble (with pbuilder,
which we're phasing out).  'installed-os-noble' means it's actually
installed with noble.

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 0bbd97f15d8cc05333b4b761fd1cefb42e0208a2..741a449275e1bb7c0d2a45662533712a44719c31 100644 (file)
@@ -10,7 +10,7 @@
     concurrent: true
     disabled: false
     name: ceph-pull-requests-arm64
-    node: 'arm64 && (noble || centos9)'
+    node: 'arm64 && (installed-os-noble || centos9)'
     parameters:
     - string:
         name: ghprbPullId
index 2ce1b99764650be246402206813d85d4920a3071..d359a1b5709a8a1b9f8dce95d22a4a92f9e69bd0 100644 (file)
@@ -3,7 +3,7 @@
     project-type: freestyle
     defaults: global
     concurrent: true
-    node: x86_64 && (noble || centos9)
+    node: x86_64 && (installed-os-noble || centos9)
     display-name: 'ceph: Pull Requests'
     quiet-period: 5
     block-downstream: false