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 (aws-observability#646)

# Conflicts:
#	.github/workflows/nightly-upstream-snapshot-build.yml
  • Loading branch information
majanjua-amzn authored and bjrara committed Dec 14, 2023
1 parent 0e49186 commit 4d4f13e
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 @@ -452,6 +452,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 @@ -98,6 +98,9 @@ jobs:
name: aws-opentelemetry-agent.jar
path: otelagent/build/libs/aws-opentelemetry-agent-*.jar

concurrency:
group: e2e-adot-test
cancel-in-progress: false
publish-build-status:
needs: [build]
if: ${{ always() }}
Expand Down

0 comments on commit 4d4f13e

Please sign in to comment.