Skip to content

Commit 5666237

Browse files
committed
chore: move account to gpu capacity
1 parent 570b5b5 commit 5666237

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/integration-aws.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ jobs:
3535
env:
3636
CSP: "aws"
3737
PREFIX: "nvs"
38-
AWS_ACCOUNT_ID: "528757803597" # Replace with actual account ID
39-
AWS_REGION: "us-west-2"
38+
AWS_ACCOUNT_ID: "615299774277" # Replace with actual account ID
39+
AWS_REGION: "us-east-1"
4040
GITHUB_ACTIONS_ROLE_NAME: "github-actions-role"
4141
GITHUB_ACTIONS_ROLE_ARN: "arn:aws:iam::528757803597:role/github-actions-role" # Replace with actual role ARN
42-
OIDC_PROVIDER_ARN: "arn:aws:iam::528757803597:oidc-provider/token.actions.githubusercontent.com"
42+
OIDC_PROVIDER_ARN: "arn:aws:iam::615299774277:oidc-provider/token.actions.githubusercontent.com"
4343
CLUSTER_NAME: "nvs-d${{ github.run_id }}"
4444
K8S_VERSION: "1.34"
4545
EKSCTL_VERSION: "0.216.0"
46-
GPU_AVAILABILITY_ZONE: "us-west-2e"
47-
GPU_NODE_COUNT: "0"
48-
CAPACITY_RESERVATION_ID: ""
46+
GPU_AVAILABILITY_ZONE: "us-east-1e"
47+
GPU_NODE_COUNT: "1"
48+
CAPACITY_RESERVATION_ID: "cr-0cbe491320188dfa6"
4949

5050
# Debug
5151
SKIP_DELETE: "true" # skip cluster deletion

0 commit comments

Comments
 (0)