Merge branch 'master' into 3219-further-docker-improvements
[arvados.git] / services / api / test / fixtures / pipeline_instances.yml
1 new_pipeline:
2   state: New
3   uuid: zzzzz-d1hrv-f4gneyn6br1xize
4   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
5
6 has_component_with_no_script_parameters:
7   state: Ready
8   uuid: zzzzz-d1hrv-1xfj6xkicf2muk2
9   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
10   components:
11    foo:
12     script: foo
13     script_version: master
14     script_parameters: {}
15
16 has_component_with_empty_script_parameters:
17   state: Ready
18   uuid: zzzzz-d1hrv-jq16l10gcsnyumo
19   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
20   components:
21    foo:
22     script: foo
23     script_version: master
24
25 has_job:
26   name: pipeline_with_job
27   state: Ready
28   uuid: zzzzz-d1hrv-1yfj6xkidf2muk3
29   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
30   components:
31    foo:
32     script: foo
33     script_version: master
34     script_parameters: {}
35     job: {
36             uuid: zzzzz-8i9sb-pshmckwoma9plh7,
37             script_version: master
38          }
39
40 components_is_jobspec:
41   # Helps test that clients cope with funny-shaped components.
42   # For an example, see #3321.
43   uuid: zzzzz-d1hrv-jobspeccomponts
44   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
45   created_at: 2014-04-14 12:35:04 -0400
46   updated_at: 2014-04-14 12:35:04 -0400
47   modified_at: 2014-04-14 12:35:04 -0400
48   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
49   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
50   state: RunningOnServer
51   components:
52     script: foo
53     script_version: master
54     script_parameters:
55       input:
56         required: true
57         dataclass: Collection
58         title: "Foo/bar pair"
59         description: "Provide a collection containing at least two files."