Skip to content

Commit 1abdf3c

Browse files
Merge pull request #689 from aws-powertools/hjgraca-patch-e2e-4
chore: Update e2e-infra-deploy.yml
2 parents 65ef054 + 58ec625 commit 1abdf3c

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/e2e-infra-deploy.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -48,32 +48,32 @@ jobs:
4848
cd libraries/tests/e2e/infra
4949
cdk deploy --require-approval never
5050
51-
deploy-aot-stack:
52-
runs-on: aws-powertools_ubuntu-latest_8-core
53-
strategy:
54-
matrix:
55-
architecture: [ x86_64, arm64 ]
56-
container:
57-
image: public.ecr.aws/sam/build-dotnet8:latest
58-
steps:
59-
- name: Checkout code
60-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
51+
# deploy-aot-stack:
52+
# runs-on: aws-powertools_ubuntu-latest_8-core
53+
# strategy:
54+
# matrix:
55+
# architecture: [ x86_64, arm64 ]
56+
# container:
57+
# image: public.ecr.aws/sam/build-dotnet8:latest
58+
# steps:
59+
# - name: Checkout code
60+
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
6161

62-
- name: Configure AWS credentials
63-
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
64-
with:
65-
role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }}
66-
aws-region: us-east-1
62+
# - name: Configure AWS credentials
63+
# uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
64+
# with:
65+
# role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }}
66+
# aws-region: us-east-1
6767

68-
- name: Set up .NET
69-
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
70-
with:
71-
dotnet-version: '8.x'
68+
# - name: Set up .NET
69+
# uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
70+
# with:
71+
# dotnet-version: '8.x'
7272

73-
- name: Install CDK
74-
run: npm install -g aws-cdk
73+
# - name: Install CDK
74+
# run: npm install -g aws-cdk
7575

76-
- name: Deploy AOT Stack
77-
run: |
78-
cd libraries/tests/e2e/infra-aot
79-
cdk deploy --require-approval never
76+
# - name: Deploy AOT Stack
77+
# run: |
78+
# cd libraries/tests/e2e/infra-aot
79+
# cdk deploy --require-approval never

0 commit comments

Comments
 (0)