commit | 003090f3b8868394681883f24ce6cb287730564d | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Fri Dec 14 12:32:27 2018 +0200 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Fri Dec 14 12:32:30 2018 +0200 |
tree | 18b6343ae895a86cdc0e08e9dfb8004088bd6bb5 | |
parent | de3e09c55d04ee7eca3cbec28d2822b94c0bc45d [diff] [blame] |
switch gating-pipeline to virtual slaves Change-Id: I3179424c0453b06d28fff5c631e22ea997989264
diff --git a/gating-pipeline.groovy b/gating-pipeline.groovy index d449cd8..e1c80f0 100644 --- a/gating-pipeline.groovy +++ b/gating-pipeline.groovy
@@ -10,7 +10,7 @@ def gerrit = new com.mirantis.mk.Gerrit() def ssh = new com.mirantis.mk.Ssh() -slaveNode = env.SLAVE_NODE ?: 'docker' +slaveNode = env.SLAVE_NODE ?: 'virtual' giveVerify = false @NonCPS