From 29687d588fd81adce5c59494473ab2dbdaaa3354 Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Tue, 21 Oct 2025 18:32:34 -0500 Subject: [PATCH] build: run all builds out of a new (huge) P:\ drive (#42739) The new agents have much smaller temporary disks (which I verified with another test run to clock in at about 87GB). For right now, let's move our release builds to a larger drive while we troubleshoot. (cherry picked from commit 52ce33d4383ffac30eb7581970a1a0be3eb3336e) --- .pipelines/v2/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pipelines/v2/release.yml b/.pipelines/v2/release.yml index 45514d4b0f..9db2993a28 100644 --- a/.pipelines/v2/release.yml +++ b/.pipelines/v2/release.yml @@ -78,10 +78,11 @@ extends: parameters: pool: name: SHINE-INT-L - ${{ if eq(parameters.useVSPreview, true) }}: - demands: ImageOverride -equals SHINE-VS17-Preview - ${{ else }}: - image: SHINE-VS17-Latest + demands: + # Our INT agents have a large disk mounted at P:\ + - WorkFolder -equals P:\_work + - ${{ if eq(parameters.useVSPreview, true) }}: + - ImageOverride -equals SHINE-VS17-Preview os: windows variables: IsPipeline: 1 # The installer uses this to detect whether it should pick up localizations