“9aeaf1b4a7924cabf829bf57d0ca87d311cd2dfe”上不存在“crypto/asn1/p5_pbe.c”
未验证 提交 8ac540a3 编写于 作者: H Hui Li 提交者: GitHub

Merge pull request #10751 from taosdata/TD-14049

extend 3.0 ci to 4 machines
...@@ -35,6 +35,7 @@ def abort_previous(){ ...@@ -35,6 +35,7 @@ def abort_previous(){
def pre_test(){ def pre_test(){
sh'hostname' sh'hostname'
sh ''' sh '''
date
sudo rmtaos || echo "taosd has not installed" sudo rmtaos || echo "taosd has not installed"
''' '''
sh ''' sh '''
...@@ -99,7 +100,7 @@ pipeline { ...@@ -99,7 +100,7 @@ pipeline {
} }
stages { stages {
stage('pre_build'){ stage('pre_build'){
agent{label 'slave3_0'} agent{label " slave3_0 || slave15 || slave16 || slave17 "}
options { skipDefaultCheckout() } options { skipDefaultCheckout() }
when { when {
changeRequest() changeRequest()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册