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:
parent
313a5afa6a
commit
2dac031bc1
@ -187,6 +187,12 @@
|
|||||||
- ^heat/tests/.*$
|
- ^heat/tests/.*$
|
||||||
- ^releasenotes/.*$
|
- ^releasenotes/.*$
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: grenade-heat-multinode-skip-level
|
||||||
|
parent: grenade-heat-multinode
|
||||||
|
vars:
|
||||||
|
grenade_from_branch: stable/2023.1
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: heat-tox-py310-with-sqlalchemy-2x
|
name: heat-tox-py310-with-sqlalchemy-2x
|
||||||
parent: openstack-tox-py310
|
parent: openstack-tox-py310
|
||||||
@ -215,6 +221,7 @@
|
|||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- grenade-heat-multinode
|
- grenade-heat-multinode
|
||||||
|
- grenade-heat-multinode-skip-level
|
||||||
- heat-functional
|
- heat-functional
|
||||||
- heat-functional-legacy
|
- heat-functional-legacy
|
||||||
- heat-functional-centos-9-stream
|
- heat-functional-centos-9-stream
|
||||||
@ -222,5 +229,6 @@
|
|||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- grenade-heat-multinode
|
- grenade-heat-multinode
|
||||||
|
- grenade-heat-multinode-skip-level
|
||||||
- heat-functional
|
- heat-functional
|
||||||
- heat-functional-legacy
|
- heat-functional-legacy
|
||||||
|
Loading…
Reference in New Issue
Block a user