Safe settings for ccp building process

Disable multi-threaded build and increase timeout for registry
operations.
This patch only affects ccp-multi-deploy.sh Bash script (which is used
by CI) - it does _not_ change fuel-ccp defaults globally.

Change-Id: Ie02d55d8133b5a938ba2b3c06eb27f65c908a87d
This commit is contained in:
Marek Zawadzki 2016-11-02 14:17:43 +01:00
parent e7986a32fc
commit ebb5c0e3db
1 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
---
builder:
push: True
workers: 1
registry:
address: "127.0.0.1:31500"
timeout: 900
timeout: 1500
repositories:
path: /tmp/ccp-repos
skip_empty: True