From a998b3db74713b84dca488694d6cc9b0ca996c64 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Thu, 3 Jun 2021 10:34:51 +0800 Subject: [PATCH] ci: unify target test artifacts to all .log file and $LOG_PATH --- .gitlab/ci/target-test.yml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/.gitlab/ci/target-test.yml b/.gitlab/ci/target-test.yml index ca779b5807..fdc72a17a4 100644 --- a/.gitlab/ci/target-test.yml +++ b/.gitlab/ci/target-test.yml @@ -12,6 +12,7 @@ artifacts: when: always paths: + - "**/*.log" - $LOG_PATH expire_in: 1 week reports: @@ -196,9 +197,6 @@ example_test_009: tags: - ESP32 - test_jtag_arm - artifacts: - paths: - - $CI_PROJECT_DIR/examples/*/*/*.log variables: SETUP_TOOLS: "1" PYTHON_VER: 3 @@ -214,10 +212,6 @@ example_test_011: tags: - ESP32 - Example_T2_RS485 - artifacts: - paths: - - $CI_PROJECT_DIR/examples/protocols/modbus/serial/*.log - - $LOG_PATH variables: SETUP_TOOLS: "1" @@ -244,20 +238,12 @@ example_test_015: tags: - ESP32 - Example_PPP - artifacts: - paths: - - $CI_PROJECT_DIR/examples/*/*/*.log - - $LOG_PATH example_test_016: extends: .example_test_esp32_template tags: - ESP32 - Example_Modbus_TCP - artifacts: - paths: - - $CI_PROJECT_DIR/examples/*/*/*.log - - $LOG_PATH example_test_017: extends: .example_test_esp32s2_template @@ -331,10 +317,6 @@ test_app_test_001: tags: - ESP32 - test_jtag_arm - artifacts: - paths: - - $CI_PROJECT_DIR/tools/test_apps/system/*/*.log - - $LOG_PATH/*/XUNIT_RESULT.xml variables: SETUP_TOOLS: "1"