X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c7d692a3f09d8116cc52591f8852c4e0d6e4ab3c..e2267bd99209651c61425f335230e515421b2ef4:/sdk/cwl/tests/wf/runin-reqs-wf2.cwl diff --git a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl index 2701fd1c85..4bde6c562c 100644 --- a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl +++ b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl @@ -24,7 +24,7 @@ requirements: StepInputExpressionRequirement: {} hints: DockerRequirement: - dockerPull: arvados/jobs:1.4.0.20190604172024 + dockerPull: arvados/jobs:2.2.2 steps: substep: in: @@ -44,7 +44,7 @@ steps: outputs: [] hints: - class: ResourceRequirement - ramMin: $(inputs.count*128) + ramMin: $(96+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), $(96+inputs.count * 32)]