X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a3562a62e6b23035543f08226479813d5d1c31ed..4b037a38dbe848a77224dd05dd035736b5d0c0c1:/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: |