[ARVADOS] updated: 1.1.3-170-g0ecd6b5

Git user git at public.curoverse.com
Mon Mar 12 10:06:34 EDT 2018


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

       via  0ecd6b502fbf721896d620c67502c8eb9ec4c0a7 (commit)
      from  50223437ddc7f06924d90cfd211b6d2819a4faae (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 0ecd6b502fbf721896d620c67502c8eb9ec4c0a7
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Mon Mar 12 09:43:40 2018 -0400

    Fix "priority" KeyError in crunch1 refs #12526
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/arvados_cwl/crunch_script.py b/sdk/cwl/arvados_cwl/crunch_script.py
index 12d74a0..fec728f 100644
--- a/sdk/cwl/arvados_cwl/crunch_script.py
+++ b/sdk/cwl/arvados_cwl/crunch_script.py
@@ -128,6 +128,7 @@ def run():
         args.make_fs_access = make_fs_access
         args.trash_intermediate = False
         args.intermediate_output_ttl = 0
+        args.priority = arvados_cwl.DEFAULT_PRIORITY
 
         runner.arv_executor(t, job_order_object, **vars(args))
     except Exception as e:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list