[ARVADOS] updated: 7c03ff7b9ddac8dc232a910364fcecd32f86e03d

Git user git at public.curoverse.com
Fri May 26 16:22:50 EDT 2017


Summary of changes:
 sdk/cwl/arvados_cwl/crunch_script.py | 2 ++
 1 file changed, 2 insertions(+)

       via  7c03ff7b9ddac8dc232a910364fcecd32f86e03d (commit)
      from  f7a665dcd8dfe96b49e63f3caa352f5e5f8b19a1 (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 7c03ff7b9ddac8dc232a910364fcecd32f86e03d
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Fri May 26 16:22:10 2017 -0400

    Fix crunch script to set trash_intermediate and intermediate_output_ttl refs #11100

diff --git a/sdk/cwl/arvados_cwl/crunch_script.py b/sdk/cwl/arvados_cwl/crunch_script.py
index 821abf9..551f2a6 100644
--- a/sdk/cwl/arvados_cwl/crunch_script.py
+++ b/sdk/cwl/arvados_cwl/crunch_script.py
@@ -111,6 +111,8 @@ def run():
         args.name = None
         args.cwl_runner_job={"uuid": arvados.current_job()["uuid"], "state": arvados.current_job()["state"]}
         args.make_fs_access = make_fs_access
+        args.trash_intermediate = False
+        args.intermediate_output_ttl = 0
 
         runner.arv_executor(t, job_order_object, **vars(args))
     except Exception as e:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list