Merge pull request #3942 from taosdata/hotfix/testcase

remove start condition
This commit is contained in:
Yiqing Liu 2020-10-21 09:52:34 +08:00 committed by GitHub
commit dad2a7c7f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 15 deletions

16
Jenkinsfile vendored
View File

@ -6,21 +6,9 @@ pipeline {
}
stages {
stage('pre build'){
agent{label 'master'}
when{ changeset "develop"}
steps{
sh '''
echo "check OK!"
'''
}
}
stage('Parallel test stage') {
parallel {
stage('pytest') {
when{ changeset "develop"}
agent{label 'master'}
steps {
sh '''
@ -46,7 +34,6 @@ pipeline {
}
}
stage('test_b1') {
when{ changeset "develop"}
agent{label '184'}
steps {
sh '''
@ -74,7 +61,6 @@ pipeline {
stage('test_crash_gen') {
agent{label "185"}
when{ changeset "develop"}
steps {
sh '''
cd ${WKC}
@ -104,7 +90,7 @@ pipeline {
stage('test_valgrind') {
agent{label "186"}
when{ changeset "develop"}
steps {
sh '''
cd ${WKC}