Skip to content

Commit

Permalink
[CI] Bump disk size to 200GB.
Browse files Browse the repository at this point in the history
If the disk size is 100GB, we run out of disk space and k8s starts evicting
pods, which show up as somewhat obtuse failures in Github Actions.
  • Loading branch information
boomanaiden154 committed Jan 22, 2025
1 parent 1e29020 commit 0c46234
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ resource "google_container_node_pool" "llvm_premerge_linux" {
labels = {
"premerge-platform" : "linux"
}
disk_size_gb = 200
}
}

Expand Down

0 comments on commit 0c46234

Please sign in to comment.