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

Rerun intermittent failures in CI #1866

Merged
merged 8 commits into from
Dec 10, 2024
Merged

Conversation

abhisrkckl
Copy link
Contributor

@abhisrkckl abhisrkckl commented Dec 4, 2024

This was initially part of #1798 which was merged and then reverted.

@abhisrkckl
Copy link
Contributor Author

The macos failure is because the runner is deprecated.

@dlakaplan
Copy link
Contributor

I was also dealing with a situation like this, and in that case I just put in a fixed random seed so I know that it should pass if things work. but I don't know if that's a good idea in general?

@abhisrkckl
Copy link
Contributor Author

I think this is a more general solution. This also lets us know that we have a problem if the test fails even after 5 reruns.

@abhisrkckl abhisrkckl changed the title WIP: Rerun intermittent failures in CI Rerun intermittent failures in CI Dec 6, 2024
@dlakaplan
Copy link
Contributor

Since the new MacOS tests are no longer part of tox.ini, can you add the appropriate arguments to the git CI file?

@abhisrkckl
Copy link
Contributor Author

Since the new MacOS tests are no longer part of tox.ini, can you add the appropriate arguments to the git CI file?

Added.

@dlakaplan
Copy link
Contributor

Looks good - should I merge?

@abhisrkckl
Copy link
Contributor Author

abhisrkckl commented Dec 10, 2024 via email

@dlakaplan dlakaplan merged commit 19abb24 into nanograv:master Dec 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants