Skip to content

Commit

Permalink
E2E Testing: Add concurrency tag to test in main build and nightly bu…
Browse files Browse the repository at this point in the history
…ild (#646)
  • Loading branch information
majanjua-amzn authored Dec 13, 2023
1 parent 82d921b commit f0c9fe8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@ jobs:
VALIDATOR_COMMAND: -c spark-otel-trace-metric-validation.yml --endpoint http://app:4567 --metric-namespace aws-otel-integ-test -t ${{ github.run_id }}-${{ github.run_number }}

e2e-test:
concurrency:
group: e2e-adot-test
cancel-in-progress: false
needs: build
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
secrets: inherit
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/nightly-upstream-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
path: otelagent/build/libs/aws-opentelemetry-agent-*.jar

e2e-test:
concurrency:
group: e2e-adot-test
cancel-in-progress: false
needs: build
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
secrets: inherit
Expand Down

0 comments on commit f0c9fe8

Please sign in to comment.