From b908890301a99bf370099861f6b0a236d39c5617 Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Tue, 18 Jan 2022 19:09:49 -0600 Subject: [PATCH] Add stable branch jobs on the plugins master gate Supported stable branches in maintenance state (ussuri, victoria, wallaby, and 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]. 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: Ib7b44634eae3b3ee4040380f589b1964a783f99b --- .zuul.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 784d272..d97e0ef 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -10,6 +10,10 @@ - monasca-tempest-python3-cassandra - monasca-tempest-log-python3-influxdb - build-monasca-docker-image + - monasca-tempest-influxdb-xena + - monasca-tempest-influxdb-wallaby + - monasca-tempest-influxdb-victoria + - monasca-tempest-influxdb-ussuri gate: queue: monasca jobs: @@ -25,6 +29,27 @@ jobs: - publish-monasca-tempest-plugin-docker-image +- job: + name: monasca-tempest-influxdb-xena + parent: monasca-tempest-python3-influxdb + override-checkout: stable/xena + +- job: + name: monasca-tempest-influxdb-wallaby + parent: monasca-tempest-python3-influxdb + override-checkout: stable/wallaby + +- job: + name: monasca-tempest-influxdb-victoria + parent: monasca-tempest-python3-influxdb + override-checkout: stable/victoria + +- job: + name: monasca-tempest-influxdb-ussuri + parent: monasca-tempest-python3-influxdb + nodeset: openstack-single-node-bionic + override-checkout: stable/ussuri + - job: name: publish-monasca-tempest-plugin-docker-image parent: build-monasca-docker-image