Skip to content

Commit 3006547

Browse files
ServoKvdcsantanapr
authored andcommitted
modify build.sh to reflect moving runtimes from core to actionRuntimes in openwhisk repo (#261)
1 parent cd556b2 commit 3006547

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/travis/build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,9 @@ export OPENWHISK_HOME=$WHISKDIR
5050
# Tests
5151
cd $WHISKDIR
5252
cat whisk.properties
53-
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"
53+
54+
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"
55+
5456
TERM=dumb ./gradlew tests:test --tests apigw.healthtests.* ${WSK_TESTS_DEPS_EXCLUDE}
5557
sleep 60
5658
TERM=dumb ./gradlew tests:test --tests whisk.core.apigw.* ${WSK_TESTS_DEPS_EXCLUDE}

0 commit comments

Comments
 (0)