X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fe8e52020d421797306e5c6536afbcee761510a..6911361cec42d4858fb8e345e07bcf14d5e163b6:/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 5795759d9f..7d06cb308c 100644 --- a/sdk/cwl/tests/wf/runin-reqs-wf2.cwl +++ b/sdk/cwl/tests/wf/runin-reqs-wf2.cwl @@ -22,6 +22,9 @@ requirements: ScatterFeatureRequirement: {} InlineJavascriptRequirement: {} StepInputExpressionRequirement: {} +hints: + DockerRequirement: + dockerPull: arvados/jobs:1.4.0.20190604172024 steps: substep: in: @@ -41,7 +44,7 @@ steps: outputs: [] hints: - class: ResourceRequirement - ramMin: $(inputs.count*128) + ramMin: $(96+inputs.count*32) steps: sleep1: in: @@ -56,4 +59,4 @@ steps: type: int script: File outputs: [] - arguments: [python, $(inputs.script), $(inputs.count * 128)] + arguments: [python, $(inputs.script), $(96+inputs.count * 32)]