Merge pull request #12961 from taosdata/test/ci_test_without_retry_mechanism
ci: set retry count to 1
This commit is contained in:
commit
9e1397c4f6
|
@ -287,7 +287,7 @@ pipeline {
|
||||||
'''
|
'''
|
||||||
sh '''
|
sh '''
|
||||||
cd ${WKC}/tests/parallel_test
|
cd ${WKC}/tests/parallel_test
|
||||||
export DEFAULT_RETRY_TIME=2
|
export DEFAULT_RETRY_TIME=1
|
||||||
date
|
date
|
||||||
timeout 2100 time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${BRANCH_NAME} -l ${WKDIR}/log -o 480
|
timeout 2100 time ./run.sh -e -m /home/m.json -t /tmp/cases.task -b ${BRANCH_NAME} -l ${WKDIR}/log -o 480
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue