mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'bugfix/pytest_host_artifacts' into 'master'
ci: enable artifacts for test_pytest_qemu See merge request espressif/esp-idf!19225
This commit is contained in:
@@ -442,9 +442,17 @@ test_pytest_qemu:
|
|||||||
- .host_test_template
|
- .host_test_template
|
||||||
- .before_script_build_jobs
|
- .before_script_build_jobs
|
||||||
image: $QEMU_IMAGE
|
image: $QEMU_IMAGE
|
||||||
|
artifacts:
|
||||||
|
when: always
|
||||||
|
paths:
|
||||||
|
- XUNIT_RESULT.xml
|
||||||
|
- pytest_embedded_log/
|
||||||
|
reports:
|
||||||
|
junit: XUNIT_RESULT.xml
|
||||||
|
expire_in: 1 week
|
||||||
script:
|
script:
|
||||||
- run_cmd python tools/ci/ci_build_apps.py . -vv
|
- run_cmd python tools/ci/ci_build_apps.py . -vv
|
||||||
--target esp32
|
--target esp32
|
||||||
--pytest-apps
|
--pytest-apps
|
||||||
-m qemu
|
-m qemu
|
||||||
- pytest --target esp32 -m qemu --embedded-services idf,qemu
|
- pytest --target esp32 -m qemu --embedded-services idf,qemu --junitxml=XUNIT_RESULT.xml
|
||||||
|
Reference in New Issue
Block a user