File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -145,17 +145,11 @@ jobs:
145
145
146
146
# AppSignals specific e2e tests
147
147
appsignals-e2e-test :
148
- concurrency :
149
- group : e2e-adot-test
150
- cancel-in-progress : false
151
148
needs : [build,default-region-output]
152
- uses : ./.github/workflows/appsignals-e2e-eks -test.yml
149
+ uses : ./.github/workflows/application-signals-e2e -test.yml
153
150
secrets : inherit
154
151
with :
155
- aws-region : ${{ needs.default-region-output.outputs.aws_default_region }}
156
- test-cluster-name : " e2e-adot-test"
157
- appsignals-adot-image-name : ${{ needs.build.outputs.release-candidate-image }}
158
- caller-workflow-name : ' nightly-upstream-snapshot-build'
152
+ adot-image-name : ${{ needs.build.outputs.release-candidate-image }}
159
153
160
154
publish-build-status :
161
155
needs : [ build, contract-tests ]
You can’t perform that action at this time.
0 commit comments