提交 9334c2dc 编写于 作者: L liuyq-617

[TD-10779]<CI>add arm build test in CI

上级 fe184c91
......@@ -469,6 +469,36 @@ 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 "}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册