TEMP - remove throttle while testing

This commit is contained in:
marosset 2019-09-24 17:11:39 +00:00
Родитель fd4622f877
Коммит a6205540e0
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -171,7 +171,7 @@ stage ("discover tests") {
}
stage ("AKS Engine E2E Tests") {
throttle(['k8s-matrix']) {
// throttle(['k8s-matrix']) {
parallel tasks
}
//}
}