Skip to content

Commit

Permalink
Upgrade the GKE cluster used for nightly tests to n1-standard-8 (#4065
Browse files Browse the repository at this point in the history
)

upgrade nightly to n1-standard-8
  • Loading branch information
dmitryduev committed Aug 11, 2022
1 parent 5d6a539 commit 584e2ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -149,7 +149,7 @@ commands:
machine_type:
description: "GKE cluster machine type"
type: string
default: "n1-standard-4"
default: "n1-standard-8"
disk_size:
description: "GKE cluster disk size"
type: integer
Expand Down
4 changes: 2 additions & 2 deletions tests/standalone_tests/shards/gke_cpu/pod.yaml
Expand Up @@ -13,6 +13,6 @@ spec:
# command: ["tail", "-f", "/dev/null"]
resources:
limits:
cpu: 1.999
cpu: 3.999
requests:
cpu: 1.0
cpu: 3.5
4 changes: 2 additions & 2 deletions tests/standalone_tests/shards/gke_gpu/pod.yaml
Expand Up @@ -14,9 +14,9 @@ spec:
# do not restart the container if it exits
resources:
limits:
cpu: 1.999
cpu: 3.999
nvidia.com/gpu: 2
requests:
cpu: 1.5
cpu: 3.5
# ports:
# - containerPort: 80

0 comments on commit 584e2ef

Please sign in to comment.