[ARVADOS] updated: 1.3.0-668-g972945983

Git user git at public.curoverse.com
Thu Apr 4 18:29:45 UTC 2019


Summary of changes:
 sdk/cwl/tests/federation/framework/check-exist.cwl | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

       via  972945983769bd25f6ee1e7254287f48fe6d8c96 (commit)
      from  a048d6957ff6284c4234198ed9b868bff07d057f (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 972945983769bd25f6ee1e7254287f48fe6d8c96
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Apr 4 11:13:04 2019 -0400

    Run check-exist.py 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/check-exist.cwl b/sdk/cwl/tests/federation/framework/check-exist.cwl
index ebb0fb220..64dbd1698 100644
--- a/sdk/cwl/tests/federation/framework/check-exist.cwl
+++ b/sdk/cwl/tests/federation/framework/check-exist.cwl
@@ -20,6 +20,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
@@ -39,4 +42,4 @@ outputs:
       glob: success
       loadContents: true
       outputEval: $(self[0].contents=="true")
-baseCommand: python2
\ No newline at end of file
+baseCommand: python2

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list