Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the GKE cluster used for nightly tests to n1-standard-8 #4065

Merged
merged 3 commits into from Aug 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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