[ARVADOS] updated: 1.3.0-963-g3a5601145

Git user git at public.curoverse.com
Tue May 28 18:38:38 UTC 2019


Summary of changes:
 sdk/cwl/arvados_cwl/arvcontainer.py | 1 +
 1 file changed, 1 insertion(+)

       via  3a5601145a6c88b4fd7fe73df369d6cb95dcba5d (commit)
      from  3549e6484287a327750882a83c5c5ce15647d585 (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 3a5601145a6c88b4fd7fe73df369d6cb95dcba5d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Apr 23 18:01:55 2019 -0400

    Fix reporting logs on container requests refs #15028
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index ec144abf3..f8f1f30f6 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -527,6 +527,7 @@ class RunnerContainer(Runner):
             container = self.arvrunner.api.containers().get(
                 uuid=record["container_uuid"]
             ).execute(num_retries=self.arvrunner.num_retries)
+            container["log"] = record["log_uuid"]
         except Exception:
             logger.exception("%s while getting runner container", self.arvrunner.label(self))
             self.arvrunner.output_callback({}, "permanentFail")

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list