Skip to content

Commit

Permalink
[CI] Disable autoscaling on Linux node pool
Browse files Browse the repository at this point in the history
Still running into problems with some jobs getting killed. Trying to disabling
autoscaling to see if that is related to the issue.
  • Loading branch information
boomanaiden154 committed Jan 17, 2025
1 parent f80b995 commit cff6f90
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ resource "google_container_node_pool" "llvm_premerge_linux" {
location = "us-central1-a"
cluster = google_container_cluster.llvm_premerge.name
initial_node_count = 0

autoscaling {
total_min_node_count = 0
total_max_node_count = 4
}
node_count = 4

node_config {
machine_type = "n2-standard-64"
Expand Down

0 comments on commit cff6f90

Please sign in to comment.