File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments