0076e32280
As 2023.2 and 2024.1 is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Removing <= zed stable release jobs as that is in unmaintained phase. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ib343bd15c5c96113452d5dda4ab7eeb6feb9e83f
36 lines
973 B
YAML
36 lines
973 B
YAML
- project:
|
|
queue: watcher
|
|
templates:
|
|
- check-requirements
|
|
- tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- watcherclient-tempest-functional
|
|
- watcher-tempest-functional
|
|
- watcher-tempest-actuator
|
|
- watcher-tempest-strategies
|
|
- watcher-tempest-functional-2024-1
|
|
- watcher-tempest-functional-2023-2
|
|
- watcher-tempest-functional-2023-1
|
|
gate:
|
|
jobs:
|
|
- watcher-tempest-functional
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2024-1
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2023-2
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.2
|
|
|
|
- job:
|
|
name: watcher-tempest-functional-2023-1
|
|
parent: watcher-tempest-functional
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.1
|