From 7b9f8c0e8c88873048c71202f9206d2532644c90 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 --- tools/ci/config/target-test.yml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/tools/ci/config/target-test.yml b/tools/ci/config/target-test.yml index 2c11c573c7..6a46760509 100644 --- a/tools/ci/config/target-test.yml +++ b/tools/ci/config/target-test.yml @@ -24,6 +24,7 @@ artifacts: when: always paths: + - "**/*.log" - $LOG_PATH expire_in: 1 week reports: @@ -64,6 +65,7 @@ artifacts: when: always paths: + - "**/*.log" - $LOG_PATH expire_in: 1 week reports: @@ -130,6 +132,7 @@ reports: junit: $LOG_PATH/*/XUNIT_RESULT.xml paths: + - "**/*.log" - $LOG_PATH expire_in: 1 week variables: @@ -272,11 +275,6 @@ example_test_009: tags: - ESP32 - test_jtag_arm - artifacts: - when: always - paths: - - $CI_PROJECT_DIR/examples/get-started/hello_world/*.log - expire_in: 1 week variables: SETUP_TOOLS: "1" @@ -291,12 +289,6 @@ example_test_011: tags: - ESP32 - UT_T2_RS485 - artifacts: - when: always - expire_in: 1 week - paths: - - $CI_PROJECT_DIR/examples/protocols/modbus/serial/*.log - - $LOG_PATH variables: SETUP_TOOLS: "1"