summaryrefslogtreecommitdiffstats
path: root/jjb/sdc
diff options
context:
space:
mode:
authorml636r <ml636r@att.com>2017-02-22 11:34:46 +0200
committerml636r <ml636r@att.com>2017-02-22 15:24:37 +0200
commite5983dca0246c9125a3ce1dd0a1b8a9674536166 (patch)
treed824db0a9a139cfb2710b956fd693923ae1fe65e /jjb/sdc
parentd34bdc524eed752d9e76d5b4c6dbd3ea42bf0ca4 (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.yaml5
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