未验证 提交 00f3b086 编写于 作者: W wade zhang 提交者: GitHub

Merge pull request #11544 from taosdata/test/remove_arm32_from_ci_2.4

ci: remove arm32 build test from ci (2.4 branch)
......@@ -275,20 +275,6 @@ pipeline {
}
}
parallel {
stage ('build worker08_arm32') {
agent {label " worker08_arm32"}
steps {
timeout(time: 20, unit: 'MINUTES') {
pre_test()
script {
sh '''
echo "worker08_arm32 build done"
date
'''
}
}
}
}
stage ('build worker07_arm64') {
agent {label " worker07_arm64 "}
steps {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册