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: I310ab8ce1f5e6dd34f26a982ecb4b060254f8a9c
This commit is contained in:
Ghanshyam Mann 2020-05-05 17:26:36 -05:00
parent ef3aee1250
commit eeb4abafdf
1 changed files with 24 additions and 0 deletions

View File

@ -16,6 +16,27 @@
vars:
database_backend: swift
- job:
name: zaqar-tempest-plugin-tempest-swift-ussuri
parent: zaqar-tempest-plugin-tempest-swift
override-checkout: stable/ussuri
- job:
name: zaqar-tempest-plugin-tempest-swift-train
parent: zaqar-tempest-plugin-tempest-swift
override-checkout: stable/train
vars:
devstack_localrc:
USE_PYTHON3: True
- job:
name: zaqar-tempest-plugin-tempest-swift-stein
parent: zaqar-tempest-plugin-tempest-swift
override-checkout: stable/stein
vars:
devstack_localrc:
USE_PYTHON3: True
- project:
templates:
- check-requirements
@ -25,6 +46,9 @@
- zaqar-tempest-plugin-tempest-redis
- zaqar-tempest-plugin-tempest-swift
- zaqar-tempest-plugin-tempest-mongodb
- zaqar-tempest-plugin-tempest-swift-ussuri
- zaqar-tempest-plugin-tempest-swift-train
- zaqar-tempest-plugin-tempest-swift-stein
gate:
queue: zaqar
jobs: