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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add workload_run_attempt to analysis upload #1658

Merged
merged 5 commits into from Apr 26, 2023

Commits on Apr 25, 2023

  1. Refactor status report upload logic

    Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()`
    angelapwen committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    f70db1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ca295 View commit details
    Browse the repository at this point in the history
  3. Stop allowing undefined run IDs and attempts

    Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.
    angelapwen committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    730018d View commit details
    Browse the repository at this point in the history
  4. Fix linting problem

    angelapwen committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5b038cc View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    1509406 View commit details
    Browse the repository at this point in the history