External CI: disable rocMLIR tests (#3931)

* External CI: disable rocMLIR tests

* roctracer AMDGPU_TARGETS flag
This commit is contained in:
Daniel Su
2024-10-21 14:47:16 -04:00
committed by GitHub
parent 82a14d78cc
commit 62d855a658
2 changed files with 2 additions and 1 deletions

View File

@@ -68,7 +68,7 @@ jobs:
# compiling and running test on the test system together
- job: rocMLIR_testing
dependsOn: rocMLIR
condition: and(succeeded(), eq(variables.ENABLE_GFX942_TESTS, 'true'))
condition: and(succeeded(), eq(variables.ENABLE_GFX942_TESTS, 'true'), false)
variables:
- group: common
- template: /.azuredevops/variables-global.yml

View File

@@ -75,6 +75,7 @@ jobs:
-DCMAKE_MODULE_PATH=$(Agent.BuildDirectory)/rocm/lib/cmake/hip
-DCMAKE_PREFIX_PATH=$(Agent.BuildDirectory)/rocm
-DGPU_TARGETS=$(JOB_GPU_TARGET)
-DAMDGPU_TARGETS=$(JOB_GPU_TARGET)
-GNinja
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/artifact-upload.yml
parameters: