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: If608c6af470f8a1645750e779392856b3a3d29db
This commit is contained in:
parent
83eac6f6d9
commit
c72ecbaafe
27
.zuul.yaml
27
.zuul.yaml
@ -3,5 +3,32 @@
|
||||
- check-requirements
|
||||
- tempest-plugin-jobs
|
||||
- publish-openstack-docs-pti
|
||||
check:
|
||||
jobs:
|
||||
- vitrage-dsvm-api-py3-ussuri
|
||||
- vitrage-dsvm-api-py3-train
|
||||
- vitrage-dsvm-api-py3-stein
|
||||
gate:
|
||||
queue: vitrage
|
||||
|
||||
- job:
|
||||
name: vitrage-dsvm-api-py3-ussuri
|
||||
parent: vitrage-dsvm-api-py3
|
||||
override-checkout: stable/ussuri
|
||||
|
||||
- job:
|
||||
name: vitrage-dsvm-api-py3-train
|
||||
parent: vitrage-dsvm-api-py3
|
||||
override-checkout: stable/train
|
||||
vars:
|
||||
devstack_localrc:
|
||||
USE_PYTHON3: True
|
||||
|
||||
- job:
|
||||
name: vitrage-dsvm-api-py3-stein
|
||||
parent: vitrage-dsvm-api-py35
|
||||
override-checkout: stable/stein
|
||||
vars:
|
||||
devstack_localrc:
|
||||
CHERRY_PICK: True
|
||||
USE_PYTHON3: True
|
||||
|
Loading…
x
Reference in New Issue
Block a user