From 3de0d3dffd71a7d659a36c81e2cdc4a39171d2db Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 28 May 2026 11:09:02 -0400 Subject: [PATCH] label: s/bionic/jammy These surprised me. I'd only been looking for focal. Signed-off-by: David Galloway --- ceph-api-nightly/config/definitions/ceph-api-nightly.yml | 2 +- .../config/definitions/ceph-dashboard-pull-requests.yml | 2 +- ceph-dev-setup/config/definitions/ceph-dev-setup.yml | 2 +- ceph-pr-docs/config/definitions/ceph-pr-docs.yml | 2 +- ceph-setup/config/definitions/ceph-setup.yml | 2 +- ceph-tag/config/definitions/ceph-tag.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml index 4256612a6..c6fe7dc00 100644 --- a/ceph-api-nightly/config/definitions/ceph-api-nightly.yml +++ b/ceph-api-nightly/config/definitions/ceph-api-nightly.yml @@ -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 diff --git a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml index 3cc5813cc..0362d1173 100644 --- a/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml +++ b/ceph-dashboard-pull-requests/config/definitions/ceph-dashboard-pull-requests.yml @@ -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 diff --git a/ceph-dev-setup/config/definitions/ceph-dev-setup.yml b/ceph-dev-setup/config/definitions/ceph-dev-setup.yml index 73bba9ea0..66133e4fe 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 && !arm64 + node: huge && jammy && !arm64 display-name: 'ceph-dev-setup' block-downstream: false block-upstream: false diff --git a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml index 145a766dc..0627bd20f 100644 --- a/ceph-pr-docs/config/definitions/ceph-pr-docs.yml +++ b/ceph-pr-docs/config/definitions/ceph-pr-docs.yml @@ -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 diff --git a/ceph-setup/config/definitions/ceph-setup.yml b/ceph-setup/config/definitions/ceph-setup.yml index fbdaac4a8..5621b9e08 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 && !arm64 + node: huge && jammy && !arm64 display-name: 'ceph-setup' block-downstream: false block-upstream: false diff --git a/ceph-tag/config/definitions/ceph-tag.yml b/ceph-tag/config/definitions/ceph-tag.yml index 04fae1279..8f0c2caae 100644 --- a/ceph-tag/config/definitions/ceph-tag.yml +++ b/ceph-tag/config/definitions/ceph-tag.yml @@ -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 -- 2.47.3