Commit Graph

944 Commits

Author SHA1 Message Date
Előd Illés 500dcdbc4b Mark 2024.1 Caracal as released
Change-Id: I4372b220eb9b0918a8da9dd0030e71861cfac408
2024-04-02 12:47:59 +02:00
Dr. Jens Harbott 97127bede1 Update for Unmaintained transition
We no longer have branches in extended maintenance state, these have
been switched to Unmaintained (eom). So we need to check for the latter
state when listing branches that could be deleted since the are EOLed.

Add oslo.utils to requirements since it is now needed by the
tools/delete_stable_branch.py script.

Change-Id: Ib948befa6f2706dc5dc50009b021af3a1bb389a8
2024-03-15 08:14:24 +01:00
Dr. Jens Harbott 9b639731eb Drop V+W from _CLOSED_SERIES set
We actually do need validation of tags being pushed for series that are
in the extended maintenance or now "Unmaintained" state in order to
avoid wrong hashes or duplicate tags being applied.

Change-Id: Idb110d94c11371ab9d519a428eaf28a0b5d61cd5
2024-03-06 14:28:34 +01:00
Zuul 79b8bd5a55 Merge "Add Redirection support for unmaintained branches and releases" 2024-02-23 15:08:21 +00:00
Zuul 955fa38d7c Merge "Allow <series>-last tag to be released for Unmaintained release" 2024-02-19 06:57:00 +00:00
Zuul d7ee0acc9f Merge "Add unmaintained branch at EOM tagging" 2024-02-14 13:32:54 +00:00
Előd Illés 88f298c6bc Add is-eom option to list-deliverables command
To be able to list all deliverables of a series that are tagged with
End of Maintenance, <series>-eom tag.

Change-Id: Ic1b23b45757e6ef1c250569c9e7337f8e7de39da
2024-02-12 11:48:28 +00:00
Ghanshyam Mann 76070df5bc Allow <series>-last tag to be released for Unmaintained release
'<series>-last' tag is used to tag Tempest and its plugins to
work as last tag for EM release. Now with Unmaintained release
model, we need to allow this tag for Unmaintianed release also.
It will help Unmaintained branches to be tested with a compatible
version of Tempest and its plugin.

Change-Id: I7f58ad4570aead3b73bfab5c47cd29fa7a0a1700
2024-02-10 03:12:07 +00:00
Tony Breeds 9fc7ad3f32 Add Redirection support for unmaintained branches and releases
Change-Id: I6329dd019173dd3eb8d479ef943ae50a619a85c7
2024-02-08 16:23:32 +01:00
Dr. Jens Harbott b41258af25 Fix validation when moving to unmaintained
Deliverables with model="untagged" or stable-branch-type="tagless"
don't have any series that needs to start with .0, so skip the
corresponding validation for them.

Change-Id: I8bd946eabf5f85dc003acca6188427a16396c8a6
2024-01-25 14:31:55 +01:00
Előd Illés 26680b5c30 Add unmaintained branch at EOM tagging
When we tag a branch with <series>-eom we also need a new branch to cut
from there called unmaintained/<series>.

Change-Id: I3b746057a9c9443e23de7440833781329fe2b9cc
2024-01-24 19:43:31 +01:00
Előd Illés 8a99051875 Add EOM tag option to new-release command
With the new TC resolution the community replaces Extended Maintenance
with Unmaintained status [1].
This patch introduces the new <series>-eom tag option for the
new-release command. The tag applies at the tip of the given
stable/<series> branch and the new unmaintained/<series> branch can be
cut from that tag.

