Merge branch 'ci/unify_all_target_test_artifacts_paths' into 'master'

ci: unify target test artifacts to all .log file and $LOG_PATH

Closes IDFCI-661

See merge request espressif/esp-idf!13838
This commit is contained in:
Anton Maklakov
2021-06-07 15:54:22 +00:00

View File

@@ -12,6 +12,7 @@
artifacts: artifacts:
when: always when: always
paths: paths:
- "**/*.log"
- $LOG_PATH - $LOG_PATH
expire_in: 1 week expire_in: 1 week
reports: reports:
@@ -196,9 +197,6 @@ example_test_009:
tags: tags:
- ESP32 - ESP32
- test_jtag_arm - test_jtag_arm
artifacts:
paths:
- $CI_PROJECT_DIR/examples/*/*/*.log
variables: variables:
SETUP_TOOLS: "1" SETUP_TOOLS: "1"
PYTHON_VER: 3 PYTHON_VER: 3
@@ -214,10 +212,6 @@ example_test_011:
tags: tags:
- ESP32 - ESP32
- Example_T2_RS485 - Example_T2_RS485
artifacts:
paths:
- $CI_PROJECT_DIR/examples/protocols/modbus/serial/*.log
- $LOG_PATH
variables: variables:
SETUP_TOOLS: "1" SETUP_TOOLS: "1"
@@ -244,20 +238,12 @@ example_test_015:
tags: tags:
- ESP32 - ESP32
- Example_PPP - Example_PPP
artifacts:
paths:
- $CI_PROJECT_DIR/examples/*/*/*.log
- $LOG_PATH
example_test_016: example_test_016:
extends: .example_test_esp32_template extends: .example_test_esp32_template
tags: tags:
- ESP32 - ESP32
- Example_Modbus_TCP - Example_Modbus_TCP
artifacts:
paths:
- $CI_PROJECT_DIR/examples/*/*/*.log
- $LOG_PATH
example_test_017: example_test_017:
extends: .example_test_esp32s2_template extends: .example_test_esp32s2_template
@@ -331,10 +317,6 @@ test_app_test_001:
tags: tags:
- ESP32 - ESP32
- test_jtag_arm - test_jtag_arm
artifacts:
paths:
- $CI_PROJECT_DIR/tools/test_apps/system/*/*.log
- $LOG_PATH/*/XUNIT_RESULT.xml
variables: variables:
SETUP_TOOLS: "1" SETUP_TOOLS: "1"