mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
ci: unify target test artifacts to all .log file and $LOG_PATH
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:
|
||||||
@@ -151,6 +153,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:
|
||||||
@@ -213,11 +216,6 @@ test_weekend_network:
|
|||||||
example_test_001A:
|
example_test_001A:
|
||||||
extends: .example_test_template
|
extends: .example_test_template
|
||||||
parallel: 4
|
parallel: 4
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/examples/*/*/*.log
|
|
||||||
expire_in: 1 week
|
|
||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- Example_WIFI
|
- Example_WIFI
|
||||||
@@ -304,11 +302,6 @@ example_test_009:
|
|||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- test_jtag_arm
|
- test_jtag_arm
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/examples/*/*/*.log
|
|
||||||
expire_in: 1 week
|
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1"
|
SETUP_TOOLS: "1"
|
||||||
|
|
||||||
@@ -323,12 +316,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"
|
||||||
|
|
||||||
@@ -355,23 +342,12 @@ example_test_015:
|
|||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- Example_PPP
|
- Example_PPP
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
expire_in: 1 week
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/examples/*/*/*.log
|
|
||||||
- $LOG_PATH
|
|
||||||
|
|
||||||
test_app_test_001:
|
test_app_test_001:
|
||||||
extends: .test_app_template
|
extends: .test_app_template
|
||||||
tags:
|
tags:
|
||||||
- ESP32
|
- ESP32
|
||||||
- test_jtag_arm
|
- test_jtag_arm
|
||||||
artifacts:
|
|
||||||
when: always
|
|
||||||
paths:
|
|
||||||
- $CI_PROJECT_DIR/tools/test_apps/system/gdb_loadable_elf/*.log
|
|
||||||
expire_in: 1 week
|
|
||||||
variables:
|
variables:
|
||||||
SETUP_TOOLS: "1"
|
SETUP_TOOLS: "1"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user