Run performance test for master and performance branches only. (#2869)

This commit is contained in:
Troy Dai 2017-04-17 11:42:26 -07:00 коммит произвёл GitHub
Родитель 3f4409b8f3
Коммит 923dfa6d71
1 изменённых файлов: 1 добавлений и 0 удалений

1
Jenkinsfile поставляемый
Просмотреть файл

@ -16,6 +16,7 @@ pipeline {
}
stage ('Performance-Test') {
agent { label 'perf-ubuntu-a0' }
when { expression { return env.BRANCH_NAME == 'master' || env.BRANCH_NAME.startsWith('performance') } }
steps {
sh 'pip install -U virtualenv'
sh 'python -m virtualenv --clear env'