From f209fc4e1c5806b8c1d81c5257c5b61eb58b9b39 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 5 May 2020 16:25:24 -0500 Subject: [PATCH] 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: If109a13873d2ee9ede112952056914dc4c57b4df --- .zuul.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 78ea2ec..71c5f58 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -6,6 +6,27 @@ jobs: - murano-tempest-api: voting: false + - murano-tempest-api-ussuri: + voting: false + - murano-tempest-api-train: + voting: false + - murano-tempest-api-stein: + voting: false - murano-tempest-cfapi gate: queue: murano + +- job: + name: murano-tempest-api-ussuri + parent: murano-tempest-api + override-checkout: stable/ussuri + +- job: + name: murano-tempest-api-train + parent: murano-tempest-api + override-checkout: stable/train + +- job: + name: murano-tempest-api-stein + parent: murano-tempest-api + override-checkout: stable/stein