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

Stop tests to execute for hours when they are stuck #1524

Merged
merged 1 commit into from
Mar 28, 2023

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Mar 27, 2023

Objective:

To stop tests to run for hours when they are stuck

User Story:

I have seen lately that even setup go action can fail and last for hours, we shouldn't allow this to happen and instead stop those test after 30 minutes or so.

Evidence:

cancelled yesterday in 6h 0m 0s

Screenshot 2023-03-27 at 2 15 03 PM

@cniackz cniackz changed the title Adding timeout Stop tests to execute for hours when there is an issue Mar 27, 2023
@cniackz cniackz changed the title Stop tests to execute for hours when there is an issue Stop tests to execute for hours when they are stuck Mar 27, 2023
@cniackz cniackz requested review from dvaldivia, pjuarezd, harshavardhana, reivaj05 and allanrogerr and removed request for dvaldivia March 27, 2023 18:10
@cniackz cniackz self-assigned this Mar 27, 2023
@cniackz cniackz added the bug Something isn't working label Mar 27, 2023
@@ -7,6 +7,7 @@ on:

jobs:
goreleaser:
timeout-minutes: 30
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't 30 minutes too much time?

@pjuarezd pjuarezd merged commit 9c54acf into minio:master Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants