Synchronise 2025.1 with upstream#184
Merged
mnasiadka merged 8 commits intostackhpc/2025.1from Apr 24, 2026
Merged
Conversation
meta: version: 10.9.1 meta: team: keystone meta: diff-start: - meta: series: epoxy meta: branch: stable/2025.1 meta: release-type: release meta: pypi: yes meta: first: no meta: release:Author: Dr. Jens Harbott <harbott@osism.tech> meta: release:Commit: Dr. Jens Harbott <harbott@osism.tech> meta: release:Change-Id: I1f8b08e23698eaede7b3502b76129ca0d79d19e0 meta: release:Workflow+1: Elod Illes <elod.illes@est.tech> meta: release:Code-Review+2: Elod Illes <elod.illes@est.tech> meta: release:Code-Review+1: Pavlo Kostianov <pkostian@redhat.com> meta: release:Code-Review+1: Artem Goncharov <artem.goncharov@gmail.com> Change-Id: I0d9db451d3e5664e302fa5d859a821fa5692529c Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh
meta: version: 25.3.2 meta: team: horizon meta: diff-start: - meta: series: epoxy meta: branch: stable/2025.1 meta: release-type: release meta: pypi: no meta: first: no meta: release:Author: Tatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com> meta: release:Commit: Tatiana Ovchinnikova <t.v.ovtchinnikova@gmail.com> meta: release:Change-Id: Idfac95eef0ea7a286612c755dc6cc2de92077ee7 meta: release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta: release:Workflow+1: Thierry Carrez <thierry@openstack.org> meta: release:Code-Review+1: Ivan Anfimov <lazekteam@gmail.com> Change-Id: I7a6f51705b6c63799f1d12a65c5bb3e582b67b09 Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org> Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/update_constraints.sh
In [0] two jobs were made non-voting in the check pipeline, but it was missed to exclude them from gating. [0] https://review.opendev.org/c/openstack/requirements/+/983159 Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I9649a84ea0ef1621b7c248df160f349df5d8099b
In general we do not allow to bump upper constraints (especially not MAJOR versions), but the latest setuptools release (82.0.0) dropped pkg_resources that causes issues when generating docs on stable/2025.1, as the pinned pbr version still uses pkg_resurces, but pbr version 7.0.0 dropped hard dependency of pkg_resources module. (This is only issue on stable/2025.1, as on newer branches pbr upper constraint is >7.0.0.) Furthermore, to fix the gate a couple of changes needed to be added: - requirements-tox-pyXXX-check-uc jobs need pinned setuptools otherwise they fail with missing pkg_resources in xstatic-objectpath, hence this patch caps setuptools via virtualenv (which bundles setuptools) to all tox targets as a safe workaround [1] I4cde27f048889dd557c0473138bd8a75c1e1cc58 Change-Id: I7420baa4585dc3f9a97574a5e521bfd5f6c8c7d8 Signed-off-by: Elod Illes <elod.illes@est.tech>
…" into stable/2025.1
The ubuntu-bionic nodes are no longer available in the CI, so this job has been deleted. Clean up the dangling references to avoid zuul config errors. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: I2e49dfff6bbc3d7de0681563cd7d93edbc48b167 (cherry picked from commit e7690d7)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a snapshot of 2025.1 from upstream stable/2025.1.