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