temporary switch to hardware slaves
Change-Id: Ibcedb9e9d6109ea9af99d93865c26fbb1407ab47
diff --git a/docker-mirror-images.groovy b/docker-mirror-images.groovy
index 9e02cef..51a621e 100644
--- a/docker-mirror-images.groovy
+++ b/docker-mirror-images.groovy
@@ -24,7 +24,8 @@
external = false
externalMarker = '/mirantis/external/'
-slaveNode = env.SLAVE_NODE ?: 'docker'
+// slaveNode = env.SLAVE_NODE ?: 'docker'
+slaveNode = env.SLAVE_NODE ?: 'hardware'
setDefaultArtifactoryProperties = env.SET_DEFAULT_ARTIFACTORY_PROPERTIES ?: true
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index f66c4db..1b37339 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -15,7 +15,8 @@
python = new com.mirantis.mk.Python()
saltModelTesting = new com.mirantis.mk.SaltModelTesting()
-slaveNode = env.getProperty('SLAVE_NODE') ?: 'python&&docker'
+// slaveNode = env.getProperty('SLAVE_NODE') ?: 'python&&docker'
+slaveNode = env.getProperty('SLAVE_NODE') ?: 'hardware'
gerritCredentials = env.getProperty('CREDENTIALS_ID') ?: 'gerrit'
runTestModel = (env.getProperty('TEST_MODEL') ?: true).toBoolean()
distribRevision = 'proposed'
diff --git a/test-cookiecutter-reclass-chunk.groovy b/test-cookiecutter-reclass-chunk.groovy
index cdc6e1e..8510846 100644
--- a/test-cookiecutter-reclass-chunk.groovy
+++ b/test-cookiecutter-reclass-chunk.groovy
@@ -9,7 +9,8 @@
* SLAVE_NODE:
*/
-slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+// slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+slaveNode = env.SLAVE_NODE ?: 'hardware'
timeout(time: 1, unit: 'HOURS') {
node(slaveNode) {
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy
index 8076041..f6f950a 100644
--- a/test-cookiecutter-reclass.groovy
+++ b/test-cookiecutter-reclass.groovy
@@ -27,7 +27,8 @@
extraVars = [:]
}
-slaveNode = env.SLAVE_NODE ?: 'virtual'
+// slaveNode = env.SLAVE_NODE ?: 'virtual'
+slaveNode = env.SLAVE_NODE ?: 'hardware'
checkIncludeOrder = env.CHECK_INCLUDE_ORDER ?: false
// Global var's
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy
index e537ee1..b4c3451 100644
--- a/test-salt-formulas-pipeline.groovy
+++ b/test-salt-formulas-pipeline.groovy
@@ -13,7 +13,8 @@
def gerritRef = env.GERRIT_REFSPEC ?: null
def defaultGitRef = env.DEFAULT_GIT_REF ?: null
def defaultGitUrl = env.DEFAULT_GIT_URL ?: null
-def slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+// def slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+def slaveNode = env.SLAVE_NODE ?: 'hardware'
def saltVersion = env.SALT_VERSION ?: ""
def dockerLib = new com.mirantis.mk.Docker()
diff --git a/test-system-reclass-pipeline.groovy b/test-system-reclass-pipeline.groovy
index a8e10b7..f49b801 100644
--- a/test-system-reclass-pipeline.groovy
+++ b/test-system-reclass-pipeline.groovy
@@ -12,7 +12,8 @@
extraVarsYaml = JsonOutput.toJson(env.getEnvironment().findAll{ it.key.startsWith('GERRIT_') })
}
-def slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+//def slaveNode = env.SLAVE_NODE ?: 'python&&docker'
+def slaveNode = env.SLAVE_NODE ?: 'hardware'
def gerritCredentials = env.CREDENTIALS_ID ?: 'gerrit'
def gerritRef = env.GERRIT_REFSPEC ?: null