Skip to content
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

[release-4.15] Handle SIGTERM as SIGINT for first attempt #9788

Conversation

openshift-cherrypick-robot
Copy link
Collaborator

This is an automated cherry-pick of #9734

/assign petr-balogh

In the Jenkins job, when it's aborted it's trying to SIGTERM with signal
15 which doesn't allow the pytest to finish gracefully.

With changing it to SIGINT, the pytest should attempt to finalize the
fixtures and clean up the resources gracefully.

Signed-off-by: Petr Balogh <pbalogh@redhat.com>
Signed-off-by: Petr Balogh <pbalogh@redhat.com>
Copy link

openshift-ci bot commented May 10, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dahorak, openshift-cherrypick-robot, vavuthu

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@petr-balogh petr-balogh merged commit dd44818 into red-hat-storage:release-4.15 May 13, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm size/S PR that changes 10-29 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants