зеркало из https://github.com/microsoft/azure-cli.git
Run performance test for master and performance branches only. (#2869)
This commit is contained in:
Родитель
3f4409b8f3
Коммит
923dfa6d71
|
@ -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'
|
||||
|
|
Загрузка…
Ссылка в новой задаче