mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix issue on test report job:
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
This commit is contained in:
parent
e5b8854d96
commit
1447cd4136
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user