From b27e2c90fc02ab58998d0114cf64c9749b538dcb Mon Sep 17 00:00:00 2001 From: Fedor Zhadaev Date: Mon, 19 Sep 2016 16:33:15 +0300 Subject: [PATCH] Add default deployment timeout for fuel jobs Add deployment timeout value, less than CI job timeout. Change-Id: I9725e7cb68dfa7b1c5a0f87d277e21af11b9ff10 Signed-off-by: Fedor Zhadaev --- jjb/fuel/fuel-ci-jobs.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/jjb/fuel/fuel-ci-jobs.yml b/jjb/fuel/fuel-ci-jobs.yml index 056b2cc0f..1c7946a87 100644 --- a/jjb/fuel/fuel-ci-jobs.yml +++ b/jjb/fuel/fuel-ci-jobs.yml @@ -214,6 +214,10 @@ default: 'os-odl_l2-nofeature-ha' - fuel-ci-parameter: gs-pathname: '{gs-pathname}' + - string: + name: DEPLOY_TIMEOUT + default: '150' + description: 'Deployment timeout in minutes' scm: - git-scm: @@ -224,9 +228,6 @@ wrappers: - build-name: name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' - - timeout: - timeout: 150 - abort: true builders: - description-setter: -- 2.16.6