[1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html

Change-Id: Ie67da6f4857f0d438733799bf40f8ece66f67d32
2024-01-11 16:56:57 +01:00
Előd Illés ceb33ae249 Introduce EOM tag validation
With the new TC resolution the community replaces Extended Maintenance
with Unmaintained status [1]. To accomodate this, validator needs to be
extended to accept <series>-eom tags that applies at the tip of the
given stable/<series> branch and the new unmaintained/<series> branch
will be cut from that tag.

[1] https://governance.openstack.org/tc/resolutions/20230724-unmaintained-branches.html

Change-Id: I606ba5e5f8fd783d6c3f83356ded27a46e8bac56
2024-01-11 16:56:51 +01:00
Hervé Beraud fedd53c93a fix tooling to retrieve unbranched deliverables based release id
list unbranched deliverables is not designed to work with new release
id.

These changes add a command to allow to retrieve series id from a shell
script by passing the name of the series.

This new command is called by the list unbranched deliverables to check
if the corresponding stable branch exists (based on the release id).

Change-Id: I102b90c5221e57dd5697e2e81aa7edb8615ce445
2023-11-27 14:53:56 +01:00
Jeremy Stanley cfb735ca38 Fix PBR name check with new tox
Changes to tox in the past year have rendered the PBR-specific
tweaks in get_sdist_name invalid, since calling tox from within tox
now creates testenv directories relative to the parent tox's working
directory rather than the child's. While we're here, turn on more
verbose logging in the tox invocation, and fix the subprocess
routine to not discard the command's output.

Change-Id: I35fb5dde9ec400397ed21035d57c3efb872d8e58
2023-11-03 17:19:12 +00:00
Előd Illés 2daad35d62 Mark 2023.2 Bobcat as released
Change-Id: Ie557a6b9addde8a0a1776991984c24a8852bec9f
2023-10-04 09:39:06 +02:00
Zuul 2efa61b9f4 Merge "Fix release id fetch for validate_series_open" 2023-09-20 09:02:14 +00:00
Előd Illés 4eb770a5f6 Fix release id fetch for validate_series_open
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This results a false warning message now when
validating bobcat releases [2], as the validator searches for
stable/antelope instead of stable/2023.1 stable branch.

This patch fixes the validate_series_open validator to use release_id
for the branch name, where that exists. Besides, the patch also
refactors the release-id fetching and ensures that the release_id is
always returened as string and the series name is used if there is no
release_id for the given series.

[1] https://governance.openstack.org/tc/reference/release-naming.html
[2] validate_series_open: There is no stable/antelope branch defined in deliverables/antelope/<x>.yaml. Is the bobcat series open?

Change-Id: I71eae27f124473699c22dac0b0eb2b0b1d44b4da
2023-07-24 13:04:07 +02:00
Tony Breeds 4f5ae35e15 Add a Sorting function.
Currently we're reverse sorting with a simple sort, this sadly puts
newer released (antalope, bobcat) at the end of the list.  Add a
key function that has context around our release names and release ids
to sort "2024.1/cantaloupe"[1] at the top.

[1] As of now the c name isn't selected cantaloupe is my placeholder

Change-Id: I4b021d99bd4ecc232838a3639dd8d5ef075e1a24
2023-07-13 16:39:07 +10:00
Előd Illés 0ae6731553 Replace old sdist and wheel build command in validate
The new way of packaging a python project is via build package. This
patch replaces the old setup.py style sdist and wheel build.

Change-Id: I67cbdfdfd9ed334e742ff4def21c59cd8a8de24c
2023-04-21 16:38:13 +02:00
Előd Illés 5ac58d4a98 Fix E275 error with latest flake8
hacking 6.0.0 release contains flake8 5.0.4, which started to show the
following error:

./openstack_releases/versionutils.py:54:14: E275 missing whitespace after keyword
        yield('Version %s looks like a pre-release and the release '

This patch adds a whitespace after the 'yield' keyword to make the pep8
job pass.

Change-Id: I433ccb6a31cc450a666673374b78dcc1fea1bb7b
2023-04-19 14:59:16 +02:00
Zuul 2e15253474 Merge "Fix propose-final-releases command to use release-id" 2023-03-23 11:33:01 +00:00
Előd Illés d326f313df Mark 2023.1 Antelope as released
Change-Id: I4c72f914cecbae842025cf1831351145d5ddf25c
2023-03-22 09:49:59 +01:00
Hervé Beraud 14484c5055 Fix propose-final-releases command to use release-id
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not handled in the propose-final-releases command as
it still uses the release name. This patch fixes this by reading the
'release-id' field from series_status.yaml and if present then uses it
as stable/<release-id> for the branch creation.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: Ie8ba3e9bfa01148e93f5920050703e998248db11
2023-03-20 11:05:56 +01:00
Zuul 54c1126a53 Merge "Fix for independent projects" 2023-03-14 09:27:28 +00:00
Hervé Beraud fb08afc1fa Fix gitutils to use release-id
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not handled in check_branch_sha method
in validate.py, as the method still searches stable/$series.

This patch fixes this by reading the 'release-id' field from
series_status.yaml if present and uses it as stable/<release-id>
for the branch search.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: I014b1d6dc561be4db0fc8faa85fb3133e851acfc
2023-03-10 17:57:53 +01:00
Hervé Beraud 759732ebc1 Fix list-deliverables command to use release-id
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not handled in the list-deliverables command as it
still uses the release name. This patch fixes this by reading the
'release-id' field from series_status.yaml and if present then uses it
as stable/<release-id> for the branch creation.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: Id6a03024fa2268ba233189abfe48556d3530daef
2023-03-06 10:54:11 +01:00
Riccardo Pittau bb2d6399cd Fix for independent projects
Independent projects do not have "stable" branches, so the
new_release script will fail.
Set version to master and change it accordingly only if it's not
and independent project.

Change-Id: I9ba7f251d64e2bfca5c262acf9b20dc3da23fc87
2023-03-03 16:48:11 +01:00
Zuul 7b8319b5b9 Merge "Fix new-release command to use release-id" 2023-03-03 14:56:09 +00:00
Előd Illés 32c9bc69eb Fix validator for tagless deliverables
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not accepted in the validator command.
Previously the validator was fixed for 'std' and 'std-with-versions'
branching typed deliverables, but missed the 'tagless' deliverables
case. This patch fixes this by accepting the new branch naming style,
stable/<release-id>, for tagless deliverables, too.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: I6ba51454213e095e6b76e0813dab3ce44b1457ba
2023-02-27 17:16:25 +01:00
Előd Illés 9e0196311a Fix new-release command to use release-id
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not handled in the new-release command as it
still uses the release name. This patch fixes this by reading the
'release-id' field from series_status.yaml and if present then uses it
as stable/<release-id> for the branch creation.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: Ic9888b74b398d14f2a1dc5b6d30bca5f23493b5b
2023-02-27 13:11:34 +01:00
Előd Illés 3f96e774ce propose-library-branches command with release_id
With the new release identification / naming schema [1] (like:
2023.1 Antelope) new stable branch naming was introduced (like:
stable/2023.1). This was not handled in the propose-library-branches
command as it still used the release name. This patch fixes this by
reading the 'release-id' field from series_status.yaml and if
present then uses it as stable/<release-id> for the branch creation.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: Ie87862669fb965729e23a9374c34b1ba2e71b445
2023-02-20 18:18:04 +01:00
Előd Illés 27c4dcced7 Fix validator for std-with-versions
For projects that has branch type 'std-with-versions' (like ironic,
because they cut bugfix/<MAJOR>.<MINOR> bugfix branches) the new stable
branch name style (like stable/2023.1) does not pass validator. This
patch extends the validator to accept these branch names, too.

Change-Id: If597684b1a4ea741707ee786e8e01e9e8f3d2cb4
2023-01-20 11:40:59 +01:00
Előd Illés 2b8ee3aaec Fix upper-constraints redirect for new release naming
The new release identification / naming schema [1] (like:
2023.1 Antelope) broke the redirection rules for branch specific upper
constraint files as the stable branch names are from now on based on
the new release identification (like: stable/2023.1).

This patch fixes the redirections by introducing the release ID field
to series status, to translate a release name to 'stable/<release-id>'
where this ID exists.

[1] https://governance.openstack.org/tc/reference/release-naming.html

Change-Id: Iab885d4e36f64903b323e16c74d8315c759584de
2023-01-14 10:29:27 +01:00
Zuul 17abc97f9b Merge "Fix stable branch naming validation" 2022-12-02 14:37:04 +00:00
Hervé Beraud 032f60e961 Fix stable branch naming validation
This fix aim to solve issues with the new naming convention related to
SLURP releases.

Without that our validation will fail to validate stable branches named
like `stable/2023.1`.

Change-Id: Ic45d4a13f63846e5b60bde800492da7c851addf8
2022-12-02 14:33:14 +01:00
Előd Illés 3306e86b98 Add SLURP mark for Releases page template
This patch adds to the Releases page template the possibility to
indicate whether a release is a SLURP release.

Change-Id: Ie0dcddfe271e8fd77a6d40fa54c8ef2ee6914b78
2022-12-02 11:46:43 +01:00
Előd Illés 671c4b7a09 Update _CLOSED_SERIES set with Wallaby
Validation is not needed for a series as soon as it reaches the
Extended Maintenance state as there won't be any releases from such
branches. This patch updates the set of closed series to avoid
unnecessary validation.

Change-Id: I0f093865bab190273421d966c755434d0369e0a0
2022-10-21 20:01:34 +02:00
Zuul 170d30c907 Merge "Fix base query for empty diff" 2022-10-17 11:26:02 +00:00
Radosław Piliszek 52f52d8340 Fix new-release in interactive mode (-i)
Stop overwriting the target sha value.

Change-Id: Ie8b39bd848c659ac8834b063d5b1e7bb9da2a1e3
2022-10-10 18:18:26 +00:00
Előd Illés 63433942e0 Mark Zed as released
Change-Id: I65d51978ab978b66d6d67c5c323b29dc59c62de8
2022-10-03 11:46:04 +00:00
Előd Illés bc990ff880 Fix base query for empty diff
When the latest branch cut is from the very same hash as the previous
branch was cut from, then the rev-list gives an empty list. Originally
the last item from the list should have been taken. Since the list is
empty the splitlines()[-1] gives "IndexError: list index out of range".
This patch fixes this case with returning None early.

Change-Id: If5ea4a356b0c7620e2de1d2ab77951d8b76bb5e2
2022-09-30 20:47:06 +02:00
Zuul 7fc4981f74 Merge "Remove PBR-specific validation code" 2022-08-11 13:53:23 +00:00
Thierry Carrez 6075722275 Do not validate PyPI uploaders for new packages
The validate_pypi_permissions test checks that if the package exists on
PyPI, we have permissions to upload it. In order to validate that, it
first checks that the package exists by retrieving JSON information from
PyPI, and assuming that anything returned means the package exists.

However currently PyPI returns {'message': 'Not Found'} when queried for
JSON information about a non-existant package. This makes the test
assume that the package exists but we don't have permissions to upload
it, therefore failing the test.

This fix makes sure an empty dict is returned when an inexistant package
is queried, which makes the test succeed with the following message:

'no %s project data on pypi, assuming it will be created by release'

Change-Id: I27eb82109ab93fe33c339f82ec519feeb7228a1f
2022-08-09 14:34:27 +02:00
Jeremy Stanley b10e4a0d7d Remove PBR-specific validation code
With the recent switch to using the build utility, this should no
longer be necessary. Even more recent changes in the Python
packaging toolchain seem to have made it stop working anyway, so
remove it and treat PBR's builds like any other project.

Change-Id: I6f9a4546fb6a7b2a4836d6aeea0713f7a7da3002
2022-08-05 15:35:45 +00:00
Előd Illés e83bb1f69a Uncap jsonschema
With the latest upper constraints updating generated patch [1] the
openstack-tox-docs job started to fail, due to conflict:

ERROR: Cannot install jsonschema<4.0.0 and >=3.2.0 because these
package versions have conflicting dependencies.

The conflict is caused by:
    The user requested jsonschema<4.0.0 and >=3.2.0
    The user requested (constraint) jsonschema===4.7.2

This is because we have jsonschema<4.0.0 in our requirements.txt.
By uncapping the constraint the docs job is passing.

Date validation needed to be updated as well, because a deprecated
usage of validator extending method was used in the code, which was
removed [2] from jsonschema with the 4.0.0 release. This patch replaces
that with adding a TYPE_CHECKER instead.

With the new jsonschema constraint openstack-tox-py36 job does not pass
anymore, but py36 is dropped from zed anyway. That job is pulled in by
an old job template, which needs to be replaced to the new zed job
templates, too.

[1] I89576353371aa87d181610eb6242cbe961487af6
[2] d9f6384060

Closes-Bug: #1982757
Change-Id: Ida6310dd822e587ce9c424a228fdff5192ba0476
2022-07-26 12:24:11 +02:00
Előd Illés b4e04e95f7 Update _CLOSED_SERIES set
Validation is not needed for a series as soon as it reaches the
Extended Maintenance state. This patch updates the set of closed series
to avoid unnecessary validation. Together with Victoria, now this patch
adds older series, too, that were missed at their transition time.

Change-Id: I3f2b98540757a2370a923d71f8a38e15fbe35985
2022-07-08 15:54:07 +02:00
Iury Gregory Melo Ferreira 83571291e5 Fix typo in build wheel command
A missing comma was causing the strings to be concatenated,
resulting in a wrong command that caused the validate job
to fail.

Change-Id: I7c5dab48db725608c7b1cfa4e8e8034d8225b165
2022-05-06 11:54:57 -03:00
Zuul f7beb542ab Merge "Replace old sdist and wheel build command in validate" 2022-05-05 09:44:59 +00:00
Előd Illés 97baab754f Replace old sdist and wheel build command in validate
The new way of packaging a python project is via build package. This
patch replaces the old setup.py style sdist and wheel build.

Change-Id: Ia351d099aa3b2491e3a4d255d87bb7c6bd691cac
2022-05-02 20:26:47 +02:00