Skip to content

Commit a8dcafd

Browse files
authored
Fix nightly-upstream-snapshot-build.yml
1 parent 6158a3b commit a8dcafd

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/nightly-upstream-snapshot-build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,10 @@ jobs:
149149
group: e2e-adot-test
150150
cancel-in-progress: false
151151
needs: [build,default-region-output]
152-
uses: ./.github/workflows/appsignals-e2e-eks-test.yml
152+
uses: ./.github/workflows/application-signals-e2e-test.yml
153153
secrets: inherit
154154
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'
155+
adot-image-name: ${{ needs.build.outputs.release-candidate-image }}
159156

160157
publish-build-status:
161158
needs: [ build, contract-tests ]

0 commit comments

Comments
 (0)