Skip to content

Commit b382667

Browse files
[CI] Temporarily keep one windows runner up
This makes it easier to test the premerge pipeline without having to wait 15 minutes for the runner to come online and then hope that I use it often enough so it doesn't autoscale down.
1 parent 7f03383 commit b382667

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

premerge/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ resource "google_container_node_pool" "llvm_premerge_windows" {
102102
initial_node_count = 0
103103

104104
autoscaling {
105-
total_min_node_count = 0
105+
total_min_node_count = 1
106106
total_max_node_count = 2
107107
}
108108

premerge/windows_runner_values.yaml

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

4-
minRunners: 0
4+
minRunners: 1
55
maxRunners: 2
66

77
template:

0 commit comments

Comments
 (0)