Skip to content

Commit 0ba2d0f

Browse files
[CI] Double Linux Runner Counts (#489)
This patch doubles the Linux Runner Counts from 8 per cluster to 16 per cluster for a total of 32. We recently were able to get some more quota to allow for this.
1 parent 41624c2 commit 0ba2d0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

premerge/gke_cluster/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ resource "google_container_node_pool" "llvm_premerge_linux" {
4141

4242
autoscaling {
4343
total_min_node_count = 0
44-
total_max_node_count = 8
44+
total_max_node_count = 16
4545
}
4646

4747
node_config {

premerge/linux_runners_values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ githubConfigUrl: "https://github.com/llvm"
22
githubConfigSecret: "github-token"
33

44
minRunners: 0
5-
maxRunners: 8
5+
maxRunners: 16
66

77
runnerGroup: ${ runner_group_name }
88

0 commit comments

Comments
 (0)