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: Iffc01ce846db232ee4f1cd4c3603bc17dd8e7cfd
This commit is contained in:
Ghanshyam Mann 2020-05-05 16:57:21 -05:00 committed by Michał Dulko
parent 2bbb08d7e4
commit d4919d80cf
1 changed files with 26 additions and 0 deletions

View File

@ -18,3 +18,29 @@
- publish-openstack-docs-pti
- tempest-plugin-jobs
- kuryr-kubernetes-tempest-jobs
check:
jobs:
- kuryr-kubernetes-tempest-ussuri
- kuryr-kubernetes-tempest-train
- kuryr-kubernetes-tempest-stein
- job:
name: kuryr-kubernetes-tempest-ussuri
parent: kuryr-kubernetes-tempest
override-checkout: stable/ussuri
- job:
name: kuryr-kubernetes-tempest-train
parent: kuryr-kubernetes-tempest
override-checkout: stable/train
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: kuryr-kubernetes-tempest-stein
parent: kuryr-kubernetes-tempest
override-checkout: stable/stein
vars:
devstack_localrc:
USE_PYTHON3: True