commit | ae83dd95473acd1c4951c253b8e0636633a35895 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Wed Mar 10 12:11:21 2021 +0200 |
committer | Hanna Arhipova <harhipova@mirantis.com> | Wed Mar 10 12:11:21 2021 +0200 |
tree | 0e42523c7779793bce731c651b425117a86e1e75 | |
parent | 7143800f00796a98773aa796e155a5384fd210f2 [diff] [blame] |
PROD-36050 Fix pipeline for test scenarios Change-Id: Id6ddefd448690bf3c0aa744d17e169b650026d7c
diff --git a/jobs/pipelines/run-test-scenarios.groovy b/jobs/pipelines/run-test-scenarios.groovy index 5875b3c..f62825f 100644 --- a/jobs/pipelines/run-test-scenarios.groovy +++ b/jobs/pipelines/run-test-scenarios.groovy
@@ -24,7 +24,7 @@ def steps = env.PASSED_STEPS def make_snapshot_stages = false -def env.LAB_CONFIG_NAME = env.LAB_CONFIG_NAME ?: env.ENV_NAME +env.LAB_CONFIG_NAME = env.LAB_CONFIG_NAME ?: env.ENV_NAME timeout(time: 23, unit: 'HOURS') { node ("${PARENT_NODE_NAME}") {