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

internal/apps: better tagging #2425

Merged
merged 3 commits into from
Dec 12, 2023

Commits on Dec 12, 2023

  1. internal/apps: remove pr_default options

    We are not running the test apps on PRs anymore, so there is no way to
    invoke the jobs without either the workflow_call or workflow_dispatch
    inputs being available. So we need no pr_default values to fall back to.
    felixge committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b888d80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e6c445 View commit details
    Browse the repository at this point in the history
  3. internal/apps: pass scenario inputs as JSON

    Work around the fact that workflow_dispatch triggers can only have a
    maximum of 10 inputs, ugh. See links below for more info.
    
    - https://github.com/DataDog/dd-trace-go/actions/runs/7179140710
    - https://github.com/orgs/community/discussions/8774
    felixge committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    90dc5d5 View commit details
    Browse the repository at this point in the history