-
Notifications
You must be signed in to change notification settings - Fork 95
NO-JIRA: tests(gha): fix podman.sock cleanup in system reset for build workflow #1121
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
Conversation
…d workflow The podman system reset command in version 5.5.0 no longer removes the API socket, leading to potential conflicts. Added a manual step to delete the podman.sock file to ensure a clean environment. This change enhances reliability in the build workflow.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/cherrypick 2024b |
Caution There are some errors in your PipelineRun template.
List of images referenced from the Python code generation scripts for Tekton pipelines.The structure of this file must be compatible withhttps://docs.renovatebot.com/modules/manager/tekton/Specifically, see
|
@jiridanek: new pull request created: #1193 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Fixes #1120
Description
podman system reset
deletes thepodman.sock
containers/podman#25504The
podman system reset
command in version 5.5.0 no longer removes the API socket and its containing directory, leading to stale permissions on the directory. Added a manual step to delete the podman.sock containing directory to ensure a clean environment. This change enhances reliability in the build workflow.How Has This Been Tested?
Merge criteria: