From 52bb401712350c8652fd0963d8e54965452241a6 Mon Sep 17 00:00:00 2001 From: Ibrahim Wani <113864060+ibrahimw1@users.noreply.github.com> Date: Mon, 26 Jan 2026 22:51:11 +0000 Subject: [PATCH] Fix free space error --- .azuredevops/components/origami.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.azuredevops/components/origami.yml b/.azuredevops/components/origami.yml index b251bca06..a072d4a99 100644 --- a/.azuredevops/components/origami.yml +++ b/.azuredevops/components/origami.yml @@ -102,8 +102,7 @@ jobs: - template: /.azuredevops/variables-global.yml - name: ROCM_PATH value: $(Agent.BuildDirectory)/rocm - pool: - vmImage: ${{ variables.BASE_BUILD_POOL }} + pool: ${{ variables.MEDIUM_BUILD_POOL }} ${{ if eq(job.os, 'almalinux8') }}: container: image: rocmexternalcicd.azurecr.io/manylinux228:latest