[Ex CI] Set log level to 7 for rocPyDecode

This commit is contained in:
amd-hsivasun
2025-10-06 16:49:52 -04:00
committed by GitHub
parent eeea0d2180
commit 5b9a08921f

View File

@@ -249,6 +249,12 @@ jobs:
-DCMAKE_BUILD_TYPE=Release
-DGPU_TARGETS=${{ job.target }}
.
- task: Bash@3
displayName: Setup AMD Log Level
inputs:
targetType: inline
script: |
export AMD_LOG_LEVEL=7
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/gpu-diagnostics.yml
- template: ${{ variables.CI_TEMPLATE_PATH }}/steps/test.yml
parameters: