X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9486b15595a667742ef541d3f31f78507afea8e7..4f68551a87ff2cb88c23a2942abe2676a33f7cbb:/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 fe3eadd8e5..3a6eb47697 100644 --- a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml +++ b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml @@ -22,7 +22,7 @@ $graph: - | local_output_dir: Use regular file system local to the compute node. There must be sufficient local scratch space to store entire output; - specify this this with `outdirMin` of `ResourceRequirement`. Files are + specify this with `outdirMin` of `ResourceRequirement`. Files are batch uploaded to Keep when the process completes. Most compatible, but upload step can be time consuming for very large files. - | @@ -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: |