]> granicus.if.org Git - esp-idf/commitdiff
ci: use artifacts:reports feature of Gitlab CI
authorHe Yin Ling <heyinling@espressif.com>
Tue, 13 Nov 2018 13:26:58 +0000 (21:26 +0800)
committerHe Yin Ling <heyinling@espressif.com>
Mon, 26 Nov 2018 09:06:41 +0000 (17:06 +0800)
.gitlab-ci.yml

index e61c77b84a97595e645b90d023cad6a413a3868a..6cee99d941c0108ccc84ed6fbeaff0008edcfce2 100644 (file)
@@ -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"