Update grenade_from_branch for skip level jobs

Skip level jobs were wrongly upgrading from stable/2023.1.
As master is currently 2024.2, upgrade from branch should
be 2023.2, this patch fixes it.

Related-Bug: #2066221
Change-Id: I568ebb93bc009951ca113a09ee750982f580b40d
This commit is contained in:
yatinkarel 2024-05-21 11:49:37 +05:30
parent e0442afa9b
commit 2beb20f92b

View File

@ -378,11 +378,11 @@
specific releases as prescribed by our process.
vars:
# Move this forward when master changes to a new skip-level-allowed
# target release. Right now, this is Antelope (2023.1) because master is
# target release. Right now, this is Bobcat (2023.2) because master is
# Dalmation (2024.2).
# When master is E (2025.1), this should become Caracal (2024.1),
# and so forth.
grenade_from_branch: stable/2023.1
grenade_from_branch: stable/2023.2
grenade_localrc:
NOVA_ENABLE_UPGRADE_WORKAROUND: True
@ -394,10 +394,10 @@
specific releases as prescribed by our process.
vars:
# Move this forward when master changes to a new skip-level-allowed
# target release. Right now, this is Antelope (2023.1) because master is
# target release. Right now, this is Bobcat (2023.2) because master is
# Dalmation (2024.2).
# When master is E (2025.1), this should become Caracal (2024.1),
# and so forth.
grenade_from_branch: stable/2023.1
grenade_from_branch: stable/2023.2
grenade_localrc:
NOVA_ENABLE_UPGRADE_WORKAROUND: True