From: He Yin Ling Date: Tue, 13 Nov 2018 13:26:58 +0000 (+0800) Subject: ci: use artifacts:reports feature of Gitlab CI X-Git-Tag: v3.2-beta3~84^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e98f4d2751db60c901fd7fc11313cf7b0523479d;p=esp-idf ci: use artifacts:reports feature of Gitlab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e61c77b84a..6cee99d941 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -817,6 +817,8 @@ assign_test: paths: - $LOG_PATH expire_in: 1 week + reports: + junit: $LOG_PATH/*/XUNIT_RESULT.xml variables: TEST_FW_PATH: "$CI_PROJECT_DIR/tools/tiny-test-fw" TEST_CASE_PATH: "$CI_PROJECT_DIR/examples"