We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf443c commit 9e222a3Copy full SHA for 9e222a3
.github/workflows/integration-aws.yml
@@ -41,7 +41,7 @@ jobs:
41
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"
43
CLUSTER_NAME: "nvs-d${{ github.run_id }}"
44
- K8S_VERSION: "1.34"
+ K8S_VERSION: "1.31"
45
GPU_NODE_COUNT: "1"
46
GPU_AVAILABILITY_ZONE: "us-west-2e"
47
0 commit comments