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] https://opendev.org/openstack/tempest/src/commit/e8f1876aa6772077f85f380677b30251c2454505/.zuul.yaml#L646
Change-Id: I5a37c4717b6702c8a47f7a26faa3393a2acd3148
diff --git a/.zuul.yaml b/.zuul.yaml
index a760a82..a5bb820 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -127,6 +127,19 @@
required-projects: *base_required_projects
vars: *base_vars
+- job:
+ name: telemetry-dsvm-integration-ussuri
+ parent: telemetry-dsvm-integration
+ override-checkout: stable/ussuri
+
+- job:
+ name: telemetry-dsvm-integration-train
+ parent: telemetry-dsvm-integration
+ override-checkout: stable/train
+ vars:
+ devstack_localrc:
+ USE_PYTHON3: True
+
- project:
templates:
- check-requirements
@@ -134,6 +147,8 @@
check:
jobs:
- telemetry-dsvm-integration
+ - telemetry-dsvm-integration-ussuri
+ - telemetry-dsvm-integration-train
- telemetry-dsvm-integration-ipv6-only
gate:
queue: telemetry