Skip to content

Commit

Permalink
enable concurrency in "local" env for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tysonnorris committed Oct 16, 2018
1 parent d9627de commit ebf7a18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ansible/environments/local/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ kafka_topics_invoker_retentionBytes: 104857600
kafka_topics_invoker_retentionMS: 300000

env_hosts_dir: "{{ playbook_dir }}/environments/local"

container_pool_akka_client: true
runtimes_enable_concurrency: true
2 changes: 1 addition & 1 deletion tests/performance/preparation/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TERM=dumb ./gradlew distDocker -PdockerImagePrefix=testing $GRADLE_PROJS_SKIP

# Deploy Openwhisk
cd $ROOTDIR/ansible
ANSIBLE_CMD="$ANSIBLE_CMD -e limit_invocations_per_minute=999999 -e limit_invocations_concurrent=999999 -e controller_client_auth=false -e container_pool_akka_client=true -e runtimes_enable_concurrency=true -e userLogs_spi=\"whisk.core.containerpool.logging.LogDriverLogStoreProvider\""
ANSIBLE_CMD="$ANSIBLE_CMD -e limit_invocations_per_minute=999999 -e limit_invocations_concurrent=999999 -e controller_client_auth=false -e userLogs_spi=\"whisk.core.containerpool.logging.LogDriverLogStoreProvider\""

$ANSIBLE_CMD setup.yml
$ANSIBLE_CMD prereq.yml
Expand Down
2 changes: 1 addition & 1 deletion tools/travis/setupSystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ROOTDIR="$SCRIPTDIR/../.."

cd $ROOTDIR/ansible

$ANSIBLE_CMD -e container_pool_akka_client=true -e runtimes_enable_concurrency=true openwhisk.yml
$ANSIBLE_CMD openwhisk.yml
$ANSIBLE_CMD apigateway.yml
$ANSIBLE_CMD routemgmt.yml

Expand Down

0 comments on commit ebf7a18

Please sign in to comment.