Bump skip-level lower version to stable/2024.1

During the 2025.1 release, the lower version of grenade "skip-level"
jobs should be stable/2024.1.

During this release (SLURP), these jobs are now executed in the
"check" queue as voting.

Change-Id: I25faa22db7688eabfc702d0101804ae4ba23dcb0
This commit is contained in:
Brian Haley 2024-09-18 10:04:25 -04:00
parent 08fff4087d
commit 15f2b89f10
2 changed files with 17 additions and 17 deletions

View File

@ -388,11 +388,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 Bobcat (2023.2) because master is
# Dalmation (2024.2).
# When master is E (2025.1), this should become Caracal (2024.1),
# target release. Right now, this is Caracal (2024.1) because master is
# Epoxy (2025.1).
# When master is F (2025.2), this should become Dalmatian (2024.2),
# and so forth.
grenade_from_branch: stable/2023.2
grenade_from_branch: stable/2024.1
grenade_localrc:
NOVA_ENABLE_UPGRADE_WORKAROUND: True
@ -404,10 +404,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 Bobcat (2023.2) because master is
# Dalmation (2024.2).
# When master is E (2025.1), this should become Caracal (2024.1),
# target release. Right now, this is Caracal (2024.1) because master is
# Epoxy (2025.1).
# When master is F (2025.2), this should become Dalmatian (2024.2),
# and so forth.
grenade_from_branch: stable/2023.2
grenade_from_branch: stable/2024.1
grenade_localrc:
NOVA_ENABLE_UPGRADE_WORKAROUND: True

View File

@ -145,15 +145,15 @@
name: neutron-skip-level-jobs
# During a SLURP release, these jobs are executed in the check queue,
# otherwise periodic/experimental. SLURP releases are 2024.1, 2025.1, etc.
#check:
check:
jobs:
- neutron-ovs-grenade-multinode-skip-level
- neutron-ovn-grenade-multinode-skip-level
#periodic:
# jobs:
# - neutron-ovs-grenade-multinode-skip-level
# - neutron-ovn-grenade-multinode-skip-level
#experimental:
# jobs:
# - neutron-ovs-grenade-multinode-skip-level
# - neutron-ovn-grenade-multinode-skip-level
periodic:
jobs:
- neutron-ovs-grenade-multinode-skip-level
- neutron-ovn-grenade-multinode-skip-level
experimental:
jobs:
- neutron-ovs-grenade-multinode-skip-level
- neutron-ovn-grenade-multinode-skip-level