X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e68177bfa8de36bd54f705e16e5c4854eafb29a2..5cd2757a79e7be7ed00156a69191893c3bb7e1c6:/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: |