Add Tempest gate job for stable/2024.2
Now we have stable/2024.2 branch ready for devstack and so does for all service projects. This commit adds the Tempest testing for stable/2024.2 by adding new jobs running on stable/2024.2 version of openstack. Change-Id: I7db9f28c10153b7f2e5bbe44581ebbaee95b5955
This commit is contained in:
parent
f4a3be7e35
commit
14d7f23f34
@ -37,7 +37,7 @@
|
|||||||
# if things are working in latest and oldest it will work in between
|
# if things are working in latest and oldest it will work in between
|
||||||
# stable branches also. If anything is breaking we will be catching
|
# stable branches also. If anything is breaking we will be catching
|
||||||
# those in respective stable branch gate.
|
# those in respective stable branch gate.
|
||||||
- tempest-full-2024-1:
|
- tempest-full-2024-2:
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
- tempest-full-2023-1:
|
- tempest-full-2023-1:
|
||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
@ -185,12 +185,15 @@
|
|||||||
irrelevant-files: *tempest-irrelevant-files
|
irrelevant-files: *tempest-irrelevant-files
|
||||||
periodic-stable:
|
periodic-stable:
|
||||||
jobs:
|
jobs:
|
||||||
|
- tempest-full-2024-2
|
||||||
- tempest-full-2024-1
|
- tempest-full-2024-1
|
||||||
- tempest-full-2023-2
|
- tempest-full-2023-2
|
||||||
- tempest-full-2023-1
|
- tempest-full-2023-1
|
||||||
|
- tempest-slow-2024-2
|
||||||
- tempest-slow-2024-1
|
- tempest-slow-2024-1
|
||||||
- tempest-slow-2023-2
|
- tempest-slow-2023-2
|
||||||
- tempest-slow-2023-1
|
- tempest-slow-2023-1
|
||||||
|
- tempest-full-2024-2-extra-tests
|
||||||
- tempest-full-2024-1-extra-tests
|
- tempest-full-2024-1-extra-tests
|
||||||
- tempest-full-2023-2-extra-tests
|
- tempest-full-2023-2-extra-tests
|
||||||
- tempest-full-2023-1-extra-tests
|
- tempest-full-2023-1-extra-tests
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
# NOTE(gmann): This file includes all stable release jobs definition.
|
# NOTE(gmann): This file includes all stable release jobs definition.
|
||||||
|
- job:
|
||||||
|
name: tempest-full-2024-2
|
||||||
|
parent: tempest-full-py3
|
||||||
|
nodeset: openstack-single-node-jammy
|
||||||
|
override-checkout: stable/2024.2
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-full-2024-1
|
name: tempest-full-2024-1
|
||||||
parent: tempest-full-py3
|
parent: tempest-full-py3
|
||||||
@ -17,6 +23,12 @@
|
|||||||
nodeset: openstack-single-node-jammy
|
nodeset: openstack-single-node-jammy
|
||||||
override-checkout: stable/2023.1
|
override-checkout: stable/2023.1
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tempest-full-2024-2-extra-tests
|
||||||
|
parent: tempest-extra-tests
|
||||||
|
nodeset: openstack-single-node-jammy
|
||||||
|
override-checkout: stable/2024.2
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-full-2024-1-extra-tests
|
name: tempest-full-2024-1-extra-tests
|
||||||
parent: tempest-extra-tests
|
parent: tempest-extra-tests
|
||||||
@ -35,6 +47,12 @@
|
|||||||
nodeset: openstack-single-node-jammy
|
nodeset: openstack-single-node-jammy
|
||||||
override-checkout: stable/2023.1
|
override-checkout: stable/2023.1
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tempest-slow-2024-2
|
||||||
|
parent: tempest-slow-py3
|
||||||
|
nodeset: openstack-two-node-jammy
|
||||||
|
override-checkout: stable/2024.2
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tempest-slow-2024-1
|
name: tempest-slow-2024-1
|
||||||
parent: tempest-slow-py3
|
parent: tempest-slow-py3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user