]> granicus.if.org Git - esp-idf/commitdiff
fix issue on test report job:
authorYinling <heyinling@espressif.com>
Fri, 30 Sep 2016 08:11:24 +0000 (16:11 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 11 Oct 2016 06:23:46 +0000 (17:23 +1100)
1. test report job should be put to deploy stage, otherwise it can't get logs from test stage
2. allow test fail so that test report job will be executed for failed test

.gitlab-ci.yml

index 775a13b476ffb7de751d36e566bf5f4899270074..ef28489077dfb3f8c3719c2fee360b7fbad5176f 100644 (file)
@@ -89,12 +89,13 @@ test_build_system:
     - ./make/test_build_system.sh
 
 test_report:
-  stage: test
+  stage: deploy
   only:
     - master
     - triggers
   tags:
     - test_report
+  allow_failure: true
   variables:
     LOG_PATH: "$CI_PROJECT_DIR/$CI_BUILD_REF"
     TEST_CASE_FILE_PATH: "$CI_PROJECT_DIR/components/test"
@@ -144,6 +145,7 @@ push_master_to_github:
   only:
     - master
     - triggers
+  allow_failure: true
 
   variables:
     # LOCAL_ENV_CONFIG_PATH: define in template and jobs can overwrite if required