[ARVADOS] updated: ad47ed8a7e7847a60ca775916a707d515ed256e9

Git user git at public.curoverse.com
Fri Jul 7 14:53:28 EDT 2017


Summary of changes:
 sdk/cwl/arvados_cwl/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ad47ed8a7e7847a60ca775916a707d515ed256e9 (commit)
      from  1e31815d4a0d094633d4acb4f6265d6b8b6e3246 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ad47ed8a7e7847a60ca775916a707d515ed256e9
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri Jul 7 14:52:20 2017 -0400

    arvados-cwl-runner always submits runner job when invoked with --no-wait refs #9086
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curoverse.com>

diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 4584d95..52009da 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -424,7 +424,7 @@ class ArvCwlRunner(object):
         if kwargs.get("submit"):
             # Submit a runner job to run the workflow for us.
             if self.work_api == "containers":
-                if tool.tool["class"] == "CommandLineTool":
+                if tool.tool["class"] == "CommandLineTool" and kwargs.get("wait"):
                     kwargs["runnerjob"] = tool.tool["id"]
                     upload_dependencies(self,
                                         kwargs["name"],

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list