[ARVADOS] updated: 1.3.0-606-g5022200a9
    Git user 
    git at public.curoverse.com
       
    Thu Mar 28 14:18:18 UTC 2019
    
    
  
Summary of changes:
 sdk/cwl/tests/federation/framework/prepare.cwl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
       via  5022200a9884921ca558c4c359e74482f4cb261f (commit)
      from  010404f4cc08000df72af4084c59dd80793d2c81 (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 5022200a9884921ca558c4c359e74482f4cb261f
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Mar 28 10:17:50 2019 -0400
    run prepare.py in fed tests in docker container refs #15040
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/tests/federation/framework/prepare.cwl b/sdk/cwl/tests/federation/framework/prepare.cwl
index 03f792c5e..6028e7b0c 100644
--- a/sdk/cwl/tests/federation/framework/prepare.cwl
+++ b/sdk/cwl/tests/federation/framework/prepare.cwl
@@ -24,6 +24,9 @@ requirements:
       ARVADOS_API_TOKEN: $(inputs.arvados_api_token)
       ARVADOS_API_HOST_INSECURE: $(""+inputs.arvado_api_host_insecure)
   InlineJavascriptRequirement: {}
+hints:
+  DockerRequirement:
+    dockerPull: arvados/jobs
 inputs:
   arvados_api_token: string
   arvado_api_host_insecure: boolean
@@ -45,4 +48,4 @@ outputs:
     type: boolean
     outputBinding:
       outputEval: $(true)
-baseCommand: python2
\ No newline at end of file
+baseCommand: python2
-----------------------------------------------------------------------
hooks/post-receive
-- 
    
    
More information about the arvados-commits
mailing list