X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ad4fcf639b3a75ddd40aeb659b090c9037d3507e..b1d1c5acf6f237d5e2a02414dd59e92cdb862237:/services/api/test/fixtures/pipeline_templates.yml diff --git a/services/api/test/fixtures/pipeline_templates.yml b/services/api/test/fixtures/pipeline_templates.yml index 012cd99230..31ebb977dc 100644 --- a/services/api/test/fixtures/pipeline_templates.yml +++ b/services/api/test/fixtures/pipeline_templates.yml @@ -57,3 +57,51 @@ components_is_jobspec: dataclass: Collection title: "Foo/bar pair" description: "Provide a collection containing at least two files." + +parameter_with_search: + uuid: zzzzz-p5p6p-paramwsearch345 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-04-14 12:35:04 -0400 + updated_at: 2014-04-14 12:35:04 -0400 + modified_at: 2014-04-14 12:35:04 -0400 + modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: Pipeline Template with Input Parameter with Search + components: + with-search: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: "Foo/bar pair" + description: "Provide a collection containing at least two files." + search_for: sometime # Matches baz_collection_in_asubproject + +new_pipeline_template: + # This template must include components that are not + # present in the pipeline instance 'pipeline_with_newer_template', + # at least one of which has a script_parameter that is a hash + # with a 'dataclass' field (ticket #4000) + uuid: zzzzz-p5p6p-vq4wuvy84xvaq2r + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + created_at: 2014-09-14 12:00:00 + modified_at: 2014-09-16 12:00:00 + components: + foo: + script: foo + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: foo template input + bar: + script: bar + script_version: master + script_parameters: + input: + required: true + dataclass: Collection + title: bar template input