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

[2/2] Make k6 cloud run --local-execution upload test archive #3931

Merged
merged 12 commits into from
Sep 13, 2024

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    e8f6b2a View commit details
    Browse the repository at this point in the history
  2. Explicit the handling of the --no-usage-report option

    This commits aligns the handling of the --no-usage-report option in the
    context of the k6 cloud run command with the following agreed upon
    behavior:
    * k6 cloud run --no-usage-report should ignore the flag, and make
    sure we don't send the report.
    * k6 cloud run --local-execution --no-usage-report  should take the
    flag in consideration, and act accordingly.
    oleiade committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3d501d4 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    oleiade committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    73d8155 View commit details
    Browse the repository at this point in the history
  4. Update cmd/cloud_run.go

    Co-authored-by: Ivan <[email protected]>
    oleiade and codebien committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cfd8fa7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dffb25f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3ec23c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af610f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6592337 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bac68c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01a1a16 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0a2437c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b179a5d View commit details
    Browse the repository at this point in the history