Skip to content

Commit

Permalink
[CI] Temporarily keep one windows runner up
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
boomanaiden154 committed Jan 24, 2025
1 parent 7f03383 commit b382667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion premerge/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ resource "google_container_node_pool" "llvm_premerge_windows" {
initial_node_count = 0

autoscaling {
total_min_node_count = 0
total_min_node_count = 1
total_max_node_count = 2
}

Expand Down
2 changes: 1 addition & 1 deletion premerge/windows_runner_values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
githubConfigUrl: "https://github.com/llvm"
githubConfigSecret: "github-token"

minRunners: 0
minRunners: 1
maxRunners: 2

template:
Expand Down

0 comments on commit b382667

Please sign in to comment.