Merge branch '10172-crunch2-container-output' closes #10172
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema.yml
index ee1834779dc8d0508b344f6819024eab502b4439..3a6eb4769779ab0ea2b88aa8c96ed776194863b7 100644 (file)
@@ -60,6 +60,16 @@ $graph:
         Preferred backing store for output staging.  If not specified, the
         system may choose which one to use.
 
+- name: PartitionRequirement
+  type: record
+  doc: |
+    Select preferred compute partitions on which to run jobs.
+  fields:
+    - name: partition
+      type:
+        - string
+        - string[]
+
 - name: APIRequirement
   type: record
   doc: |