3 uuid: zzzzz-d1hrv-f4gneyn6br1xize
4 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
5 created_at: <%= 1.minute.ago.to_s(:db) %>
7 new_pipeline_in_subproject:
9 uuid: zzzzz-d1hrv-subprojpipeline
10 owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x
11 created_at: <%= 1.minute.ago.to_s(:db) %>
13 has_component_with_no_script_parameters:
15 uuid: zzzzz-d1hrv-1xfj6xkicf2muk2
16 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
17 created_at: <%= 10.minute.ago.to_s(:db) %>
21 script_version: master
24 has_component_with_empty_script_parameters:
26 uuid: zzzzz-d1hrv-jq16l10gcsnyumo
27 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
28 created_at: <%= 3.minute.ago.to_s(:db) %>
32 script_version: master
34 has_component_with_completed_jobs:
35 # Test that the job "started_at" and "finished_at" fields are
36 # parsed into Time fields when rendering. This job must *not*
37 # have its own fixture; the point is to force the
38 # pipeline_instances_controller_test in Workbench to parse
39 # the "components" field.
41 uuid: zzzzz-d1hrv-i3e77t9z5y8j9cc
42 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
46 script_version: master
49 uuid: zzzzz-8i9sb-rft1xdewxkwgxnz
50 script_version: master
51 started_at: <%= 10.minute.ago.to_s(:db) %>
52 finished_at: <%= 9.minute.ago.to_s(:db) %>
55 name: pipeline_with_job
57 uuid: zzzzz-d1hrv-1yfj6xkidf2muk3
58 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
59 created_at: <%= 3.1.minute.ago.to_s(:db) %>
63 script_version: master
66 uuid: zzzzz-8i9sb-pshmckwoma9plh7,
67 script_version: master
70 components_is_jobspec:
71 # Helps test that clients cope with funny-shaped components.
72 # For an example, see #3321.
73 uuid: zzzzz-d1hrv-jobspeccomponts
74 created_at: <%= 30.minute.ago.to_s(:db) %>
75 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
76 created_at: 2014-04-14 12:35:04 -0400
77 updated_at: 2014-04-14 12:35:04 -0400
78 modified_at: 2014-04-14 12:35:04 -0400
79 modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
80 modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
81 state: RunningOnServer
84 script_version: master
90 description: "Provide a collection containing at least two files."
92 pipeline_with_tagged_collection_input:
93 name: pipeline_with_tagged_collection_input
95 uuid: zzzzz-d1hrv-1yfj61234abcdk3
96 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
97 created_at: <%= 3.1.minute.ago.to_s(:db) %>
102 value: zzzzz-4zz18-znfnqtbbv4spc3w
104 pipeline_to_merge_params:
105 name: pipeline_to_merge_params
107 uuid: zzzzz-d1hrv-1yfj6dcba4321k3
108 pipeline_template_uuid: zzzzz-p5p6p-aox0k0ofxrystgw
109 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
110 created_at: <%= 3.1.minute.ago.to_s(:db) %>
116 dataclass: Collection
117 title: "Foo/bar pair"
118 description: "Provide a collection containing at least two files."
123 integer_with_default:
137 pipeline_with_newer_template:
139 uuid: zzzzz-d1hrv-9fm8l10i9z2kqc6
140 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
141 pipeline_template_uuid: zzzzz-p5p6p-vq4wuvy84xvaq2r
142 created_at: 2014-09-15 12:00:00
146 script_version: master
150 dataclass: Collection
151 title: foo instance input
153 pipeline_instance_owned_by_fuse:
155 uuid: zzzzz-d1hrv-ri9dvgkgqs9y09j
156 owner_uuid: zzzzz-tpzed-0fusedrivertest
157 pipeline_template_uuid: zzzzz-p5p6p-vq4wuvy84xvaq2r
158 created_at: 2014-09-15 12:00:00
159 name: "pipeline instance owned by FUSE"
163 script_version: master
167 dataclass: Collection
168 title: foo instance input
170 pipeline_instance_in_fuse_project:
172 uuid: zzzzz-d1hrv-scarxiyajtshq3l
173 owner_uuid: zzzzz-j7d0g-0000ownedbyfuse
174 pipeline_template_uuid: zzzzz-p5p6p-vq4wuvy84xvaq2r
175 created_at: 2014-09-15 12:00:00
176 name: "pipeline instance in FUSE project"
180 script_version: master
184 dataclass: Collection
185 title: foo instance input
188 # Test Helper trims the rest of the file
190 # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper
192 # pipelines in project_with_10_pipelines
193 <% for i in 1..10 do %>
194 pipeline_<%=i%>_of_10:
195 name: pipeline_<%= i %>
197 uuid: zzzzz-d1hrv-10pipelines0<%= i.to_s.rjust(3, '0') %>
198 owner_uuid: zzzzz-j7d0g-000010pipelines
199 created_at: <%= (2*(i-1)).hour.ago.to_s(:db) %>
200 started_at: <%= (2*(i-1)).hour.ago.to_s(:db) %>
201 finished_at: <%= (i-1).minute.ago.to_s(:db) %>
205 script_version: master
209 dataclass: Collection
210 title: foo instance input
213 # pipelines in project_with_2_pipelines_and_100_jobs
214 <% for i in 1..2 do %>
215 pipeline_<%=i%>_of_2_pipelines_and_100_jobs:
216 name: pipeline_<%= i %>
218 uuid: zzzzz-d1hrv-abcgneyn6brx<%= i.to_s.rjust(3, '0') %>
219 owner_uuid: zzzzz-j7d0g-nnjobspipelines
220 created_at: <%= i.minute.ago.to_s(:db) %>
224 script_version: master
228 dataclass: Collection
229 title: foo instance input
232 # pipelines in project_with_25_pipelines
233 <% for i in 1..25 do %>
234 pipeline_<%=i%>_of_25:
235 name: pipeline_<%=i%>
237 uuid: zzzzz-d1hrv-25pipelines0<%= i.to_s.rjust(3, '0') %>
238 owner_uuid: zzzzz-j7d0g-000025pipelines
239 created_at: <%= i.hour.ago.to_s(:db) %>
240 started_at: <%= i.hour.ago.to_s(:db) %>
241 finished_at: <%= i.minute.ago.to_s(:db) %>
245 script_version: master
249 dataclass: Collection
250 title: foo instance input
253 # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper