Azure Pipelines: Investigate uploading test logs as artifacts #2557
Labels
fixed
Something works now, yay!
infrastructure
Related to repository automation
test
Related to test code
When tests fail, the error messages displayed in Azure Pipelines can be truncated if the command lines and/or error messages are very long (>4000 characters). Apparently, this is a limitation that can't be lifted or directly worked around. However, we should be able to upload the test logs as artifacts.
run-tests.yml
might be the file to modify:STL/azure-devops/run-tests.yml
Lines 1 to 48 in bbd5dba
I think these are the log files:
STL/azure-devops/native-build-test.yml
Line 20 in bbd5dba
STL/azure-devops/cross-build.yml
Line 23 in bbd5dba
The text was updated successfully, but these errors were encountered: