Skip to content

Fix CI cleanup race condition #349

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

Open
wants to merge 1 commit into
base: rocm-main
Choose a base branch
from

Conversation

charleshofer
Copy link
Collaborator

@charleshofer charleshofer commented Apr 8, 2025

Not sure how to test this because the failure is so flaky, I think this should fix the problem where CI fails on its cleanup step at the beginning of the job.

@charleshofer charleshofer marked this pull request as ready for review April 15, 2025 18:52
@charleshofer charleshofer requested a review from a team as a code owner April 15, 2025 18:52
@@ -28,15 +28,15 @@ jobs:
TEST_IMAGE: ubuntu-jax-${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}
PYTHON_VERSION: ${{ matrix.python }}
ROCM_VERSION: ${{ matrix.rocm }}
WORKSPACE_DIR: workdir_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}
WORKSPACE_DIR: workdir_gpuci_${{ github.run_id }}_${{ github.run_number }}_${{ github.run_attempt }}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this because we run two CI workflows on PR open?

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