[ARVADOS] updated: 1.3.0-1660-gcd64b1e76
Git user
git at public.curoverse.com
Mon Sep 30 19:26:24 UTC 2019
Summary of changes:
sdk/cwl/tests/wf/runin-reqs-wf.cwl | 4 ++--
sdk/cwl/tests/wf/runin-reqs-wf2.cwl | 4 ++--
sdk/cwl/tests/wf/runin-reqs-wf3.cwl | 4 ++--
sdk/cwl/tests/wf/runin-reqs-wf4.cwl | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
via cd64b1e76265799bcdb0158137649761f718811d (commit)
from fa4a1e7741cf780656bf1dfa5a622e40a315c67a (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 cd64b1e76265799bcdb0158137649761f718811d
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Mon Sep 30 15:26:11 2019 -0400
15640: Increase RAM request
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/sdk/cwl/tests/wf/runin-reqs-wf.cwl b/sdk/cwl/tests/wf/runin-reqs-wf.cwl
index 3cc52936e..07e260bf4 100644
--- a/sdk/cwl/tests/wf/runin-reqs-wf.cwl
+++ b/sdk/cwl/tests/wf/runin-reqs-wf.cwl
@@ -34,7 +34,7 @@ steps:
hints:
- class: arv:RunInSingleContainer
- class: ResourceRequirement
- ramMin: $(96+inputs.count*32)
+ ramMin: $(256+inputs.count*32)
- class: arv:APIRequirement
scatter: count
run:
@@ -58,4 +58,4 @@ steps:
type: int
script: File
outputs: []
- arguments: [python, $(inputs.script), $(96+inputs.count * 32)]
+ arguments: [python, $(inputs.script), $(256+inputs.count * 32)]
diff --git a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl
index 7d06cb308..a051d1f70 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: $(96+inputs.count*32)
+ ramMin: $(256+inputs.count*32)
steps:
sleep1:
in:
@@ -59,4 +59,4 @@ steps:
type: int
script: File
outputs: []
- arguments: [python, $(inputs.script), $(96+inputs.count * 32)]
+ arguments: [python, $(inputs.script), $(256+inputs.count * 32)]
diff --git a/sdk/cwl/tests/wf/runin-reqs-wf3.cwl b/sdk/cwl/tests/wf/runin-reqs-wf3.cwl
index c13b7a0bc..173d50681 100644
--- a/sdk/cwl/tests/wf/runin-reqs-wf3.cwl
+++ b/sdk/cwl/tests/wf/runin-reqs-wf3.cwl
@@ -50,10 +50,10 @@ steps:
id: subtool
hints:
- class: ResourceRequirement
- ramMin: $(96+inputs.count*32)
+ ramMin: $(256+inputs.count*32)
inputs:
count:
type: int
script: File
outputs: []
- arguments: [python, $(inputs.script), $(96+inputs.count * 32)]
+ arguments: [python, $(inputs.script), $(256+inputs.count * 32)]
diff --git a/sdk/cwl/tests/wf/runin-reqs-wf4.cwl b/sdk/cwl/tests/wf/runin-reqs-wf4.cwl
index 9a26d0113..198a45d89 100644
--- a/sdk/cwl/tests/wf/runin-reqs-wf4.cwl
+++ b/sdk/cwl/tests/wf/runin-reqs-wf4.cwl
@@ -53,10 +53,10 @@ steps:
id: subtool
hints:
- class: ResourceRequirement
- ramMin: 128
+ ramMin: 256
inputs:
count:
type: int
script: File
outputs: []
- arguments: [python, $(inputs.script), "128"]
+ arguments: [python, $(inputs.script), "256"]
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list