commit | 3b1d2a6def25032727f6f0b02ce3c98676a28ad1 | [log] [tgz] |
---|---|---|
author | chnyda <chnyda@mirantis.com> | Tue Jun 13 10:08:12 2017 +0200 |
committer | chnyda <chnyda@mirantis.com> | Tue Jun 13 10:08:12 2017 +0200 |
tree | ae5d0508a2d4e496125d13f8110077e42b863d64 | |
parent | d7fb22de64c0ca4684c5edb11eb4e66b82066a2b [diff] |
Allow test jobs on slower slaves Change-Id: I3017852fd18fff7416fd3380b15f4c941de393e3
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy index d305b16..d088030 100644 --- a/test-salt-formulas-pipeline.groovy +++ b/test-salt-formulas-pipeline.groovy
@@ -27,7 +27,7 @@ def checkouted = false; -node("python&&docker") { +node("python") { try{ stage("stop old tests"){ if (gerritRef) {
diff --git a/test-salt-models-pipeline.groovy b/test-salt-models-pipeline.groovy index 72966f5..fe08e75 100644 --- a/test-salt-models-pipeline.groovy +++ b/test-salt-models-pipeline.groovy
@@ -30,7 +30,7 @@ } def checkouted = false def merged = false -node("python&&docker") { +node("python") { try{ stage("stop old tests"){ if (gerritRef) {