[ARVADOS] updated: 1.1.4-546-g9b6abcd04

Git user git at public.curoverse.com
Thu Jul 5 13:33:06 EDT 2018


Summary of changes:
 doc/user/cwl/cwl-extensions.html.textile.liquid | 10 ++++++++++
 1 file changed, 10 insertions(+)

       via  9b6abcd0448567146b471ad02162d33fd4b1d5a8 (commit)
      from  380e4da5aab5d24d0e90ea27880974c232538fbf (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 9b6abcd0448567146b471ad02162d33fd4b1d5a8
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date:   Thu Jul 5 14:32:46 2018 -0300

    13219: Adds documentation
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>

diff --git a/doc/user/cwl/cwl-extensions.html.textile.liquid b/doc/user/cwl/cwl-extensions.html.textile.liquid
index cf25639b1..26feb9938 100644
--- a/doc/user/cwl/cwl-extensions.html.textile.liquid
+++ b/doc/user/cwl/cwl-extensions.html.textile.liquid
@@ -38,6 +38,8 @@ hints:
     enableReuse: false
   cwltool:Secrets:
     secrets: [input1, input2]
+  cwltool:TimeLimit:
+    timelimit: 14400
 </pre>
 
 The one exception to this is @arv:APIRequirement@, see note below.
@@ -111,3 +113,11 @@ Indicate that one or more input parameters are "secret".  Must be applied at the
 table(table table-bordered table-condensed).
 |_. Field |_. Type |_. Description |
 |secrets|array<string>|Input parameters which are considered "secret".  Must be strings.|
+
+h2. cwltool:TimeLimit
+
+Set an upper limit on the execution time of a CommandLineTool or ExpressionTool.  A tool execution which exceeds the time limit may be preemptively terminated and considered failed.  May also be used by batch systems to make scheduling decisions.
+
+table(table table-bordered table-condensed).
+|_. Field |_. Type |_. Description |
+|timelimit|int|Execution time limit in seconds. If set to zero, no limit is enforced.|

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list