]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
label: s/bionic/jammy 2597/head
authorDavid Galloway <david.galloway@ibm.com>
Thu, 28 May 2026 15:09:02 +0000 (11:09 -0400)
committerDavid Galloway <david.galloway@ibm.com>
Thu, 28 May 2026 15:09:02 +0000 (11:09 -0400)
These surprised me.  I'd only been looking for focal.

Signed-off-by: David Galloway <david.galloway@ibm.com>
ceph-api-nightly/config/definitions/ceph-api-nightly.yml
ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml
ceph-dev-setup/config/definitions/ceph-dev-setup.yml
ceph-pr-docs/config/definitions/ceph-pr-docs.yml
ceph-setup/config/definitions/ceph-setup.yml
ceph-tag/config/definitions/ceph-tag.yml

index 4256612a6e8a80c87e0061523716e896781724b5..c6fe7dc00108e4b7f52282a6b06bce199cf54f0d 100644 (file)
@@ -22,7 +22,7 @@
     project-type: freestyle
     defaults: global
     concurrent: true
-    node: huge && bionic && x86_64
+    node: huge && jammy && x86_64
     quiet-period: 5
     block-downstream: false
     block-upstream: false
index 3cc5813ccd1b751fe50a5f6f6c6ed25a6ebb680f..0362d11730b59d05cb8318428df2461056b96582 100644 (file)
@@ -3,7 +3,7 @@
     project-type: freestyle
     defaults: global
     concurrent: true
-    node: huge && bionic && x86_64
+    node: huge && jammy && x86_64
     display-name: 'ceph: dashboard Pull Requests'
     quiet-period: 5
     block-downstream: false
index 73bba9ea093a71d70442d3c9ef57a62ec7a42128..66133e4fe6f8bfa1999c5117902365256936413e 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 && !arm64
+    node: huge && jammy && !arm64
     display-name: 'ceph-dev-setup'
     block-downstream: false
     block-upstream: false
index 145a766dc3b93ef15499de4071760323c3ab9220..0627bd20fc67bb552936448a5dc6123dc2c2c78a 100644 (file)
@@ -2,7 +2,7 @@
     name: ceph-pr-docs
     display-name: 'ceph: Pull Requests Docs Check'
     concurrent: true
-    node: bionic && x86_64
+    node: jammy && x86_64
     project-type: freestyle
     defaults: global
     quiet-period: 5
index fbdaac4a8084067db5906501f4d1c15f9f1263d1..5621b9e0896e3ec4db7746913d298b80578be13d 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 && !arm64
+    node: huge && jammy && !arm64
     display-name: 'ceph-setup'
     block-downstream: false
     block-upstream: false
index 04fae127967fb83010a5f3492faaeb19afa55d02..8f0c2caae0f581fb7f0812f75573be850ad147c6 100644 (file)
@@ -1,6 +1,6 @@
 - job:
     name: ceph-tag
-    node: bionic
+    node: jammy
     description: "This job checks out the version commit previously pushed to ceph-releases.git and pushes it to ceph.git."
     display-name: 'ceph-tag'
     block-downstream: false