Merge branch '2800-python-global-state' into 2800-pgs
[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   created_at: <%= 1.minute.ago.to_s(:db) %>
6
7 has_component_with_no_script_parameters:
8   state: Ready
9   uuid: zzzzz-d1hrv-1xfj6xkicf2muk2
10   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
11   created_at: <%= 10.minute.ago.to_s(:db) %>
12   components:
13    foo:
14     script: foo
15     script_version: master
16     script_parameters: {}
17
18 has_component_with_empty_script_parameters:
19   state: Ready
20   uuid: zzzzz-d1hrv-jq16l10gcsnyumo
21   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
22   created_at: <%= 3.minute.ago.to_s(:db) %>
23   components:
24    foo:
25     script: foo
26     script_version: master
27
28 has_job:
29   name: pipeline_with_job
30   state: Ready
31   uuid: zzzzz-d1hrv-1yfj6xkidf2muk3
32   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
33   created_at: <%= 3.1.minute.ago.to_s(:db) %>
34   components:
35    foo:
36     script: foo
37     script_version: master
38     script_parameters: {}
39     job: {
40             uuid: zzzzz-8i9sb-pshmckwoma9plh7,
41             script_version: master
42          }
43
44 components_is_jobspec:
45   # Helps test that clients cope with funny-shaped components.
46   # For an example, see #3321.
47   uuid: zzzzz-d1hrv-jobspeccomponts
48   created_at: <%= 30.minute.ago.to_s(:db) %>
49   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
50   created_at: 2014-04-14 12:35:04 -0400
51   updated_at: 2014-04-14 12:35:04 -0400
52   modified_at: 2014-04-14 12:35:04 -0400
53   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
54   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
55   state: RunningOnServer
56   components:
57     script: foo
58     script_version: master
59     script_parameters:
60       input:
61         required: true
62         dataclass: Collection
63         title: "Foo/bar pair"
64         description: "Provide a collection containing at least two files."