Merge branch 'ci/build_log_artifacts' into 'master'

ci: added build log artifacts for linux

Closes IDFCI-1848

See merge request espressif/esp-idf!26948
This commit is contained in:
Fu Hanxi
2023-11-08 21:54:59 +08:00

View File

@@ -334,6 +334,7 @@ test_pytest_linux:
paths:
- XUNIT_RESULT.xml
- pytest_embedded_log/
- "**/build*/build_log.txt"
reports:
junit: XUNIT_RESULT.xml
expire_in: 1 week