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

#12840: Add more handling more multiple attempts by restricting the space of github_job_ids we're looking to only the ones in the workflow run attempt in question #12858

Merged
merged 2 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. #12840: Add support for artifacts for multiple attempts by downloadin…

    …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 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    73139ef View commit details
    Browse the repository at this point in the history
  2. #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
    tt-rkim committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1a361c2 View commit details
    Browse the repository at this point in the history