提交 e27ebe71 编写于 作者: T tangfangzhi

remove bdb related

上级 ff5fd96a
...@@ -59,7 +59,6 @@ def pre_test(){ ...@@ -59,7 +59,6 @@ def pre_test(){
sh ''' sh '''
cd ${WKC} cd ${WKC}
git checkout 3.0 git checkout 3.0
[ -d contrib/bdb ] && cd contrib/bdb && git clean -fxd && cd ../..
''' '''
} else { } else {
sh ''' sh '''
...@@ -176,7 +175,7 @@ pipeline { ...@@ -176,7 +175,7 @@ pipeline {
cd ${WKC}/tests/parallel_test cd ${WKC}/tests/parallel_test
time ./container_build.sh -w ${WKDIR} -t 8 time ./container_build.sh -w ${WKDIR} -t 8
./collect_cases.sh ./collect_cases.sh
time ./run.sh -m /home/m.json -t /tmp/cases.task -b 3.0 -l ${WKDIR}/log time ./run.sh -m /home/m.json -t /tmp/cases.task -b ${CHANGE_TARGET} -l ${WKDIR}/log
''' '''
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册