mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
ci: use artifacts:reports feature of Gitlab CI
This commit is contained in:
@ -691,7 +691,9 @@ assign_test:
|
|||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 1 mos
|
expire_in: 1 week
|
||||||
|
reports:
|
||||||
|
junit: $LOG_PATH/*/XUNIT_RESULT.xml
|
||||||
variables:
|
variables:
|
||||||
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw"
|
||||||
TEST_CASE_PATH: "$CI_PROJECT_DIR/examples"
|
TEST_CASE_PATH: "$CI_PROJECT_DIR/examples"
|
||||||
|
Reference in New Issue
Block a user