From 23df606981eb09cb73afc63f4e2de65d21a1f7d5 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza Date: Thu, 28 Mar 2024 16:03:27 -0700 Subject: [PATCH] Upgrade skiplevel jobs to check the right from_branches Now that we're on 2024.2, we need skip-level-always to gate against 2023.2. Change-Id: I155cefe0365d88b312344f5154ad45513ecdc2f1 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3a9ed26a..16988fa2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -393,6 +393,6 @@ # For the base "always" job, this should always be the N-2 release from # current master for projects that want to assert N-2 upgradability # on all releases. - grenade_from_branch: stable/2023.1 + grenade_from_branch: stable/2023.2 grenade_localrc: NOVA_ENABLE_UPGRADE_WORKAROUND: True