X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/24bcfa0b87b87e4510fffe8a961a5d4a9fd34948..e892c7ee96f28bef7d5b2a9314eb9549ee56634d:/sdk/cwl/arvados_cwl/arv-cwl-schema.yml diff --git a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml index ee1834779d..3a6eb47697 100644 --- a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml +++ b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml @@ -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: |