18870: Need to declare NODES as array
[arvados.git] / sdk / cwl / tests / wf / runin-reqs-wf2.cwl
index 5795759d9fcf30a33bc86f6f222d5363d34df71f..4bde6c562c1ed66fbbabbe1a9f509c6fcee9fe57 100644 (file)
@@ -22,6 +22,9 @@ requirements:
   ScatterFeatureRequirement: {}
   InlineJavascriptRequirement: {}
   StepInputExpressionRequirement: {}
+hints:
+  DockerRequirement:
+    dockerPull: arvados/jobs:2.2.2
 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)]