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 2017/10/24 14:33:31 UTC

[GitHub] mrutkows closed pull request #606: Add the dependency back to validate packages

mrutkows closed pull request #606: Add the dependency back to validate packages
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/606
 
 
   

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/tests/src/integration/validate-packages-in-manifest/manifest.yaml b/tests/src/integration/validate-packages-in-manifest/manifest.yaml
index 413fff3..4b3804c 100644
--- a/tests/src/integration/validate-packages-in-manifest/manifest.yaml
+++ b/tests/src/integration/validate-packages-in-manifest/manifest.yaml
@@ -1,10 +1,10 @@
 packages:
     packageNodeJS:
-#        dependencies:
-#            hellowhisk:
-#                location: github.com/apache/incubator-openwhisk-test/packages/hellowhisk
-#            myhelloworlds:
-#                location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
+        dependencies:
+            hellowhisk:
+                location: github.com/apache/incubator-openwhisk-test/packages/hellowhisk
+            myhelloworlds:
+                location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
         actions:
             helloNodejs-1:
                 function: actions/hello.js
@@ -35,7 +35,7 @@ packages:
                         description: location of a person
         sequences:
             helloworldnodejs-series:
-                actions: helloNodejs-1, helloNodejs-2, helloNodejs-3 #, hellowhisk/greeting, hellowhisk/httpGet, myhelloworlds/hello-js
+                actions: helloNodejs-1, helloNodejs-2, helloNodejs-3, hellowhisk/greeting, hellowhisk/httpGet, myhelloworlds/hello-js
         triggers:
             triggerNodeJS1:
         rules:
@@ -43,11 +43,11 @@ packages:
                 trigger: triggerNodeJS1
                 action: helloworldnodejs-series
     packagePython:
-#        dependencies:
-#            hellowhisk:
-#                location: github.com/apache/incubator-openwhisk-test/packages/hellowhisk
-#            helloworlds:
-#                location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
+        dependencies:
+            hellowhisk:
+                location: github.com/apache/incubator-openwhisk-test/packages/hellowhisk
+            helloworlds:
+                location: github.com/apache/incubator-openwhisk-test/packages/helloworlds
         actions:
             helloPython-1:
                 function: actions/hello.py
@@ -76,7 +76,7 @@ packages:
                 runtime: python
         sequences:
             helloworldpython-series:
-                actions: helloPython-1, helloPython-2, helloPython-3 #, hellowhisk/greeting, hellowhisk/httpGet, helloworlds/hello-js
+                actions: helloPython-1, helloPython-2, helloPython-3, hellowhisk/greeting, hellowhisk/httpGet, helloworlds/hello-js
         triggers:
             triggerPython:
         rules:


 

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