Add stable branch jobs on the plugins master gate

Supported stable branches in maintenance state
(ussuri, victoria, wallaby, and xena) use the Tempest and plugins
master version for their testing. To make sure master version (new
tests or any changes) is compatible with stable branch testing,
we need to add the stable branches job on the plugins master gate.
Tempest and many other plugins are already testing the stable
branches in same way[1].

Ussuri onwards, Tempest or plugins are py3 only, so we are
running only python3 version of stable jobs

Tempest plugins guide for stable branch testing:
- https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html

 [1] e8f1876aa6/.zuul.yaml (L646)

Change-Id: Ib7b44634eae3b3ee4040380f589b1964a783f99b
This commit is contained in:
Ghanshyam Mann 2022-01-18 19:09:49 -06:00 committed by Martin Chacon Piza
parent 69bb2483ea
commit b908890301
1 changed files with 25 additions and 0 deletions

View File

@ -10,6 +10,10 @@
- monasca-tempest-python3-cassandra
- monasca-tempest-log-python3-influxdb
- build-monasca-docker-image
- monasca-tempest-influxdb-xena
- monasca-tempest-influxdb-wallaby
- monasca-tempest-influxdb-victoria
- monasca-tempest-influxdb-ussuri
gate:
queue: monasca
jobs:
@ -25,6 +29,27 @@
jobs:
- publish-monasca-tempest-plugin-docker-image
- job:
name: monasca-tempest-influxdb-xena
parent: monasca-tempest-python3-influxdb
override-checkout: stable/xena
- job:
name: monasca-tempest-influxdb-wallaby
parent: monasca-tempest-python3-influxdb
override-checkout: stable/wallaby
- job:
name: monasca-tempest-influxdb-victoria
parent: monasca-tempest-python3-influxdb
override-checkout: stable/victoria
- job:
name: monasca-tempest-influxdb-ussuri
parent: monasca-tempest-python3-influxdb
nodeset: openstack-single-node-bionic
override-checkout: stable/ussuri
- job:
name: publish-monasca-tempest-plugin-docker-image
parent: build-monasca-docker-image