[ARVADOS] updated: 1.3.0-814-gd52e890a7
Git user
git at public.curoverse.com
Wed Apr 24 13:21:56 UTC 2019
Summary of changes:
sdk/cwl/arvados_cwl/arvcontainer.py | 1 +
1 file changed, 1 insertion(+)
via d52e890a700a9522d64f8e0f459610f2ab8b3ec2 (commit)
from fdedca651d92bed4da7fe843dd0a35761257fda0 (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 d52e890a700a9522d64f8e0f459610f2ab8b3ec2
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