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

Attempt to fix intermittent CI failures #271

Merged
merged 1 commit into from
Oct 2, 2024
Merged

Conversation

johnomotani
Copy link
Collaborator

On CI server, don't use /tmp/ for output files.

I think putting files in /tmp/ on the Github Actions CI servers might be the cause of the occasional failures of the tests we've been seeing recently. Maybe the files in /tmp get cleaned out frequently, and occasionally that cleaning happens while we are still using the file? Instead, put the test output files in subdirectories of runs/, but only when running on the CI server - otherwise still use /tmp/ as normal.

Putting files in "/tmp/" on the Github Actions CI servers seems to cause
occasional failures of the tests. Instead, put the test output files in
subdirectories of "runs/", but only when running on the CI server -
otherwise still use "/tmp/" as normal.
@johnomotani johnomotani merged commit 99ed356 into master Oct 2, 2024
21 checks passed
@johnomotani johnomotani deleted the fix-parallel-ci branch October 2, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant