Add skip level upgrade job

The 2024.1 release is the first release with SLURP supported. This
introduces a job to test direct upgrade from 2023.1 to 2024.1 .

Change-Id: Ie5ee5c7c06c64afad0c11219b8bcf583212758b8
This commit is contained in:
Takashi Kajinami 2024-02-05 22:50:03 +09:00
parent 313a5afa6a
commit 2dac031bc1
1 changed files with 8 additions and 0 deletions

View File

@ -187,6 +187,12 @@
- ^heat/tests/.*$
- ^releasenotes/.*$
- job:
name: grenade-heat-multinode-skip-level
parent: grenade-heat-multinode
vars:
grenade_from_branch: stable/2023.1
- job:
name: heat-tox-py310-with-sqlalchemy-2x
parent: openstack-tox-py310
@ -215,6 +221,7 @@
check:
jobs:
- grenade-heat-multinode
- grenade-heat-multinode-skip-level
- heat-functional
- heat-functional-legacy
- heat-functional-centos-9-stream
@ -222,5 +229,6 @@
gate:
jobs:
- grenade-heat-multinode
- grenade-heat-multinode-skip-level
- heat-functional
- heat-functional-legacy