Ex CI: properly disable comgr cache for hipSOLVER tests (#4572)

This commit is contained in:
Daniel Su
2025-04-08 10:41:26 -04:00
committed by GitHub
parent b727bbcfd2
commit 595d033ef8

View File

@@ -65,8 +65,6 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
- name: AMD_COMGR_CACHE
value: 0
pool:
vmImage: ${{ variables.BASE_BUILD_POOL }}
workspace:
@@ -129,6 +127,8 @@ jobs:
variables:
- group: common
- template: /.azuredevops/variables-global.yml
- name: AMD_COMGR_CACHE
value: 0
pool: ${{ job.target }}_test_pool
workspace:
clean: all