diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2016-05-05 22:51:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-05 22:51:16 +0000 |
commit | 5ddc590c0d795c6ec5b9b99072144419726e8ef5 (patch) | |
tree | 26f00684db7ab66c26216ae467313bbf312061f1 | |
parent | 883bfcb0cfce602e691e56165c6d2eba974a859e (diff) | |
parent | 6bd27480f5011470a91d7f4cce2bd9bded9df3c9 (diff) |
Merge "Add timeout to ovsnfv merge and daily jobs. Fixed whitespace. Set for 24 minutes"
-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' |