You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/06 06:25:42 UTC

[GitHub] markusthoemmes closed pull request #5: Depreaction message.

markusthoemmes closed pull request #5: Depreaction message.
URL: https://github.com/apache/incubator-openwhisk-performance/pull/5
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services