Update the master grenade setting
Update master grenade jobs to upgrade testing from 2024.2 to master. Change-Id: I63f458b3d82c2bc663425289be7f90f1596c88d8
This commit is contained in:
committed by
Ghanshyam
parent
3430d215e5
commit
1fbf57832e
@@ -385,13 +385,12 @@
|
||||
name: grenade-skip-level-always
|
||||
description: |
|
||||
Grenade job that skips the previous release, validating that projects
|
||||
can support upgrades from N-2 to master.
|
||||
can support upgrades from N-2 to N release.
|
||||
parent: grenade
|
||||
nodeset: openstack-single-node-jammy
|
||||
vars:
|
||||
# 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.2
|
||||
# For the base "always" job, this should always be the N-2 release
|
||||
# for projects that want to assert N-2 upgradability on all releases.
|
||||
grenade_from_branch: stable/2024.1
|
||||
grenade_localrc:
|
||||
NOVA_ENABLE_UPGRADE_WORKAROUND: True
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
---
|
||||
grenade_from_branch: stable/2024.1
|
||||
grenade_from_branch: stable/2024.2
|
||||
grenade_to_branch: master
|
||||
|
||||
Reference in New Issue
Block a user