You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/10/13 18:03:16 UTC

[incubator-openwhisk-wskdeploy] branch master updated: changing rule/trigger names and removing dependency for now (#603)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git


The following commit(s) were added to refs/heads/master by this push:
     new 409975a  changing rule/trigger names and removing dependency for now (#603)
409975a is described below

commit 409975acb87fce82a04e65e6bf00978d48e051e0
Author: Priti Desai <pd...@us.ibm.com>
AuthorDate: Fri Oct 13 11:03:15 2017 -0700

    changing rule/trigger names and removing dependency for now (#603)
---
 .../validate-packages-in-manifest/manifest.yaml    | 39 +++++++++-------------
 1 file changed, 15 insertions(+), 24 deletions(-)

diff --git a/tests/src/integration/validate-packages-in-manifest/manifest.yaml b/tests/src/integration/validate-packages-in-manifest/manifest.yaml
index 0c9cec4..413fff3 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,19 +35,19 @@ 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:
-            triggerNodeJS:
+            triggerNodeJS1:
         rules:
-            ruleNodeJS:
-                trigger: triggerNodeJS
+            ruleNodeJS1:
+                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:
@@ -111,12 +111,3 @@ packages:
             ruleJava:
                 trigger: triggerJava
                 action: helloJava-1
-    packageBuggy:
-        actions:
-            helloJava-1:
-                function: actions/hello.jar
-                runtime: java
-                main: Hello
-        triggers:
-            triggerJava:
-

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].