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/08/14 16:29:36 UTC

[GitHub] houshengbo closed pull request #357: Run the properties.yml playbook in order to create whisk.properties

houshengbo closed pull request #357: Run the properties.yml playbook in order to create whisk.properties
URL: https://github.com/apache/incubator-openwhisk-cli/pull/357
 
 
   

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/.travis.yml b/.travis.yml
index a2e3f7ba..b3458d99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,8 @@ before_script:
   - cd $TRAVIS_BUILD_DIR/..
   - git clone https://github.com/apache/incubator-openwhisk-utilities.git
   - git clone https://github.com/apache/incubator-openwhisk.git
-  - ./incubator-openwhisk/tools/travis/setup.sh
+  - cd incubator-openwhisk
+  - ./tools/travis/setup.sh
 
 script:
   - cd $TRAVIS_BUILD_DIR/../incubator-openwhisk
diff --git a/tools/travis/test_openwhisk.sh b/tools/travis/test_openwhisk.sh
index 94f27253..4af8b03f 100755
--- a/tools/travis/test_openwhisk.sh
+++ b/tools/travis/test_openwhisk.sh
@@ -94,6 +94,8 @@ $ANSIBLE_CMD initdb.yml
 $ANSIBLE_CMD apigateway.yml
 $ANSIBLE_CMD wipe.yml
 $ANSIBLE_CMD openwhisk.yml -e cli_installation_mode=local -e openwhisk_cli_home=$TRAVIS_BUILD_DIR -e controllerProtocolForSetup=http
+$ANSIBLE_CMD properties.yml
+$ANSIBLE_CMD routemgmt.yml
 
 #  Run the test cases under openwhisk to ensure the quality of the runnint API.
 cd $TRAVIS_BUILD_DIR


 

----------------------------------------------------------------
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