You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ma...@apache.org on 2017/09/13 09:39:32 UTC

[incubator-openwhisk-performance] branch wrk-load updated: Adopt new way of defining limits

This is an automated email from the ASF dual-hosted git repository.

markusthoemmes pushed a commit to branch wrk-load
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-performance.git


The following commit(s) were added to refs/heads/wrk-load by this push:
     new 8a850b6  Adopt new way of defining limits
8a850b6 is described below

commit 8a850b6087a10a64411e8098e2653ba5e96c4419
Author: Markus Thoemmes <ma...@de.ibm.com>
AuthorDate: Wed Sep 13 11:39:27 2017 +0200

    Adopt new way of defining limits
---
 deploy.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/deploy.sh b/deploy.sh
index f90c97c..cacf6b3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -14,8 +14,7 @@ git clone --depth 1 https://github.com/openwhisk/openwhisk.git
 pip install --user ansible==2.3.0.0
 
 cd openwhisk/ansible
-LIMITS='{"limits":{"actions":{"invokes":{"perMinute":999999,"concurrent":999999,"concurrentInSystem":999999}},"triggers":{"fires":{"perMinute":999999}}}}'
-ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk -e docker_registry=docker.io/ -e $LIMITS"
+ANSIBLE_CMD="ansible-playbook -i environments/local -e docker_image_prefix=openwhisk -e docker_registry=docker.io/ -e limit_invocations_per_minute=999999 -e limit_invocations_concurrent=999999 -e limit_invocations_concurrent_system=999999"
 
 $ANSIBLE_CMD setup.yml
 $ANSIBLE_CMD prereq.yml

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].