@@ -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