Skip to content

Commit bb552f7

Browse files
committed
Windows EKS Initiate
1 parent fc38a5b commit bb552f7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/dotnet-eks-windows-test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ env:
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

4850
jobs:
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

0 commit comments

Comments
 (0)