We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6158a3b commit a8dcafdCopy full SHA for a8dcafd
.github/workflows/nightly-upstream-snapshot-build.yml
@@ -149,13 +149,10 @@ jobs:
149
group: e2e-adot-test
150
cancel-in-progress: false
151
needs: [build,default-region-output]
152
- uses: ./.github/workflows/appsignals-e2e-eks-test.yml
+ uses: ./.github/workflows/application-signals-e2e-test.yml
153
secrets: inherit
154
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'
+ adot-image-name: ${{ needs.build.outputs.release-candidate-image }}
159
160
publish-build-status:
161
needs: [ build, contract-tests ]
0 commit comments