Add stable branch jobs on the plugins master gate

Supported stable branches in maintenance state
(stein, train, ussuri) 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: I21a4d1f8dc4cc5b58cb03f5c3109a14c9a470716
This commit is contained in:
Ghanshyam Mann 2020-05-05 17:25:16 -05:00 committed by licanwei
parent e15055d34a
commit 819b94b96b
1 changed files with 23 additions and 0 deletions

View File

@ -8,8 +8,31 @@
- watcher-tempest-functional
- watcher-tempest-actuator
- watcher-tempest-strategies
- watcher-tempest-functional-ussuri
- watcher-tempest-functional-train
- watcher-tempest-functional-stein
gate:
queue: watcher
jobs:
- watcher-tempest-functional
- job:
name: watcher-tempest-functional-ussuri
parent: watcher-tempest-functional
override-checkout: stable/ussuri
- job:
name: watcher-tempest-functional-train
parent: watcher-tempest-functional
override-checkout: stable/train
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: watcher-tempest-functional-stein
parent: watcher-tempest-functional
override-checkout: stable/stein
vars:
devstack_localrc:
USE_PYTHON3: True