diff options
author | Thomas F Herbert <therbert@redhat.com> | 2016-05-05 17:52:16 -0400 |
---|---|---|
committer | Thomas F Herbert <therbert@redhat.com> | 2016-05-05 18:45:12 -0400 |
commit | 6bd27480f5011470a91d7f4cce2bd9bded9df3c9 (patch) | |
tree | a91734c24ec2b4d73183e4a3a02f3196426edab7 /jjb | |
parent | d2ad4edc74476207dc7954d5a6406eb76540bfdb (diff) |
Add timeout to ovsnfv merge and daily jobs.
Fixed whitespace. Set for 24 minutes
Change-Id: I0ebf60fd9ea8f6132963da27d39bf2daf44e401d
Signed-off-by: Thomas F Herbert <therbert@redhat.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/ovsnfv/ovsnfv.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jjb/ovsnfv/ovsnfv.yml b/jjb/ovsnfv/ovsnfv.yml index 8a119d9fb..f12718a06 100644 --- a/jjb/ovsnfv/ovsnfv.yml +++ b/jjb/ovsnfv/ovsnfv.yml @@ -85,6 +85,11 @@ refspec: '' choosing-strategy: 'default' + wrappers: + - timeout: + timeout: 24 + fail: true + triggers: - gerrit: trigger-on: @@ -126,6 +131,11 @@ refspec: '' branch: '{branch}' + wrappers: + - timeout: + timeout: 24 + fail: true + triggers: - timed: '@midnight' |