From d7129de2982736bb23a3f64c9a58ce4bf61ddbdd Mon Sep 17 00:00:00 2001 From: Ghanshyam Mann Date: Wed, 7 Feb 2024 12:45:28 -0800 Subject: [PATCH] [tempest] Tag yoga-last Yoga branch is moving to unmaintained state now[1]. Tempest and tempest plugins are branchless which means master version of Tempest and its plugins is used to test the supported stable branches. Once any stable branch is moved to unmaintained (previously EM) state then, Tempest and its plugins compatible tag[2] needs to be released so that we can keep testing the unmaintained stable branches with that tag once master Tempest and its plugins are not compatible[3]. Tagging 'yoga-last' with the same hash of new tag 37.0.0 which mark the end of support for stable/yoga in Tempest. [1] https://review.opendev.org/q/topic:%22yoga-unmaintained%22 [2] https://docs.openstack.org/tempest/latest/stable_branch_support_policy.html [3] https://docs.openstack.org/tempest/latest/tempest_and_plugins_compatible_version_policy.html Change-Id: I1ae5708e6040cb17c24f54abbad2f4c00b3bf3a3 --- deliverables/caracal/tempest.yaml | 5 +++++ deliverables/yoga/tempest.yaml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/deliverables/caracal/tempest.yaml b/deliverables/caracal/tempest.yaml index afb6b4489e..bdd1b5e549 100644 --- a/deliverables/caracal/tempest.yaml +++ b/deliverables/caracal/tempest.yaml @@ -8,3 +8,8 @@ stable-branch-type: none repository-settings: openstack/tempest: pypi-name: Tempest +releases: + - projects: + - repo: openstack/tempest + hash: 7edc9f524154d28d2668864a64abce502c4471df + version: 37.0.0 diff --git a/deliverables/yoga/tempest.yaml b/deliverables/yoga/tempest.yaml index 236e5cf8ee..ec5f8e3bf3 100644 --- a/deliverables/yoga/tempest.yaml +++ b/deliverables/yoga/tempest.yaml @@ -26,3 +26,7 @@ releases: projects: - repo: openstack/tempest hash: 44dac69eb77d78a0de8e68e63617099249345578 + - projects: + - repo: openstack/tempest + hash: 7edc9f524154d28d2668864a64abce502c4471df + version: yoga-last