Compare commits

...

2 Commits

Author SHA1 Message Date
Joseph Macaranas
f16272351f change to env in the test yaml 2025-09-10 01:38:05 -04:00
Joseph Macaranas
4b60478469 Set log level for testing 2025-09-10 00:52:53 -04:00

View File

@@ -49,6 +49,8 @@ steps:
- task: Bash@3
displayName: '${{ parameters.componentName }} Test'
continueOnError: ${{ containsValue(parameters.allowComponentTestFailure, parameters.componentName) }}
env:
AMD_LOG_LEVEL: 4
inputs:
targetType: inline
script: |