Skip to content

Commit cb7c620

Browse files
committed
chore: change gpu zone to e
1 parent 5666237 commit cb7c620

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CLUSTER_NAME: "nvs-d${{ github.run_id }}"
4444
K8S_VERSION: "1.34"
4545
EKSCTL_VERSION: "0.216.0"
46-
GPU_AVAILABILITY_ZONE: "us-east-1e"
46+
GPU_AVAILABILITY_ZONE: "e"
4747
GPU_NODE_COUNT: "1"
4848
CAPACITY_RESERVATION_ID: "cr-0cbe491320188dfa6"
4949

tests/uat/aws/account/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ jobs:
110110
integration-test-aws:
111111
runs-on: ubuntu-latest
112112
env:
113-
AWS_ACCOUNT_ID: "528757803597" # From terraform output
114-
AWS_REGION: "us-west-2"
115-
GITHUB_ACTIONS_ROLE_ARN: "arn:aws:iam::528757803597:role/github-actions-role"
113+
AWS_ACCOUNT_ID: "12345678910" # From terraform output
114+
AWS_REGION: "us-east-1"
115+
GITHUB_ACTIONS_ROLE_ARN: "arn:aws:iam::12345678910:role/github-actions-role"
116116

117117
steps:
118118
- name: Configure AWS credentials

0 commit comments

Comments
 (0)