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

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


The following commit(s) were added to refs/heads/master by this push:
     new 65ab5f9  Deprecation message. (#5)
65ab5f9 is described below

commit 65ab5f98229b6d37f522ba19cdea3b601498f186
Author: Christian Bickel <[email protected]>
AuthorDate: Fri Apr 6 08:25:41 2018 +0200

    Deprecation message. (#5)
---
 README.md | 2 ++
 deploy.sh | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index b6e0b2e..6be22fd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+# This repository is deprecated and will be removed soon. The new location is 
here: https://github.com/apache/incubator-openwhisk/tree/master/performance
+
 # :electric_plug: Apache OpenWhisk - Performance Tests
 A few simple but efficient test suites for determining the maximum throughput 
and end-user latency of the Apache OpenWhisk system.
 
diff --git a/deploy.sh b/deploy.sh
index cacf6b3..81951ac 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -11,7 +11,7 @@ sudo service docker restart
 git clone --depth 1 https://github.com/openwhisk/openwhisk.git
 
 # install ansible
-pip install --user ansible==2.3.0.0
+pip install --user ansible==2.4.2.0
 
 cd openwhisk/ansible
 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"
@@ -24,4 +24,4 @@ $ANSIBLE_CMD wipe.yml
 
 $ANSIBLE_CMD kafka.yml
 $ANSIBLE_CMD controller.yml
-$ANSIBLE_CMD invoker.yml
\ No newline at end of file
+$ANSIBLE_CMD invoker.yml

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to