Skip to content

Commit

Permalink
[CI] Bump Windows Image Size to 200GB
Browse files Browse the repository at this point in the history
We were running into some failures due to running out of disk space, trying to
see if this fixes it.
  • Loading branch information
boomanaiden154 committed Jan 25, 2025
1 parent cd97af0 commit ad9a7f6
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 @@ -120,6 +120,7 @@ resource "google_container_node_pool" "llvm_premerge_windows" {
metadata = {
"sysprep-specialize-script-ps1" : "Set-MpPreference -DisableRealtimeMonitoring $true"
}
disk_size_gb = 200
}
}

Expand Down

0 comments on commit ad9a7f6

Please sign in to comment.