commit | cf95d4089769650bd4da4254dbd578b33b8d77d3 | [log] [tgz] |
---|---|---|
author | Ghanshyam Mann <gmann@ghanshyammann.com> | Thu Apr 29 18:24:19 2021 -0500 |
committer | Goutham Pacha Ravi <gouthampravi@gmail.com> | Mon Jun 21 11:59:32 2021 -0700 |
tree | 28c408124d13788b2f1e043fc4ead28d45867ebf | |
parent | 602f101c14ea9130226359942636fb5bf0c9e782 [diff] |
Add stable branch jobs on the plugins master gate Supported stable branches in maintenance state (ussuri, victoria, wallaby) use the Tempest and plugin's master version for their testing. To make sure master version (new tests or any changes) are 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: Ib1067db3771bacb287517e370c83a13d8bea89b5 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>