From b0479b70f13f724121c8ea8d14ab10391654b58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?El=C5=91d=20Ill=C3=A9s?= <elod.illes@est.tech> Date: Wed, 6 Sep 2023 14:35:31 +0200 Subject: [PATCH] [mistral] Transition Stein to End of Life As announced on mailing list [1], this patch transitions the Stein branch to End of Life. The last patch of the branch will be tagged with stein-eol tag. stable/stein branch cannot be used anymore and will be deleted if this patch merges. This is needed as stable/stein is not actively maintained in recent period, thus gates are mostly broken due to job failures. Besides, by removing these branches, infra resources will be freed up, too. Please try to identify any zuul job, that is defined outside of the repositories in this patch (for example in openstack-zuul-jobs, etc.) and won't be used anymore if stable/stein is deleted. Propose a job removal patch for them. Please +1 if the team is ready for us to proceed with this transition, or -1 if there are still some activity on the branch and the team wants to continue to maintain it. [1] https://lists.openstack.org/pipermail/openstack-discuss/2023-September/034965.html Change-Id: I350ec23456b5425a6b0a6ee8d457b164cd2e3bde --- deliverables/stein/mistral-lib.yaml | 4 ++++ deliverables/stein/mistral.yaml | 8 ++++++++ deliverables/stein/python-mistralclient.yaml | 7 ++++++- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/deliverables/stein/mistral-lib.yaml b/deliverables/stein/mistral-lib.yaml index cec9308260..4e766ed1f8 100644 --- a/deliverables/stein/mistral-lib.yaml +++ b/deliverables/stein/mistral-lib.yaml @@ -21,6 +21,10 @@ releases: projects: - repo: openstack/mistral-lib hash: bb41d4d6852db966f24ecf38e4750baa870a422a + - version: stein-eol + projects: + - repo: openstack/mistral-lib + hash: bb41d4d6852db966f24ecf38e4750baa870a422a branches: - location: 1.1.0 name: stable/stein diff --git a/deliverables/stein/mistral.yaml b/deliverables/stein/mistral.yaml index d5b3414752..e7a5286258 100644 --- a/deliverables/stein/mistral.yaml +++ b/deliverables/stein/mistral.yaml @@ -68,6 +68,14 @@ releases: hash: 52d025aa12f917a307e2a903cdd1f260b2341e40 - repo: openstack/mistral-extra hash: 9c2586f8d583ec884cf5a87b2baad491467e9c2e + - version: stein-eol + projects: + - repo: openstack/mistral + hash: 022248da421de4fd7b6470ef45d72877ee9361aa + - repo: openstack/mistral-dashboard + hash: 52d025aa12f917a307e2a903cdd1f260b2341e40 + - repo: openstack/mistral-extra + hash: 9c2586f8d583ec884cf5a87b2baad491467e9c2e branches: - location: 8.0.0.0rc1 name: stable/stein diff --git a/deliverables/stein/python-mistralclient.yaml b/deliverables/stein/python-mistralclient.yaml index 613f07ac2c..8df2e70edc 100644 --- a/deliverables/stein/python-mistralclient.yaml +++ b/deliverables/stein/python-mistralclient.yaml @@ -19,7 +19,12 @@ releases: projects: - repo: openstack/python-mistralclient hash: 1712bd4b6c698f5eff783e07c5f69b475c12c24d + - version: stein-eol + projects: + - repo: openstack/python-mistralclient + hash: a999a9b8ac51290bba73fed57f588ede5045e856 branches: - location: 3.8.0 name: stable/stein -release-notes: https://docs.openstack.org/releasenotes/python-mistralclient/stein.html +release-notes: + https://docs.openstack.org/releasenotes/python-mistralclient/stein.html