diff options
author | meimei <meimei@huawei.com> | 2016-01-23 10:43:07 +0800 |
---|---|---|
committer | meimei <meimei@huawei.com> | 2016-01-25 11:00:45 +0800 |
commit | 51f8b2dbaac66424e1c7cb67422e10f8cec9471c (patch) | |
tree | 07b50170daab1a826655430d88d5fc30887f3016 /jjb/compass4nfv/compass-project-jobs.yml | |
parent | 4ab6aad6da36d74111bfe3b81d91b4668eeafdd9 (diff) |
Create new fold in PPA-repo for Bramhputra
- enable the compass+opencontrail daily jobs
- set timeout of daily-ci-jobs and verify jobs
Change-Id: Ia300d3b0406b84e69892ac6fdf641f5b4399188f
Signed-off-by: meimei <meimei@huawei.com>
Diffstat (limited to 'jjb/compass4nfv/compass-project-jobs.yml')
-rw-r--r-- | jjb/compass4nfv/compass-project-jobs.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/jjb/compass4nfv/compass-project-jobs.yml b/jjb/compass4nfv/compass-project-jobs.yml index 0316e6f70..da054220b 100644 --- a/jjb/compass4nfv/compass-project-jobs.yml +++ b/jjb/compass4nfv/compass-project-jobs.yml @@ -47,6 +47,11 @@ concurrent: true + wrappers: + - timeout: + timeout: 120 + fail: true + properties: - throttle: enabled: true @@ -193,7 +198,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache/$PROJECT + default: "$HOME/opnfv/cache/$PROJECT{gs-pathname}" description: "Directory where the cache to be used during the build is located." - string: name: GS_URL @@ -201,7 +206,7 @@ description: "URL to Google Storage." - string: name: PPA_REPO - default: "http://205.177.226.235:9999" + default: "http://205.177.226.237:9999{gs-pathname}" - string: name: PPA_CACHE default: "$WORKSPACE/work/repo/" |