change pool back to MEDIUM before merge

This commit is contained in:
alexxu-amd
2024-06-10 11:56:25 -04:00
parent ab1c62464a
commit 98f2e183a2

View File

@@ -27,7 +27,7 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
pool: ${{ variables.HIGH_BUILD_POOL }}
pool: ${{ variables.MEDIUM_BUILD_POOL }}
workspace:
clean: all
steps:
@@ -59,5 +59,5 @@ jobs:
-DCMAKE_BUILD_TYPE=Release
-DHIPTENSOR_BUILD_TESTS=ON
-DAMDGPU_TARGETS=gfx90a
multithreadFlag: -j64
multithreadFlag: -j32
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/artifact-upload.yml