Temporary unlock gate tests for salt formulas
This commit should be reverted as soon as jenkins is fixed
PROD-35466
Change-Id: If7f02114a11e903a254647670b7a2b5e863decf9
diff --git a/test-salt-formulas-pipeline.groovy b/test-salt-formulas-pipeline.groovy
index 640cfed..e84386a 100644
--- a/test-salt-formulas-pipeline.groovy
+++ b/test-salt-formulas-pipeline.groovy
@@ -14,7 +14,9 @@
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 ?: 'virtual'
+// vkhlyunev: New slaves breaks old jobs, sticking to ols slaves until fixed
+//def slaveNode = env.SLAVE_NODE ?: 'virtual'
+def slaveNode = env.SLAVE_NODE ?: 'old16.04'
def saltVersion = env.SALT_VERSION ?: ""
gerritBranch = 'master'