diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-15 18:06:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-02-15 18:06:31 +0000 |
commit | bcd9ceb95ae851218ea938f5138098a855615046 (patch) | |
tree | 39b70de58f6495d8bde673211169ae131f681a2b | |
parent | 2863e503555a9b595f31dca1cdff050e82dec2bc (diff) | |
parent | e5671dffb1a7a3e080d3a0ba9b660a9bdd3e42c1 (diff) |
Merge "Add jjob Functest timeout as input parameter, default 210"
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 1165b2a2c..9b04b048a 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -112,7 +112,7 @@ - build-name: name: '$BUILD_NUMBER Suite: $FUNCTEST_SUITE_NAME Scenario: $DEPLOY_SCENARIO' - timeout: - timeout: 210 + timeout: $JOB_TIMEOUT abort: true parameters: @@ -126,6 +126,10 @@ default: 'os-odl_l2-nofeature-ha' - functest-parameter: gs-pathname: '{gs-pathname}' + - string: + name: JOB_TIMEOUT + default: '210' + description: "Job build timeout" scm: - git-scm: |