From 969753e8fd9c60134949a89f8d3ef95eb6ec9af6 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 18 Jan 2022 19:15:49 -0600 Subject: [PATCH] Add stable branch jobs on the plugins master gate Supported stable branches in maintenance state (ussuri, victoria, wallaby, xena) 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]. We are adding Victoria onwards jobs and ussuri one which is failing and might need more fixes can be added separatly. 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: If92a78f10935b374de5508df14b428d0aa5e24ce --- .zuul.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f285944..9f0fbb8 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,11 +5,29 @@ check: jobs: - magnum-tempest-plugin-tests-api + - magnum-tempest-plugin-tests-api-xena + - magnum-tempest-plugin-tests-api-wallaby + - magnum-tempest-plugin-tests-api-victoria gate: queue: magnum jobs: - magnum-tempest-plugin-tests-api +- job: + name: magnum-tempest-plugin-tests-api-xena + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/xena + +- job: + name: magnum-tempest-plugin-tests-api-wallaby + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/wallaby + +- job: + name: magnum-tempest-plugin-tests-api-victoria + parent: magnum-tempest-plugin-tests-api + override-checkout: stable/victoria + - job: name: magnum-tempest-plugin-tests-api parent: magnum-tempest-plugin-base