未验证 提交 abcf7842 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #8497 from taosdata/test/add_arm_CI

[TD-10779]<CI>add arm build test in CI
......@@ -107,7 +107,7 @@ def pre_test(){
make > /dev/null
make install > /dev/null
cd ${WKC}/tests
pip3 install ${WKC}/src/connector/python/
pip3 install ${WKC}/src/connector/python/ || echo "not install"
'''
return 1
}
......@@ -469,7 +469,37 @@ pipeline {
}
}
}
stage('arm64centos7') {
agent{label " arm64centos7 "}
steps {
pre_test()
}
}
stage('arm64centos8') {
agent{label " arm64centos8 "}
steps {
pre_test()
}
}
stage('arm32bionic') {
agent{label " arm32bionic "}
steps {
pre_test()
}
}
stage('arm64bionic') {
agent{label " arm64bionic "}
steps {
pre_test()
}
}
stage('arm64focal') {
agent{label " arm64focal "}
steps {
pre_test()
}
}
stage('build'){
agent{label " wintest "}
steps {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册