ci: move log dir from pytest_embedded_log to pytest-embedded

This commit is contained in:
Fu Hanxi
2024-05-09 10:32:52 +02:00
parent b8ed93eec0
commit 4e850f158e
8 changed files with 20 additions and 14 deletions

View File

@@ -296,7 +296,7 @@ test_pytest_qemu:
artifacts:
paths:
- XUNIT_RESULT.xml
- pytest_embedded_log/
- pytest-embedded/
reports:
junit: XUNIT_RESULT.xml
allow_failure: true # IDFCI-1752
@@ -330,7 +330,7 @@ test_pytest_linux:
artifacts:
paths:
- XUNIT_RESULT.xml
- pytest_embedded_log/
- pytest-embedded/
- "**/build*/build_log.txt"
reports:
junit: XUNIT_RESULT.xml