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
This commit is contained in:
Sylvain Bauza 2024-03-28 16:03:27 -07:00 committed by Ghanshyam Mann
parent f9ab3afa69
commit 23df606981
1 changed files with 1 additions and 1 deletions

View File

@ -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