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

Fixes rosetta tests from overwriting artifacts from upstream tests #282

Closed
wants to merge 1 commit into from

Conversation

terrykong
Copy link
Contributor

Artifacts have been uploaded to ${GITHUB_RUN_ID}-${TEST_CASE_NAME}, but now that the _test_{t5x,pax}.yaml are potentially called twice in a single run (e.g., in ci.yaml), we can have artifacts that clobber each other. This change adds a SUFFIX input that will prevent them from clobbering each other

@terrykong terrykong requested review from yhtang and ashors1 October 4, 2023 01:10
@terrykong
Copy link
Contributor Author

Actually upon further investigation, this doesn't seem to be a problem currently because ci.yaml only runs test{pax,t5x}.yaml once, (ex: https://github.com/NVIDIA/JAX-Toolbox/blob/main/.github/workflows/ci.yaml#L228). For the public facing workflows, we haven't run into this b/c they all get their own GITHUB_RUN_ID when triggered via upstream public facing workflows

Moving this to draft since ci.yaml needs to be updated too

@terrykong terrykong marked this pull request as draft October 4, 2023 06:17
@yhtang
Copy link
Collaborator

yhtang commented Oct 14, 2023

Is this issue addressed by #298? Can we close this?

@terrykong terrykong closed this Oct 15, 2023
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.

3 participants