Skip to content

Commit 6161a3e

Browse files
[CI] Fix labels
I updated some labels so that the windows buildbot nodes would have the windows-2022 label, but apparently updated the wrong ones. This patch fixes that.
1 parent 909c2ec commit 6161a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

premerge/gke_cluster/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ resource "google_container_node_pool" "llvm_premerge_windows_2022" {
153153
node_config {
154154
machine_type = var.windows_machine_type
155155
labels = {
156-
"buildbot-platform" : "windows-2022"
156+
"premerge-platform" : "windows-2022"
157157
}
158158
image_type = "WINDOWS_LTSC_CONTAINERD"
159159
windows_node_config {
@@ -203,7 +203,7 @@ resource "google_container_node_pool" "llvm_buildbot_window_2022" {
203203
# as much of a concern postcommit.
204204
machine_type = var.linux_machine_type
205205
labels = {
206-
"premerge-platform" : "windows-2022"
206+
"buildbot-platform" : "windows-2022"
207207
}
208208
image_type = "WINDOWS_LTSC_CONTAINERD"
209209
windows_node_config {

0 commit comments

Comments
 (0)