Skip to content

chore: Update e2e-infra-deploy.yml #689

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions .github/workflows/e2e-infra-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,32 +48,32 @@ jobs:
cd libraries/tests/e2e/infra
cdk deploy --require-approval never

deploy-aot-stack:
runs-on: aws-powertools_ubuntu-latest_8-core
strategy:
matrix:
architecture: [ x86_64, arm64 ]
container:
image: public.ecr.aws/sam/build-dotnet8:latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
# deploy-aot-stack:
# runs-on: aws-powertools_ubuntu-latest_8-core
# strategy:
# matrix:
# architecture: [ x86_64, arm64 ]
# container:
# image: public.ecr.aws/sam/build-dotnet8:latest
# steps:
# - name: Checkout code
# uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

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

- name: Set up .NET
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
with:
dotnet-version: '8.x'
# - name: Set up .NET
# uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
# with:
# dotnet-version: '8.x'

- name: Install CDK
run: npm install -g aws-cdk
# - name: Install CDK
# run: npm install -g aws-cdk

- name: Deploy AOT Stack
run: |
cd libraries/tests/e2e/infra-aot
cdk deploy --require-approval never
# - name: Deploy AOT Stack
# run: |
# cd libraries/tests/e2e/infra-aot
# cdk deploy --require-approval never
Loading