File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 4444 TEST_RESOURCES_FOLDER : ${GITHUB_WORKSPACE}
4545 ADOT_IMAGE_NAME : ${{ inputs.adot-image-name }}
4646 CW_AGENT_OPERATOR_TAG : ${{ inputs.cw-agent-operator-tag }}
47+ DOTNET_MAIN_SAMPLE_APP_IMAGE : appsignals-dotnet-windows-main-service
48+ DOTNET_REMOTE_SAMPLE_APP_IMAGE : appsignals-dotnet-windows-remote-service
4749
4850jobs :
4951 dotnet-eks :
@@ -100,13 +102,6 @@ jobs:
100102 role-to-assume : arn:aws:iam::${{ env.E2E_TEST_ACCOUNT_ID }}:role/${{ env.E2E_TEST_ROLE_NAME }}
101103 aws-region : us-east-1
102104
103- - name : Retrieve account
104- uses : aws-actions/aws-secretsmanager-get-secrets@v1
105- with :
106- secret-ids : |
107- DOTNET_MAIN_SAMPLE_APP_IMAGE, e2e-test/dotnet-main-sample-app-image
108- DOTNET_REMOTE_SAMPLE_APP_IMAGE, e2e-test/dotnet-remote-sample-app-image
109-
110105 # ADOT_E2E_TEST_ROLE_ARN is used to access main build e2e test cluster
111106 # E2E_TEST_ROLE_ARN is used to access canary e2e test cluster
112107 - name : Configure AWS Credentials
You can’t perform that action at this time.
0 commit comments