[senlin] 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: If5d1bcc6ac62500bc70b1d3c2f77a771dbd0e1e5
This commit is contained in:
Előd Illés 2023-09-06 14:35:33 +02:00
parent da2ebeead5
commit 05f042d3ff
3 changed files with 16 additions and 2 deletions

View File

@ -23,7 +23,12 @@ releases:
projects:
- repo: openstack/python-senlinclient
hash: 5f9c27da4fb4d614785637389fc62b1c8c036ec1
- version: stein-eol
projects:
- repo: openstack/python-senlinclient
hash: 348d5d5dbd8a0999e2344388146dacaed7f54cf3
branches:
- location: 1.10.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/python-senlinclient/stein.html
release-notes:
https://docs.openstack.org/releasenotes/python-senlinclient/stein.html

View File

@ -18,7 +18,12 @@ releases:
projects:
- repo: openstack/senlin-dashboard
hash: f4bb5779a939953c17bb052f77b414d6c9cca639
- version: stein-eol
projects:
- repo: openstack/senlin-dashboard
hash: 557bc45913d67bdf8addca723b95bc11a237133d
branches:
- location: 0.10.1
name: stable/stein
release-notes: https://docs.openstack.org/releasenotes/senlin-dashboard/stein.html
release-notes:
https://docs.openstack.org/releasenotes/senlin-dashboard/stein.html

View File

@ -23,6 +23,10 @@ releases:
projects:
- repo: openstack/senlin
hash: 9707977825a5bf5d3218d6787341fd803c670a6c
- version: stein-eol
projects:
- repo: openstack/senlin
hash: 1c21ef12bcb2fa138251f2ec5e932bb020f6db11
cycle-highlights:
- Improved performance so that Senlin operations execute multiple
orders of magnitude faster.