[ARVADOS] updated: 1.3.0-720-gc6cae7bc8

Git user git at public.curoverse.com
Wed Apr 24 18:04:49 UTC 2019


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

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

    15028: Fix reporting logs on container requests
    
    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 b194f3dfc..437640ac6 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