-
Notifications
You must be signed in to change notification settings - Fork 49
Release 29.2 #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
StykMartin
merged 15 commits into
beaker-project:release-29
from
StykMartin:wip/mstyk/release-29.2
May 26, 2025
Merged
Release 29.2 #261
StykMartin
merged 15 commits into
beaker-project:release-29
from
StykMartin:wip/mstyk/release-29.2
May 26, 2025
Conversation
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
Closes: beaker-project#205 Signed-off-by: Martin Styk <[email protected]>
This implementation was done for the Python 2 codebase and doesn't serve the purpose anymore. Linter will be added again once we are done with the Python 3 baseline. Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Get the GitHub CI working. * Use `vault.centos.org` for CentOS 7 and CentOS 8 * Force use of node 16 * Use `artifact@v3` [1] 1. https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Fixes: beaker-project#244 Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
This commit fixes the configuration for the forthcoming Packit 1.0.0. See [our blog post](https://packit.dev/posts/packit_1_0_0_action_required) for more details. - Job type `build` has been changed to `copr_build`. - Job type `production_build` has been changed to `upstream_koji_build`. - Key `upstream_project_name` has been changed to `upstream_package_name`. - Key `synced_files` has been changed to `files_to_sync`. Please review and merge me before January 2025 otherwise packit-service jobs will fail because of an invalid configuration.
We were having CI jobs never completing when using the CI, though in reality they were completing but not being updated.
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
Signed-off-by: Martin Styk <[email protected]>
mdujava
approved these changes
May 25, 2025
JohnVillalovos
approved these changes
May 25, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @StykMartin !
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.
The pull request contains mostly cherry-picked commits that fix issues with CI on the release-29 branch.
It also contains a few more commits that properly validate the latest targets (EL10).
I intentionally avoided backporting some changes related to tests because they were not intended for the release-29 branch.
The main goal of this release is to introduce the ability to add tasks with a fetch URL in the Beaker client.