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

[feat] Add new --retries-threshold option #3262

Merged
merged 2 commits into from
Sep 24, 2024

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Sep 19, 2024

Closes #3139.

This option will skip retries if failures are above the given threshold. This is useful when something is obviously wrong and you don't want ReFrame to continue looping with retrying tests that will most likely fail again.

@vkarak vkarak merged commit cadbd83 into reframe-hpc:develop Sep 24, 2024
22 checks passed
@vkarak vkarak deleted the feat/retries-threshold branch September 24, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Do not retry any test if total failures have exceeded a certain limit
2 participants