diff options
author | ml636r <ml636r@att.com> | 2017-02-22 11:34:46 +0200 |
---|---|---|
committer | ml636r <ml636r@att.com> | 2017-02-22 15:24:37 +0200 |
commit | e5983dca0246c9125a3ce1dd0a1b8a9674536166 (patch) | |
tree | d824db0a9a139cfb2710b956fd693923ae1fe65e /jjb/sdc | |
parent | d34bdc524eed752d9e76d5b4c6dbd3ea42bf0ca4 (diff) |
Add timeout
Set build-timeout to 90 minutes
Change-Id: I327378467db88d329acf24e878695180a7b99747
Signed-off-by: ml636r <ml636r@att.com>
Diffstat (limited to 'jjb/sdc')
-rw-r--r-- | jjb/sdc/sdc.yaml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/sdc/sdc.yaml b/jjb/sdc/sdc.yaml index 813f371b8..2d3f6f870 100644 --- a/jjb/sdc/sdc.yaml +++ b/jjb/sdc/sdc.yaml @@ -5,12 +5,10 @@ project-name: 'sdc' jobs: - '{project-name}-{stream}-verify-java' - - '{project-name}-{stream}-merge-java': - mvn-goals: 'clean install' + - '{project-name}-{stream}-merge-java' - '{project-name}-{stream}-docker-java-daily': docker-pom: 'pom.xml' mvn-profile: 'docker' - mvn-goals: 'clean install -B -P {mvn-profile}' project: 'sdc' stream: - 'master': @@ -19,3 +17,4 @@ files: '**' archive-artifacts: '' build-node: ubuntu1604-basebuild-8c-8g + build-timeout: 90 |