提交 5d4aca09 编写于 作者: L liuyq-617

[TD-1676] fix Jenkinsfile error

上级 958c7f6d
......@@ -50,7 +50,7 @@ pipeline {
make > /dev/null
cd ${WKC}/tests
#./test-all.sh smoke
sh test-all.sh b1
./test-all.sh b1
date'''
}
}
......@@ -75,10 +75,10 @@ pipeline {
cmake .. > /dev/null
make > /dev/null
cd ${WKC}/tests/pytest
sh crash_gen.sh -a -p -t 4 -s 2000
./crash_gen.sh -a -p -t 4 -s 2000
date
cd ${WKC}/tests
sh test-all.sh b2
./test-all.sh b2
date
'''
}
......@@ -104,7 +104,7 @@ pipeline {
cmake .. > /dev/null
make > /dev/null
cd ${WKC}/tests/pytest
sh start_valgrind.sh 2>&1 > mem-error-out.log
./start_valgrind.sh 2>&1 > mem-error-out.log
grep \'start to execute\\|ERROR SUMMARY\' mem-error-out.log|grep -v \'grep\'|uniq|tee uniq-mem-error-out.log
for memError in `grep \'ERROR SUMMARY\' uniq-mem-error-out.log | awk \'{print $4}\'`
......@@ -130,8 +130,8 @@ pipeline {
fi
done
date
cd ${WORKSPACE}/tests
sh test-all.sh b3
cd ${WKC}/tests
./test-all.sh b3
date'''
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册