csantanapr closed pull request #261: modify build.sh to reflect moving runtimes
from core to actionRuntime?
URL: https://github.com/apache/incubator-openwhisk-apigateway/pull/261
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/tools/travis/build.sh b/tools/travis/build.sh
index 114516c..8b5dbaf 100755
--- a/tools/travis/build.sh
+++ b/tools/travis/build.sh
@@ -50,7 +50,9 @@ export OPENWHISK_HOME=$WHISKDIR
# Tests
cd $WHISKDIR
cat whisk.properties
-WSK_TESTS_DEPS_EXCLUDE="-x :core:swift3Action:distDocker -x
:core:pythonAction:distDocker -x :core:javaAction:distDocker -x
:core:nodejsAction:distDocker -x :core:actionProxy:distDocker -x
:sdk:docker:distDocker -x :core:python2Action:distDocker -x
:tests:dat:blackbox:badaction:distDocker -x
:tests:dat:blackbox:badproxy:distDocker"
+
+WSK_TESTS_DEPS_EXCLUDE="-x :actionRuntimes:swift3Action:distDocker -x
:actionRuntimes:pythonAction:distDocker -x
:actionRuntimes:javaAction:distDocker -x
:actionRuntimes:nodejsAction:distDocker -x
:actionRuntimes:actionProxy:distDocker -x :sdk:docker:distDocker -x
:actionRuntimes:python2Action:distDocker -x
:tests:dat:blackbox:badaction:distDocker -x
:tests:dat:blackbox:badproxy:distDocker"
+
TERM=dumb ./gradlew tests:test --tests apigw.healthtests.*
${WSK_TESTS_DEPS_EXCLUDE}
sleep 60
TERM=dumb ./gradlew tests:test --tests whisk.core.apigw.*
${WSK_TESTS_DEPS_EXCLUDE}
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services