From 8b93505402cd95ad2680499b93d80d2eef62c189 Mon Sep 17 00:00:00 2001 From: Roger Luethi Date: Wed, 10 Jun 2026 12:31:19 +0200 Subject: [PATCH] zuul: move current lane to OpenStack 2025.1 The "current" deploy and update lanes still targeted OpenStack 2024.2, which is now a full release behind stable: OSISM 10.0.0 ships 2025.1. Keeping a lane on the end-of-life 2024.2 release no longer reflects what "current" is meant to mean and wastes a nightly slot. Move both current lanes that carried 2024.2 to 2025.1: testbed-deploy-current-in-a-nutshell (the explicit override is kept rather than dropped, to insulate the lane against future default drift) and testbed-update-stable-current (openstack_version_next). Nothing now exercises the EOL 2024.2 release. First landed step of rolling the current/next lanes forward (osism/testbed#2900); the next lane bump to 2026.1 is blocked on 2026.1 support and follows separately. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Roger Luethi --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 5daba4a4f..13f6586c6 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -191,7 +191,7 @@ tempest: true # ----------------------------------------------------------------------------- -# 3.4 "In a Nutshell" Deploy Jobs - Current OpenStack Release (2024.2) +# 3.4 "In a Nutshell" Deploy Jobs - Current OpenStack Release (2025.1) # ----------------------------------------------------------------------------- - job: @@ -199,7 +199,7 @@ parent: testbed-deploy-in-a-nutshell-ubuntu-24.04 vars: ceph_version: reef - openstack_version: "2024.2" + openstack_version: "2025.1" - job: name: testbed-deploy-current-in-a-nutshell-with-tempest-ubuntu-24.04 @@ -303,7 +303,7 @@ manager_version: 9.5.0 ceph_version_next: skip manager_version_next: latest - openstack_version_next: "2024.2" + openstack_version_next: "2025.1" - job: name: testbed-upgrade-stable-next-ubuntu-24.04