Skip to content

Commit

Permalink
Merge pull request #872 from aws-observability/thpierce-patch-1
Browse files Browse the repository at this point in the history
Fix nightly-upstream-snapshot-build.yml
  • Loading branch information
thpierce authored Aug 26, 2024
2 parents 6158a3b + 60e5c1a commit 19e0f4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/nightly-upstream-snapshot-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,17 +145,11 @@ jobs:

# AppSignals specific e2e tests
appsignals-e2e-test:
concurrency:
group: e2e-adot-test
cancel-in-progress: false
needs: [build,default-region-output]
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
uses: ./.github/workflows/application-signals-e2e-test.yml
secrets: inherit
with:
aws-region: ${{ needs.default-region-output.outputs.aws_default_region }}
test-cluster-name: "e2e-adot-test"
appsignals-adot-image-name: ${{ needs.build.outputs.release-candidate-image }}
caller-workflow-name: 'nightly-upstream-snapshot-build'
adot-image-name: ${{ needs.build.outputs.release-candidate-image }}

publish-build-status:
needs: [ build, contract-tests ]
Expand Down

0 comments on commit 19e0f4d

Please sign in to comment.