acacf4023829756085caf1feb269845887043d4d
[arvados.git] / services / api / test / fixtures / container_requests.yml
1 queued:
2   uuid: zzzzz-xvhdp-cr4queuedcontnr
3   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
4   name: queued
5   state: Committed
6   priority: 1
7   created_at: <%= 2.minute.ago.to_s(:db) %>
8   updated_at: <%= 1.minute.ago.to_s(:db) %>
9   modified_at: <%= 1.minute.ago.to_s(:db) %>
10   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
11   container_image: test
12   cwd: test
13   output_path: test
14   command: ["echo", "hello"]
15   container_uuid: zzzzz-dz642-queuedcontainer
16   runtime_constraints:
17     vcpus: 1
18     ram: 123
19
20 running:
21   uuid: zzzzz-xvhdp-cr4runningcntnr
22   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
23   name: running
24   state: Committed
25   priority: 1
26   created_at: <%= 2.minute.ago.to_s(:db) %>
27   updated_at: <%= 1.minute.ago.to_s(:db) %>
28   modified_at: <%= 1.minute.ago.to_s(:db) %>
29   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
30   container_image: test
31   cwd: test
32   output_path: test
33   command: ["echo", "hello"]
34   container_uuid: zzzzz-dz642-runningcontainr
35   runtime_constraints:
36     vcpus: 1
37     ram: 123
38
39 requester_for_running:
40   uuid: zzzzz-xvhdp-req4runningcntr
41   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
42   name: requester_for_running_cr
43   state: Committed
44   priority: 1
45   created_at: <%= 2.minute.ago.to_s(:db) %>
46   updated_at: <%= 2.minute.ago.to_s(:db) %>
47   modified_at: <%= 2.minute.ago.to_s(:db) %>
48   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
49   container_image: test
50   cwd: test
51   output_path: test
52   command: ["echo", "hello"]
53   container_uuid: zzzzz-dz642-logscontainer03
54   requesting_container_uuid: zzzzz-dz642-runningcontainr
55   runtime_constraints:
56     vcpus: 1
57     ram: 123
58
59 running_older:
60   uuid: zzzzz-xvhdp-cr4runningcntn2
61   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
62   name: running
63   state: Committed
64   priority: 1
65   created_at: 2016-01-11 11:11:11.111111111 Z
66   updated_at: 2016-01-11 11:11:11.111111111 Z
67   modified_at: 2016-01-12 11:11:11.111111111 Z
68   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
69   container_image: test
70   cwd: test
71   output_path: test
72   command: ["echo", "hello"]
73   container_uuid: zzzzz-dz642-runningcontain2
74   runtime_constraints:
75     vcpus: 1
76     ram: 123
77
78 completed:
79   uuid: zzzzz-xvhdp-cr4completedctr
80   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
81   name: completed container request
82   state: Final
83   priority: 1
84   created_at: <%= 2.minute.ago.to_s(:db) %>
85   updated_at: <%= 1.minute.ago.to_s(:db) %>
86   modified_at: <%= 1.minute.ago.to_s(:db) %>
87   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
88   container_image: test
89   cwd: test
90   output_path: test
91   command: ["echo", "hello"]
92   container_uuid: zzzzz-dz642-compltcontainer
93   runtime_constraints:
94     vcpus: 1
95     ram: 123
96
97 completed-older:
98   uuid: zzzzz-xvhdp-cr4completedcr2
99   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
100   name: completed
101   state: Final
102   priority: 1
103   created_at: 2016-01-11 11:11:11.111111111 Z
104   updated_at: 2016-01-11 11:11:11.111111111 Z
105   modified_at: 2016-01-11 11:11:11.111111111 Z
106   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
107   container_image: test
108   cwd: test
109   output_path: test
110   command: ["echo", "hello"]
111   container_uuid: zzzzz-dz642-compltcontainr2
112   runtime_constraints:
113     vcpus: 1
114     ram: 123
115
116 requester:
117   uuid: zzzzz-xvhdp-9zacv3o1xw6sxz5
118   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
119   name: requester
120   state: Committed
121   priority: 1
122   created_at: 2016-01-11 11:11:11.111111111 Z
123   updated_at: 2016-01-11 11:11:11.111111111 Z
124   modified_at: 2016-01-11 11:11:11.111111111 Z
125   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
126   container_image: test
127   cwd: /
128   output_path: /output
129   command: ["request-another-container", "echo", "hello"]
130   container_uuid: zzzzz-dz642-requestingcntnr
131   runtime_constraints:
132     vcpus: 1
133     ram: 123
134
135 cr_for_requester:
136   uuid: zzzzz-xvhdp-cr4requestercnt
137   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
138   name: requester_cr
139   state: Final
140   priority: 1
141   created_at: 2016-01-11 11:11:11.111111111 Z
142   updated_at: 2016-01-11 11:11:11.111111111 Z
143   modified_at: 2016-01-11 11:11:11.111111111 Z
144   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
145   container_image: test
146   cwd: test
147   output_path: test
148   command: ["echo", "hello"]
149   container_uuid: zzzzz-dz642-requestercntnr1
150   requesting_container_uuid: zzzzz-dz642-requestingcntnr
151   runtime_constraints:
152     vcpus: 1
153     ram: 123
154
155 cr_for_requester2:
156   uuid: zzzzz-xvhdp-cr4requestercn2
157   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
158   name: requester_cr2
159   state: Final
160   priority: 1
161   created_at: 2016-01-11 11:11:11.111111111 Z
162   updated_at: 2016-01-11 11:11:11.111111111 Z
163   modified_at: 2016-01-11 11:11:11.111111111 Z
164   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
165   container_image: test
166   cwd: test
167   output_path: test
168   command: ["echo", "hello"]
169   requesting_container_uuid: zzzzz-dz642-requestercntnr1
170   runtime_constraints:
171     vcpus: 1
172     ram: 123
173
174 running_anonymous_accessible:
175   uuid: zzzzz-xvhdp-runninganonaccs
176   owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
177   name: running anonymously accessible cr
178   state: Committed
179   priority: 1
180   created_at: 2016-01-11 11:11:11.111111111 Z
181   updated_at: 2016-01-11 11:11:11.111111111 Z
182   modified_at: 2016-01-11 11:11:11.111111111 Z
183   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
184   container_image: test
185   cwd: test
186   output_path: test
187   command: ["echo", "hello"]
188   container_uuid: zzzzz-dz642-runningcontain2
189   runtime_constraints:
190     vcpus: 1
191     ram: 123
192
193 cr_for_failed:
194   uuid: zzzzz-xvhdp-cr4failedcontnr
195   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
196   name: cr for container exit code not 0
197   state: Committed
198   priority: 1
199   created_at: 2016-01-11 11:11:11.111111111 Z
200   updated_at: 2016-01-11 11:11:11.111111111 Z
201   modified_at: 2016-01-11 11:11:11.111111111 Z
202   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
203   container_image: test
204   cwd: test
205   output_path: test
206   command: ["echo", "hello"]
207   container_uuid: zzzzz-dz642-failedcontainr1
208   runtime_constraints:
209     vcpus: 1
210     ram: 123
211
212 canceled_with_queued_container:
213   uuid: zzzzz-xvhdp-canceledqueuedc
214   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
215   name: canceled with queued container
216   state: Committed
217   priority: 0
218   created_at: 2016-01-11 11:11:11.111111111 Z
219   updated_at: 2016-01-11 11:11:11.111111111 Z
220   modified_at: 2016-01-11 11:11:11.111111111 Z
221   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
222   container_image: test
223   cwd: test
224   output_path: test
225   command: ["echo", "hello"]
226   container_uuid: zzzzz-dz642-queuedcontainer
227   runtime_constraints:
228     vcpus: 1
229     ram: 123
230
231 canceled_with_locked_container:
232   uuid: zzzzz-xvhdp-canceledlocekdc
233   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
234   name: canceled with locked container
235   state: Committed
236   priority: 0
237   created_at: 2016-01-11 11:11:11.111111111 Z
238   updated_at: 2016-01-11 11:11:11.111111111 Z
239   modified_at: 2016-01-11 11:11:11.111111111 Z
240   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
241   container_image: test
242   cwd: test
243   output_path: test
244   command: ["echo", "hello"]
245   container_uuid: zzzzz-dz642-lockedcontainer
246   runtime_constraints:
247     vcpus: 1
248     ram: 123
249
250 canceled_with_running_container:
251   uuid: zzzzz-xvhdp-canceledrunning
252   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
253   name: canceled with running container
254   state: Committed
255   priority: 0
256   created_at: 2016-01-11 11:11:11.111111111 Z
257   updated_at: 2016-01-11 11:11:11.111111111 Z
258   modified_at: 2016-01-11 11:11:11.111111111 Z
259   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
260   container_image: test
261   cwd: test
262   output_path: test
263   command: ["echo", "hello"]
264   container_uuid: zzzzz-dz642-runningcontainr
265   runtime_constraints:
266     vcpus: 1
267     ram: 123
268
269 uncommitted:
270   uuid: zzzzz-xvhdp-cr4uncommittedc
271   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
272   name: uncommitted
273   created_at: <%= 2.minute.ago.to_s(:db) %>
274   updated_at: <%= 1.minute.ago.to_s(:db) %>
275   modified_at: <%= 1.minute.ago.to_s(:db) %>
276   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
277   command: ["arvados-cwl-runner", "--local", "--api=containers",
278             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
279   output_path: "/var/spool/cwl"
280   cwd: "/var/spool/cwl"
281   priority: 1
282   state: "Uncommitted"
283   container_image: arvados/jobs
284   mounts: {
285         "/var/lib/cwl/workflow.json": {
286             "kind": "json",
287             "content": {
288                 "cwlVersion": "v1.0",
289                 "$graph": [{
290                 "id": "#main",
291                 "class": "CommandLineTool",
292                 "baseCommand": ["echo"],
293                 "inputs": [
294                     {
295                         "doc": "a longer documentation string for this parameter (optional)",
296                         "type": "boolean",
297                         "id": "ex_boolean",
298                         "label": "a short label for this parameter (optional)",
299                         "inputBinding": {"position": 1}
300                     },
301                     {
302                         "type": ["null", "boolean"],
303                         "id": "ex_boolean_opt",
304                         "inputBinding": {"position": 1}
305                     },
306                     {
307                         "doc": "directory selection should present the workbench collection picker",
308                         "type": "Directory",
309                         "id": "ex_dir",
310                         "inputBinding": {"position": 1}
311                     },
312                     {
313                         "type": "double",
314                         "id": "ex_double",
315                         "inputBinding": {"position": 1}
316                     },
317                     {
318                         "doc": "file selection should present the workbench file picker",
319                         "type": "File",
320                         "id": "ex_file",
321                         "inputBinding": {"position": 1}
322                     },
323                     {
324                         "type": "float",
325                         "id": "ex_float",
326                         "inputBinding": {"position": 1}
327                     },
328                     {
329                         "type": "int",
330                         "id": "ex_int",
331                         "inputBinding": {"position": 1}
332                     },
333                     {
334                         "type": ["null", "int"],
335                         "id": "ex_int_opt",
336                         "inputBinding": {"position": 1}
337                     },
338                     {
339                         "type": "long",
340                         "id": "ex_long",
341                         "inputBinding": {"position": 1}
342                     },
343                     {
344                         "type": "string",
345                         "id": "ex_string",
346                         "inputBinding": {"position": 1}
347                     },
348                     {
349                         "type": ["null", "string"],
350                         "id": "ex_string_opt",
351                         "inputBinding": {"position": 1}
352                     },
353                     {
354                         "type": {
355                             "type": "enum",
356                             "symbols": ["a", "b", "c"]
357                         },
358                         "id": "ex_enum",
359                         "inputBinding": {"position": 1}
360                     },
361                     {
362                         "type": ["null", {
363                             "type": "enum",
364                             "symbols": ["a", "b", "c"]
365                         }],
366                         "id": "ex_enum_opt",
367                         "inputBinding": {"position": 1}
368                     }
369                 ],
370                 "outputs": []
371             }]
372           }
373         },
374         "/var/lib/cwl/cwl.input.json": {
375             "kind": "json",
376             "content": {}
377         },
378         "stdout": {
379             "kind": "file",
380             "path": "/var/spool/cwl/cwl.output.json"
381         },
382         "/var/spool/cwl": {
383             "kind": "collection",
384             "writable": true
385         }
386     }
387   runtime_constraints:
388     vcpus: 1
389     ram: 256000000
390     API: true
391
392 uncommitted_ready_to_run:
393   uuid: zzzzz-xvhdp-cr4uncommittedd
394   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
395   name: uncommitted_ready_to_run
396   created_at: 2016-01-11 11:11:11.111111111 Z
397   updated_at: 2016-01-11 11:11:11.111111111 Z
398   modified_at: 2016-01-11 11:11:11.111111111 Z
399   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
400   command: ["arvados-cwl-runner", "--local", "--api=containers",
401             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
402   output_path: "/var/spool/cwl"
403   cwd: "/var/spool/cwl"
404   priority: 1
405   state: "Uncommitted"
406   container_image: arvados/jobs
407   mounts: {
408         "/var/lib/cwl/workflow.json": {
409             "kind": "json",
410             "content": {
411                 "cwlVersion": "v1.0",
412                 "class": "CommandLineTool",
413                 "baseCommand": ["echo"],
414                 "inputs": [
415                     {
416                         "doc": "a longer documentation string for this parameter (optional)",
417                         "type": "boolean",
418                         "id": "ex_boolean",
419                         "label": "a short label for this parameter (optional)",
420                         "inputBinding": {"position": 1}
421                     },
422                     {
423                         "type": ["null", "boolean"],
424                         "id": "ex_boolean_opt",
425                         "inputBinding": {"position": 1}
426                     },
427                     {
428                         "doc": "directory selection should present the workbench collection picker",
429                         "type": "Directory",
430                         "id": "ex_dir",
431                         "inputBinding": {"position": 1}
432                     },
433                     {
434                         "type": "double",
435                         "id": "ex_double",
436                         "inputBinding": {"position": 1}
437                     },
438                     {
439                         "doc": "file selection should present the workbench file picker",
440                         "type": "File",
441                         "id": "ex_file",
442                         "inputBinding": {"position": 1}
443                     },
444                     {
445                         "type": "float",
446                         "id": "ex_float",
447                         "inputBinding": {"position": 1}
448                     },
449                     {
450                         "type": "int",
451                         "id": "ex_int",
452                         "inputBinding": {"position": 1}
453                     },
454                     {
455                         "type": ["null", "int"],
456                         "id": "ex_int_opt",
457                         "inputBinding": {"position": 1}
458                     },
459                     {
460                         "type": "long",
461                         "id": "ex_long",
462                         "inputBinding": {"position": 1}
463                     },
464                     {
465                         "type": "string",
466                         "id": "ex_string",
467                         "inputBinding": {"position": 1}
468                     },
469                     {
470                         "type": ["null", "string"],
471                         "id": "ex_string_opt",
472                         "inputBinding": {"position": 1}
473                     },
474                     {
475                         "type": {
476                             "type": "enum",
477                             "symbols": ["a", "b", "c"]
478                         },
479                         "id": "ex_enum",
480                         "inputBinding": {"position": 1}
481                     },
482                     {
483                         "type": ["null", {
484                             "type": "enum",
485                             "symbols": ["a", "b", "c"]
486                         }],
487                         "id": "ex_enum_opt",
488                         "inputBinding": {"position": 1}
489                     }
490                 ],
491                 "outputs": []
492             }
493         },
494         "/var/lib/cwl/cwl.input.json": {
495             "kind": "json",
496             "content": {
497               "ex_string_opt": null,
498               "ex_int_opt": null,
499               "ex_boolean": false,
500               "ex_boolean_opt": true,
501               "ex_dir": {
502                 "class": "Directory",
503                 "location": "keep:1f4b0bc7583c2a7f9102c395f4ffc5e3+45",
504                 "arv:collection": "zzzzz-4zz18-znfnqtbbv4spc3w"
505               },
506               "ex_double": 66.0,
507               "ex_file": {
508                 "class": "File",
509                 "location": "keep:1f4b0bc7583c2a7f9102c395f4ffc5e3+45/foo",
510                 "arv:collection": "zzzzz-4zz18-znfnqtbbv4spc3w/foo"
511               },
512               "ex_float": 55.0,
513               "ex_int": 55,
514               "ex_long": 22,
515               "ex_string": "qq",
516               "ex_enum": "a"
517             }
518         },
519         "stdout": {
520             "kind": "file",
521             "path": "/var/spool/cwl/cwl.output.json"
522         },
523         "/var/spool/cwl": {
524             "kind": "collection",
525             "writable": true
526         }
527     }
528   runtime_constraints:
529     vcpus: 1
530     ram: 256000000
531     API: true
532
533 uncommitted-with-directory-input:
534   uuid: zzzzz-xvhdp-cr4uncommitted2
535   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
536   name: uncommitted with directory input
537   created_at: 2016-01-11 11:11:11.111111111 Z
538   updated_at: 2016-01-11 11:11:11.111111111 Z
539   modified_at: 2016-01-11 11:11:11.111111111 Z
540   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
541   command: ["arvados-cwl-runner", "--local", "--api=containers",
542             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
543   output_path: "/var/spool/cwl"
544   cwd: "/var/spool/cwl"
545   priority: 1
546   state: Uncommitted
547   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
548   mounts: {
549         "/var/lib/cwl/workflow.json": {
550             "kind": "json",
551             "content": {
552                 "cwlVersion": "v1.0",
553                 "class": "CommandLineTool",
554                 "baseCommand": ["echo"],
555                 "inputs": [
556                     {
557                         "type": "Directory",
558                         "id": "directory_type",
559                         "inputBinding": {"position": 1}
560                     }
561                 ],
562                 "outputs": []
563             }
564         },
565         "/var/lib/cwl/cwl.input.json": {
566             "kind": "json",
567             "content": {}
568         },
569         "stdout": {
570             "kind": "file",
571             "path": "/var/spool/cwl/cwl.output.json"
572         },
573         "/var/spool/cwl": {
574             "kind": "collection",
575             "writable": true
576         }
577     }
578   runtime_constraints:
579     vcpus: 1
580     ram: 256000000
581     API: true
582
583 uncommitted-with-file-input:
584   uuid: zzzzz-xvhdp-cr4uncommittedf
585   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
586   name: uncommitted with directory input
587   created_at: 2016-01-11 11:11:11.111111111 Z
588   updated_at: 2016-01-11 11:11:11.111111111 Z
589   modified_at: 2016-01-11 11:11:11.111111111 Z
590   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
591   command: ["arvados-cwl-runner", "--local", "--api=containers",
592             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
593   output_path: "/var/spool/cwl"
594   cwd: "/var/spool/cwl"
595   priority: 1
596   state: Uncommitted
597   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
598   mounts: {
599         "/var/lib/cwl/workflow.json": {
600             "kind": "json",
601             "content": {
602                 "cwlVersion": "v1.0",
603                 "class": "CommandLineTool",
604                 "baseCommand": ["echo"],
605                 "inputs": [
606                     {
607                         "type": "File",
608                         "id": "file_type",
609                         "inputBinding": {"position": 1}
610                     }
611                 ],
612                 "outputs": []
613             }
614         },
615         "/var/lib/cwl/cwl.input.json": {
616             "kind": "json",
617             "content": {}
618         },
619         "stdout": {
620             "kind": "file",
621             "path": "/var/spool/cwl/cwl.output.json"
622         },
623         "/var/spool/cwl": {
624             "kind": "collection",
625             "writable": true
626         }
627     }
628   runtime_constraints:
629     vcpus: 1
630     ram: 256000000
631     API: true
632
633 uncommitted-with-required-and-optional-inputs:
634   uuid: zzzzz-xvhdp-cr4uncommitted3
635   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
636   name: uncommitted with required and optional inputs
637   created_at: 2016-01-11 11:11:11.111111111 Z
638   updated_at: 2016-01-11 11:11:11.111111111 Z
639   modified_at: 2016-01-11 11:11:11.111111111 Z
640   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
641   command: ["arvados-cwl-runner", "--local", "--api=containers",
642             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
643   output_path: "/var/spool/cwl"
644   cwd: "/var/spool/cwl"
645   priority: 1
646   state: Uncommitted
647   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
648   mounts: {
649         "/var/lib/cwl/workflow.json": {
650             "kind": "json",
651             "content": {
652                 "cwlVersion": "v1.0",
653                 "class": "CommandLineTool",
654                 "baseCommand": ["echo"],
655                 "inputs": [
656                     {
657                         "type": "int",
658                         "id": "int_required",
659                         "inputBinding": {"position": 1}
660                     },
661                     {
662                         "type": ["null", "int"],
663                         "id": "int_optional",
664                         "inputBinding": {"position": 1}
665                     }
666                 ],
667                 "outputs": []
668             }
669         },
670         "/var/lib/cwl/cwl.input.json": {
671             "kind": "json",
672             "content": {}
673         },
674         "stdout": {
675             "kind": "file",
676             "path": "/var/spool/cwl/cwl.output.json"
677         },
678         "/var/spool/cwl": {
679             "kind": "collection",
680             "writable": true
681         }
682     }
683   runtime_constraints:
684     vcpus: 1
685     ram: 256000000
686     API: true
687
688 # Test Helper trims the rest of the file
689
690 # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper
691
692 # container requests in project_with_2_pipelines_and_60_crs
693 <% for i in 1..60 do %>
694 cr_<%=i%>_of_60:
695   uuid: zzzzz-xvhdp-oneof60crs<%= i.to_s.rjust(5, '0') %>
696   created_at: <%= ((i+5)/5).hour.ago.to_s(:db) %>
697   owner_uuid: zzzzz-j7d0g-nnncrspipelines
698   name: cr-<%= i.to_s %>
699   output_path: test
700   command: ["echo", "hello"]
701 <% end %>
702
703 # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper