[ARVADOS] updated: 1.3.0-1454-g40d4eb5c5

Git user git at public.curoverse.com
Tue Aug 6 17:26:50 UTC 2019


Summary of changes:
 sdk/cwl/tests/wf/runin-reqs-wf2.cwl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  40d4eb5c5a942d82d158ab9d4d3b3fb1b44fde83 (commit)
      from  b93cb0b828989f9e2651ba436fb8a267224e4ca8 (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 40d4eb5c5a942d82d158ab9d4d3b3fb1b44fde83
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Tue Aug 6 13:26:17 2019 -0400

    15181: Reduce memory request, in case that was causing test failures
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl
index 2701fd1c8..15cc8df6a 100644
--- a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl
+++ b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl
@@ -44,7 +44,7 @@ steps:
       outputs: []
       hints:
         - class: ResourceRequirement
-          ramMin: $(inputs.count*128)
+          ramMin: $(inputs.count*32)
       steps:
         sleep1:
           in:
@@ -59,4 +59,4 @@ steps:
                 type: int
               script: File
             outputs: []
-            arguments: [python, $(inputs.script), $(inputs.count * 128)]
+            arguments: [python, $(inputs.script), $(inputs.count * 32)]

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list