mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
Merge branch 'ci/unify_all_target_test_artifacts_paths_v4.1' into 'release/v4.1'
ci: unify target test artifacts to all .log file and $LOG_PATH (v4.1) See merge request espressif/esp-idf!13850
This commit is contained in:
@ -24,6 +24,7 @@
|
|||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
- "**/*.log"
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
reports:
|
reports:
|
||||||
@ -64,6 +65,7 @@
|
|||||||
artifacts:
|
artifacts:
|
||||||
when: always
|
when: always
|
||||||
paths:
|
paths:
|
||||||
|
- "**/*.log"
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
reports:
|
reports:
|
||||||
@ -130,6 +132,7 @@
|
|||||||
reports:
|
reports:
|
||||||
junit: $LOG_PATH/*/XUNIT_RESULT.xml
|
junit: $LOG_PATH/*/XUNIT_RESULT.xml
|
||||||
paths:
|
paths:
|
||||||
|
- "**/*.log"
|
||||||
- $LOG_PATH
|
- $LOG_PATH
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
variables:
|
variables:
|
||||||
@ -272,11 +275,6 @@ example_test_009:
|
|||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- test_jtag_arm
|
- test_jtag_arm
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/examples/get-started/hello_world/*.log
|
|
||||||
expire_in: 1 week
|
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1"
|
SETUP_TOOLS: "1"
|
||||||
|
|
||||||
@ -291,12 +289,6 @@ example_test_011:
|
|||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- UT_T2_RS485
|
- UT_T2_RS485
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
expire_in: 1 week
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/examples/protocols/modbus/serial/*.log
|
|
||||||
- $LOG_PATH
|
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1"
|
SETUP_TOOLS: "1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user