Disable regression pipeline

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/4973/head^2
quicksilver 2021-03-04 14:21:09 +08:00 committed by yefu.chen
parent e793b9097f
commit 887299596e
1 changed files with 2 additions and 2 deletions

View File

@ -72,14 +72,14 @@ pipeline {
axes {
axis {
name 'REGRESSION_SERVICE_NAME'
values 'regression', 'regression_0331'
values 'regression_0331'
}
}
environment {
DOCKER_COMPOSE_PROJECT_NAME = "${PROJECT_NAME}-${SEMVER}-${env.BUILD_NUMBER}".replaceAll("\\.", "-").replaceAll("_", "-")
}
agent {
label "${REGRESSION_SERVICE_NAME}"
label 'performance'
}
stages {
stage('Test') {