-
Notifications
You must be signed in to change notification settings - Fork 75
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
Handle data collection cases where artifacts aren't carried over between attempts #12840
Closed
Tracked by
#10718
Labels
Comments
tt-rkim
changed the title
artifacts aren't carried over between attempts ex. https://github.com/tenstorrent/tt-metal/actions/runs/10085445285
Handle data collection cases where artifacts aren't carried over between attempts
Sep 18, 2024
tt-rkim
added
infra-ci
infrastructure and/or CI changes
P1
data-collection
collab ticket with data science team
labels
Sep 18, 2024
tt-rkim
added a commit
that referenced
this issue
Sep 18, 2024
…g all of them, so that the system doesn't get confused when searching for artifacts that were generated in a previous attempt but weren't carried over
tt-rkim
added a commit
that referenced
this issue
Sep 18, 2024
… downloaded logs to a test report, only match the ones for the requested job, so we don't handle more than we need to and run into issues such as what we currently have where multiple attempts of a workflow run will cause multiple github_job_ids to have the same uuid, meaning we can't match later because we lose data
tt-rkim
added a commit
that referenced
this issue
Sep 18, 2024
…g all of them, so that the system doesn't get confused when searching for artifacts that were generated in a previous attempt but weren't carried over
tt-rkim
added a commit
that referenced
this issue
Sep 18, 2024
… downloaded logs to a test report, only match the ones for the requested job, so we don't handle more than we need to and run into issues such as what we currently have where multiple attempts of a workflow run will cause multiple github_job_ids to have the same uuid, meaning we can't match later because we lose data
tt-rkim
added a commit
that referenced
this issue
Sep 18, 2024
…pace of `github_job_id`s we're looking to only the ones in the workflow run attempt in question (#12858) * #12840: Add support for artifacts for multiple attempts by downloading all of them, so that the system doesn't get confused when searching for artifacts that were generated in a previous attempt but weren't carried over * #12840: Instead of using trying to match all the job IDs found in the downloaded logs to a test report, only match the ones for the requested job, so we don't handle more than we need to and run into issues such as what we currently have where multiple attempts of a workflow run will cause multiple github_job_ids to have the same uuid, meaning we can't match later because we lose data
Good now!
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
No description provided.
The text was updated successfully, but these errors were encountered: