mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
CI: fix merge error on test report job
the variable used to save report result is changed by merge error
This commit is contained in:
parent
3c28283377
commit
5305842763
@ -184,7 +184,8 @@ test_report:
|
|||||||
- git clone $GITLAB_SSH_SERVER/yinling/auto_test_script.git
|
- git clone $GITLAB_SSH_SERVER/yinling/auto_test_script.git
|
||||||
- cd auto_test_script
|
- cd auto_test_script
|
||||||
# generate report
|
# generate report
|
||||||
- python CITestReport.py -l $LOG_PATH -t $TEST_CASE_FILE_PATH -p $REPORT_PATH -r $RESULT_PATH -a $ARTIFACTS_PATH -m $MODULE_UPDATE_FILE || FAIL=True
|
- TEST_RESULT=Pass
|
||||||
|
- python CITestReport.py -l $LOG_PATH -t $TEST_CASE_FILE_PATH -p $REPORT_PATH -r $RESULT_PATH -a $ARTIFACTS_PATH -m $MODULE_UPDATE_FILE || TEST_RESULT=Fail
|
||||||
# commit to CI-test-result project
|
# commit to CI-test-result project
|
||||||
- git clone $GITLAB_SSH_SERVER/qa/CI-test-result.git
|
- git clone $GITLAB_SSH_SERVER/qa/CI-test-result.git
|
||||||
- rm -rf CI-test-result/RawData/$RESULT_PATH
|
- rm -rf CI-test-result/RawData/$RESULT_PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user