Add stable branch jobs on the plugins master gate

Supported stable branches in maintenance state
(ussuri, victoria, wallaby) 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: If92a78f10935b374de5508df14b428d0aa5e24ce
This commit is contained in:
Ghanshyam Mann 2020-05-05 17:06:24 -05:00
parent 7762c6e801
commit b17b8f3784
1 changed files with 19 additions and 0 deletions

View File

@ -5,6 +5,9 @@
check:
jobs:
- magnum-tempest-plugin-tests-api
- magnum-tempest-plugin-tests-api-wallaby
- magnum-tempest-plugin-tests-api-victoria
- magnum-tempest-plugin-tests-api-ussuri
gate:
queue: magnum
jobs:
@ -65,3 +68,19 @@
- ^install-guide/.*$
- ^releasenotes/.*$
- ^dockerfiles/.*$
- job:
name: magnum-tempest-plugin-tests-api-wallaby
parent: magnum-tempest-plugin-tests-api
override-checkout: stable/wallaby
- job:
name: magnum-tempest-plugin-tests-api-victoria
parent: magnum-tempest-plugin-tests-api
override-checkout: stable/victoria
- job:
name: magnum-tempest-plugin-tests-api-ussuri
parent: magnum-tempest-plugin-tests-api
nodeset: openstack-single-node-bionic
override-checkout: stable/ussuri