Merge branch '8784-dir-listings'
[arvados.git] / services / api / test / fixtures / jobs.yml
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: AGPL-3.0
4
5 running:
6   uuid: zzzzz-8i9sb-pshmckwoma9plh7
7   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
8   cancelled_at: ~
9   cancelled_by_user_uuid: ~
10   cancelled_by_client_uuid: ~
11   created_at: <%= 3.minute.ago.to_s(:db) %>
12   started_at: <%= 3.minute.ago.to_s(:db) %>
13   finished_at: ~
14   script: hash
15   repository: active/foo
16   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
17   running: true
18   success: ~
19   output: ~
20   priority: 0
21   log: ~
22   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
23   tasks_summary:
24     failed: 0
25     todo: 3
26     running: 1
27     done: 1
28   runtime_constraints: {}
29   state: Running
30   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
31
32 running_cancelled:
33   uuid: zzzzz-8i9sb-4cf0nhn6xte809j
34   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
35   cancelled_at: <%= 1.minute.ago.to_s(:db) %>
36   cancelled_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
37   cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej
38   created_at: <%= 4.minute.ago.to_s(:db) %>
39   started_at: <%= 3.minute.ago.to_s(:db) %>
40   finished_at: ~
41   script: hash
42   repository: active/foo
43   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
44   running: true
45   success: ~
46   output: ~
47   priority: 0
48   log: ~
49   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
50   tasks_summary:
51     failed: 0
52     todo: 3
53     running: 1
54     done: 1
55   runtime_constraints: {}
56   state: Cancelled
57   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
58
59 uses_nonexistent_script_version:
60   uuid: zzzzz-8i9sb-7m339pu0x9mla88
61   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
62   cancelled_at: ~
63   cancelled_by_user_uuid: ~
64   cancelled_by_client_uuid: ~
65   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
66   created_at: <%= 5.minute.ago.to_s(:db) %>
67   started_at: <%= 3.minute.ago.to_s(:db) %>
68   finished_at: <%= 2.minute.ago.to_s(:db) %>
69   script: hash
70   repository: active/foo
71   running: false
72   success: true
73   output: d41d8cd98f00b204e9800998ecf8427e+0
74   priority: 0
75   log: d41d8cd98f00b204e9800998ecf8427e+0
76   is_locked_by_uuid: ~
77   tasks_summary:
78     failed: 0
79     todo: 0
80     running: 0
81     done: 1
82   runtime_constraints: {}
83   state: Complete
84   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
85
86 foobar:
87   uuid: zzzzz-8i9sb-aceg2bnq7jt7kon
88   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
89   cancelled_at: ~
90   cancelled_by_user_uuid: ~
91   cancelled_by_client_uuid: ~
92   script: hash
93   repository: active/foo
94   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
95   script_parameters:
96     input: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
97   created_at: <%= 4.minute.ago.to_s(:db) %>
98   started_at: <%= 3.minute.ago.to_s(:db) %>
99   finished_at: <%= 2.minute.ago.to_s(:db) %>
100   running: false
101   success: true
102   output: fa7aeb5140e2848d39b416daeef4ffc5+45
103   priority: 0
104   log: ea10d51bcf88862dbcc36eb292017dfd+45
105   is_locked_by_uuid: ~
106   tasks_summary:
107     failed: 0
108     todo: 0
109     running: 0
110     done: 1
111   runtime_constraints: {}
112   state: Complete
113   script_parameters_digest: 03a43a7d84f7fb022467b876c2950acd
114
115 barbaz:
116   uuid: zzzzz-8i9sb-cjs4pklxxjykyuq
117   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
118   cancelled_at: ~
119   cancelled_by_user_uuid: ~
120   cancelled_by_client_uuid: ~
121   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
122   script_parameters:
123     input: fa7aeb5140e2848d39b416daeef4ffc5+45
124     an_integer: 1
125   created_at: <%= 4.minute.ago.to_s(:db) %>
126   started_at: <%= 3.minute.ago.to_s(:db) %>
127   finished_at: <%= 2.minute.ago.to_s(:db) %>
128   running: false
129   success: true
130   repository: active/foo
131   output: ea10d51bcf88862dbcc36eb292017dfd+45
132   priority: 0
133   log: d41d8cd98f00b204e9800998ecf8427e+0
134   is_locked_by_uuid: ~
135   tasks_summary:
136     failed: 0
137     todo: 0
138     running: 0
139     done: 1
140   runtime_constraints: {}
141   state: Complete
142   script_parameters_digest: c3d19d3ec50ac0914baa56b149640f73
143
144 runningbarbaz:
145   uuid: zzzzz-8i9sb-cjs4pklxxjykyuj
146   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
147   cancelled_at: ~
148   cancelled_by_user_uuid: ~
149   cancelled_by_client_uuid: ~
150   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
151   script_parameters:
152     input: fa7aeb5140e2848d39b416daeef4ffc5+45
153     an_integer: 1
154   created_at: <%= 4.minute.ago.to_s(:db) %>
155   started_at: <%= 3.minute.ago.to_s(:db) %>
156   finished_at: <%= 2.minute.ago.to_s(:db) %>
157   running: true
158   success: ~
159   repository: active/foo
160   output: ea10d51bcf88862dbcc36eb292017dfd+45
161   priority: 0
162   log: d41d8cd98f00b204e9800998ecf8427e+0
163   is_locked_by_uuid: ~
164   tasks_summary:
165     failed: 0
166     todo: 0
167     running: 1
168     done: 0
169   runtime_constraints: {}
170   state: Running
171   script_parameters_digest: c3d19d3ec50ac0914baa56b149640f73
172
173 previous_job_run:
174   uuid: zzzzz-8i9sb-cjs4pklxxjykqqq
175   created_at: <%= 14.minute.ago.to_s(:db) %>
176   finished_at: <%= 13.minutes.ago.to_s(:db) %>
177   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
178   repository: active/foo
179   script: hash
180   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
181   script_parameters:
182     input: fa7aeb5140e2848d39b416daeef4ffc5+45
183     an_integer: "1"
184   success: true
185   log: d41d8cd98f00b204e9800998ecf8427e+0
186   output: ea10d51bcf88862dbcc36eb292017dfd+45
187   state: Complete
188   script_parameters_digest: a5f03bbfb8ba88a2efe4a7852671605b
189
190 previous_job_run_nil_log:
191   uuid: zzzzz-8i9sb-cjs4pklxxjykqq3
192   created_at: <%= 14.minute.ago.to_s(:db) %>
193   finished_at: <%= 13.minutes.ago.to_s(:db) %>
194   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
195   repository: active/foo
196   script: hash
197   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
198   script_parameters:
199     input: fa7aeb5140e2848d39b416daeef4ffc5+45
200     an_integer: "3"
201   success: true
202   log: ~
203   output: ea10d51bcf88862dbcc36eb292017dfd+45
204   state: Complete
205   script_parameters_digest: 445702df4029b8a6e7075b451ff1256a
206
207 previous_ancient_job_run:
208   uuid: zzzzz-8i9sb-ahd7cie8jah9qui
209   created_at: <%= 366.days.ago.to_s(:db) %>
210   finished_at: <%= 365.days.ago.to_s(:db) %>
211   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
212   repository: active/foo
213   script: hash
214   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
215   script_parameters:
216     input: fa7aeb5140e2848d39b416daeef4ffc5+45
217     an_integer: "2"
218   success: true
219   log: d41d8cd98f00b204e9800998ecf8427e+0
220   output: ea10d51bcf88862dbcc36eb292017dfd+45
221   state: Complete
222   script_parameters_digest: 174dd339d44f2b259fadbab7ebdb8df9
223
224 previous_docker_job_run:
225   uuid: zzzzz-8i9sb-k6emstgk4kw4yhi
226   created_at: <%= 14.minute.ago.to_s(:db) %>
227   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
228   repository: active/foo
229   script: hash
230   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
231   script_parameters:
232     input: fa7aeb5140e2848d39b416daeef4ffc5+45
233     an_integer: "1"
234   runtime_constraints:
235     docker_image: arvados/apitestfixture
236   success: true
237   output: ea10d51bcf88862dbcc36eb292017dfd+45
238   docker_image_locator: fa3c1a9cb6783f85f2ecda037e07b8c3+167
239   state: Complete
240   script_parameters_digest: a5f03bbfb8ba88a2efe4a7852671605b
241   log: ea10d51bcf88862dbcc36eb292017dfd+45
242
243 previous_ancient_docker_image_job_run:
244   uuid: zzzzz-8i9sb-t3b460aolxxuldl
245   created_at: <%= 144.minute.ago.to_s(:db) %>
246   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
247   repository: active/foo
248   script: hash
249   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
250   script_parameters:
251     input: fa7aeb5140e2848d39b416daeef4ffc5+45
252     an_integer: "2"
253   runtime_constraints:
254     docker_image: arvados/apitestfixture
255   success: true
256   output: ea10d51bcf88862dbcc36eb292017dfd+45
257   docker_image_locator: b519d9cb706a29fc7ea24dbea2f05851+93
258   state: Complete
259   script_parameters_digest: 174dd339d44f2b259fadbab7ebdb8df9
260
261 previous_job_run_with_arvados_sdk_version:
262   uuid: zzzzz-8i9sb-eoo0321or2dw2jg
263   created_at: <%= 14.minute.ago.to_s(:db) %>
264   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
265   repository: active/foo
266   script: hash
267   script_version: 31ce37fe365b3dc204300a3e4c396ad333ed0556
268   script_parameters:
269     input: fa7aeb5140e2848d39b416daeef4ffc5+45
270     an_integer: "1"
271   runtime_constraints:
272     arvados_sdk_version: commit2
273     docker_image: arvados/apitestfixture
274   arvados_sdk_version: 00634b2b8a492d6f121e3cf1d6587b821136a9a7
275   docker_image_locator: fa3c1a9cb6783f85f2ecda037e07b8c3+167
276   success: true
277   output: ea10d51bcf88862dbcc36eb292017dfd+45
278   state: Complete
279   script_parameters_digest: a5f03bbfb8ba88a2efe4a7852671605b
280   log: ea10d51bcf88862dbcc36eb292017dfd+45
281
282 previous_job_run_no_output:
283   uuid: zzzzz-8i9sb-cjs4pklxxjykppp
284   created_at: <%= 14.minute.ago.to_s(:db) %>
285   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
286   repository: active/foo
287   script: hash
288   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
289   script_parameters:
290     input: fa7aeb5140e2848d39b416daeef4ffc5+45
291     an_integer: "2"
292   success: true
293   output: ~
294   state: Complete
295   script_parameters_digest: 174dd339d44f2b259fadbab7ebdb8df9
296
297 previous_job_run_superseded_by_hash_branch:
298   # This supplied_script_version is a branch name with later commits.
299   uuid: zzzzz-8i9sb-aeviezu5dahph3e
300   created_at: <%= 15.minute.ago.to_s(:db) %>
301   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
302   repository: active/shabranchnames
303   script: testscript
304   script_version: 7387838c69a21827834586cc42b467ff6c63293b
305   supplied_script_version: 738783
306   script_parameters: {}
307   success: true
308   output: d41d8cd98f00b204e9800998ecf8427e+0
309   state: Complete
310   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
311
312 nondeterminisic_job_run:
313   uuid: zzzzz-8i9sb-cjs4pklxxjykyyy
314   created_at: <%= 14.minute.ago.to_s(:db) %>
315   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
316   repository: active/foo
317   script: hash2
318   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
319   script_parameters:
320     input: fa7aeb5140e2848d39b416daeef4ffc5+45
321     an_integer: "1"
322   success: true
323   nondeterministic: true
324   state: Complete
325   script_parameters_digest: a5f03bbfb8ba88a2efe4a7852671605b
326
327 nearly_finished_job:
328   uuid: zzzzz-8i9sb-2gx6rz0pjl033w3
329   created_at: <%= 14.minute.ago.to_s(:db) %>
330   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
331   repository: arvados
332   script: doesnotexist
333   script_version: 309e25a64fe994867db8459543af372f850e25b9
334   script_parameters:
335     input: b519d9cb706a29fc7ea24dbea2f05851+249025
336   started_at: <%= 3.minute.ago.to_s(:db) %>
337   finished_at: ~
338   running: true
339   success: ~
340   tasks_summary:
341     failed: 0
342     todo: 0
343     running: 1
344     done: 0
345   runtime_constraints: {}
346   state: Complete
347   script_parameters_digest: 7ea26d58a79b7f5db9f90fb1e33d3006
348
349 queued:
350   uuid: zzzzz-8i9sb-grx15v5mjnsyxk7
351   created_at: <%= 1.minute.ago.to_s(:db) %>
352   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
353   cancelled_at: ~
354   cancelled_by_user_uuid: ~
355   cancelled_by_client_uuid: ~
356   started_at: ~
357   finished_at: ~
358   script: foo
359   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
360   script_parameters: {}
361   running: ~
362   success: ~
363   output: ~
364   priority: 0
365   log: ~
366   is_locked_by_uuid: ~
367   tasks_summary: {}
368   runtime_constraints: {}
369   state: Queued
370   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
371
372 # A job with a log collection that can be parsed by the log viewer.
373 job_with_real_log:
374   uuid: zzzzz-8i9sb-0vsrcqi7whchuil
375   created_at: 2014-09-01 12:00:00
376   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
377   log: 0b9a7787660e1fce4a93f33e01376ba6+81
378   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
379   state: Complete
380   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
381
382 cancelled:
383   uuid: zzzzz-8i9sb-4cf0abc123e809j
384   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
385   cancelled_at: <%= 1.minute.ago.to_s(:db) %>
386   cancelled_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
387   cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej
388   created_at: <%= 4.minute.ago.to_s(:db) %>
389   started_at: <%= 3.minute.ago.to_s(:db) %>
390   finished_at: ~
391   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
392   running: false
393   success: ~
394   output: ~
395   priority: 0
396   log: ~
397   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
398   tasks_summary:
399     failed: 0
400     todo: 3
401     running: 1
402     done: 1
403   runtime_constraints: {}
404   state: Cancelled
405   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
406
407 job_in_subproject:
408   uuid: zzzzz-8i9sb-subprojectjob01
409   created_at: 2014-10-15 12:00:00
410   owner_uuid: zzzzz-j7d0g-axqo7eu9pwvna1x
411   log: ~
412   repository: active/foo
413   script: hash
414   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
415   state: Complete
416   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
417
418 running_will_be_completed:
419   uuid: zzzzz-8i9sb-rshmckwoma9pjh8
420   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
421   cancelled_at: ~
422   cancelled_by_user_uuid: ~
423   cancelled_by_client_uuid: ~
424   created_at: <%= 3.minute.ago.to_s(:db) %>
425   started_at: <%= 3.minute.ago.to_s(:db) %>
426   finished_at: ~
427   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
428   running: true
429   success: ~
430   output: ~
431   priority: 0
432   log: ~
433   is_locked_by_uuid: zzzzz-tpzed-d9tiejq69daie8f
434   tasks_summary:
435     failed: 0
436     todo: 3
437     running: 1
438     done: 1
439   runtime_constraints: {}
440   state: Running
441   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
442
443 graph_stage1:
444   uuid: zzzzz-8i9sb-graphstage10000
445   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
446   repository: active/foo
447   script: hash
448   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
449   state: Complete
450   output: fa7aeb5140e2848d39b416daeef4ffc5+45
451   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
452
453 graph_stage2:
454   uuid: zzzzz-8i9sb-graphstage20000
455   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
456   repository: active/foo
457   script: hash2
458   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
459   state: Complete
460   script_parameters:
461     input: fa7aeb5140e2848d39b416daeef4ffc5+45
462     input2: "stuff"
463   output: 65b17c95fdbc9800fc48acda4e9dcd0b+93
464   script_parameters_digest: 4900033ec5cfaf8a63566f3664aeaa70
465
466 graph_stage3:
467   uuid: zzzzz-8i9sb-graphstage30000
468   owner_uuid: zzzzz-j7d0g-v955i6s2oi1cbso
469   repository: active/foo
470   script: hash2
471   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
472   state: Complete
473   script_parameters:
474     input: fa7aeb5140e2848d39b416daeef4ffc5+45
475     input2: "stuff2"
476   output: ea10d51bcf88862dbcc36eb292017dfd+45
477   script_parameters_digest: 02a085407e751d00b5dc88f1bd5e8247
478
479 job_with_latest_version:
480   uuid: zzzzz-8i9sb-nj8ioxnrvjtyk2b
481   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
482   cancelled_at: ~
483   cancelled_by_user_uuid: ~
484   cancelled_by_client_uuid: ~
485   script: hash
486   repository: active/foo
487   script_version: 7def43a4d3f20789dda4700f703b5514cc3ed250
488   supplied_script_version: master
489   script_parameters:
490     input: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
491   created_at: <%= 3.minute.ago.to_s(:db) %>
492   started_at: <%= 2.minute.ago.to_s(:db) %>
493   finished_at: <%= 1.minute.ago.to_s(:db) %>
494   running: false
495   success: true
496   output: fa7aeb5140e2848d39b416daeef4ffc5+45
497   priority: 0
498   log: ea10d51bcf88862dbcc36eb292017dfd+45
499   is_locked_by_uuid: ~
500   tasks_summary:
501     failed: 0
502     todo: 0
503     running: 0
504     done: 1
505   runtime_constraints: {}
506   state: Complete
507   script_parameters_digest: 03a43a7d84f7fb022467b876c2950acd
508
509 running_job_in_publicly_accessible_project:
510   uuid: zzzzz-8i9sb-n7omg50bvt0m1nf
511   owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
512   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
513   repository: active/foo
514   script: running_job_script
515   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
516   state: Running
517   script_parameters:
518     input: fa7aeb5140e2848d39b416daeef4ffc5+45
519     input2: "stuff2"
520   script_parameters_digest: 02a085407e751d00b5dc88f1bd5e8247
521
522 completed_job_in_publicly_accessible_project:
523   uuid: zzzzz-8i9sb-jyq01m7in1jlofj
524   owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
525   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
526   repository: active/foo
527   script: completed_job_script
528   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
529   state: Complete
530   script_parameters:
531     input: fa7aeb5140e2848d39b416daeef4ffc5+45
532     input2: "stuff2"
533   log: zzzzz-4zz18-4en62shvi99lxd4
534   output: b519d9cb706a29fc7ea24dbea2f05851+93
535   script_parameters_digest: 02a085407e751d00b5dc88f1bd5e8247
536   started_at: <%= 10.minute.ago.to_s(:db) %>
537   finished_at: <%= 5.minute.ago.to_s(:db) %>
538
539 job_in_publicly_accessible_project_but_other_objects_elsewhere:
540   uuid: zzzzz-8i9sb-jyq01muyhgr4ofj
541   owner_uuid: zzzzz-j7d0g-zhxawtyetzwc5f0
542   modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
543   repository: active/foo
544   script: completed_job_script
545   script_version: 4fe459abe02d9b365932b8f5dc419439ab4e2577
546   state: Complete
547   script_parameters:
548     input: fa7aeb5140e2848d39b416daeef4ffc5+45
549     input2: "stuff2"
550   log: zzzzz-4zz18-fy296fx3hot09f7
551   output: zzzzz-4zz18-bv31uwvy3neko21
552   script_parameters_digest: 02a085407e751d00b5dc88f1bd5e8247
553
554 running_job_with_components:
555   uuid: zzzzz-8i9sb-with2components
556   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
557   cancelled_at: ~
558   cancelled_by_user_uuid: ~
559   cancelled_by_client_uuid: ~
560   created_at: <%= 3.minute.ago.to_s(:db) %>
561   started_at: <%= 3.minute.ago.to_s(:db) %>
562   finished_at: ~
563   script: hash
564   repository: active/foo
565   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
566   running: true
567   success: ~
568   output: ~
569   priority: 0
570   log: ~
571   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
572   tasks_summary:
573     failed: 0
574     todo: 3
575     running: 1
576     done: 1
577   runtime_constraints: {}
578   state: Running
579   components:
580     component1: zzzzz-8i9sb-jyq01m7in1jlofj
581     component2: zzzzz-d1hrv-partdonepipelin
582   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
583
584 # This main level job is in running state with one job and one pipeline instance components
585 running_job_with_components_at_level_1:
586   uuid: zzzzz-8i9sb-jobcomponentsl1
587   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
588   cancelled_at: ~
589   cancelled_by_user_uuid: ~
590   cancelled_by_client_uuid: ~
591   created_at: <%= 12.hour.ago.to_s(:db) %>
592   started_at: <%= 12.hour.ago.to_s(:db) %>
593   finished_at: ~
594   repository: active/foo
595   script: hash
596   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
597   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
598   running: true
599   success: ~
600   output: ~
601   priority: 0
602   log: ~
603   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
604   tasks_summary:
605     failed: 0
606     todo: 3
607     running: 1
608     done: 1
609   runtime_constraints: {}
610   state: Running
611   components:
612     component1: zzzzz-8i9sb-jobcomponentsl2
613     component2: zzzzz-d1hrv-picomponentsl02
614
615 # This running job, a child of level_1, has one child component
616 running_job_with_components_at_level_2:
617   uuid: zzzzz-8i9sb-jobcomponentsl2
618   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
619   cancelled_at: ~
620   cancelled_by_user_uuid: ~
621   cancelled_by_client_uuid: ~
622   created_at: <%= 12.hour.ago.to_s(:db) %>
623   started_at: <%= 12.hour.ago.to_s(:db) %>
624   finished_at: ~
625   repository: active/foo
626   script: hash
627   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
628   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
629   running: true
630   success: ~
631   output: ~
632   priority: 0
633   log: ~
634   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
635   tasks_summary:
636     failed: 0
637     todo: 3
638     running: 1
639     done: 1
640   runtime_constraints: {}
641   state: Running
642   components:
643     component1: zzzzz-8i9sb-job1atlevel3noc
644
645 # The below two running jobs, children of level_2, have no child components
646 running_job_1_with_components_at_level_3:
647   uuid: zzzzz-8i9sb-job1atlevel3noc
648   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
649   cancelled_at: ~
650   cancelled_by_user_uuid: ~
651   cancelled_by_client_uuid: ~
652   created_at: <%= 12.hour.ago.to_s(:db) %>
653   started_at: <%= 12.hour.ago.to_s(:db) %>
654   finished_at: ~
655   repository: active/foo
656   script: hash
657   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
658   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
659   running: true
660   success: ~
661   output: ~
662   priority: 0
663   log: ~
664   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
665   tasks_summary:
666     failed: 0
667     todo: 3
668     running: 1
669     done: 1
670   runtime_constraints: {}
671   state: Running
672
673 running_job_2_with_components_at_level_3:
674   uuid: zzzzz-8i9sb-job2atlevel3noc
675   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
676   cancelled_at: ~
677   cancelled_by_user_uuid: ~
678   cancelled_by_client_uuid: ~
679   created_at: <%= 12.hour.ago.to_s(:db) %>
680   started_at: <%= 12.hour.ago.to_s(:db) %>
681   finished_at: ~
682   repository: active/foo
683   script: hash
684   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
685   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
686   running: true
687   success: ~
688   output: ~
689   priority: 0
690   log: ~
691   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
692   tasks_summary:
693     failed: 0
694     todo: 3
695     running: 1
696     done: 1
697   runtime_constraints: {}
698   state: Running
699
700 # The two jobs below are so confused, they have circular relationship
701 running_job_1_with_circular_component_relationship:
702   uuid: zzzzz-8i9sb-job1withcirculr
703   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
704   cancelled_at: ~
705   cancelled_by_user_uuid: ~
706   cancelled_by_client_uuid: ~
707   created_at: <%= 12.hour.ago.to_s(:db) %>
708   started_at: <%= 12.hour.ago.to_s(:db) %>
709   finished_at: ~
710   repository: active/foo
711   script: hash
712   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
713   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
714   running: true
715   success: ~
716   output: ~
717   priority: 0
718   log: ~
719   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
720   tasks_summary:
721     failed: 0
722     todo: 3
723     running: 1
724     done: 1
725   runtime_constraints: {}
726   state: Running
727   components:
728     component1: zzzzz-8i9sb-job2withcirculr
729
730 running_job_2_with_circular_component_relationship:
731   uuid: zzzzz-8i9sb-job2withcirculr
732   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
733   cancelled_at: ~
734   cancelled_by_user_uuid: ~
735   cancelled_by_client_uuid: ~
736   created_at: <%= 12.hour.ago.to_s(:db) %>
737   started_at: <%= 12.hour.ago.to_s(:db) %>
738   finished_at: ~
739   repository: active/foo
740   script: hash
741   script_version: 1de84a854e2b440dc53bf42f8548afa4c17da332
742   script_parameters_digest: 99914b932bd37a50b983c5e7c90ae93b
743   running: true
744   success: ~
745   output: ~
746   priority: 0
747   log: ~
748   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
749   tasks_summary:
750     failed: 0
751     todo: 3
752     running: 1
753     done: 1
754   runtime_constraints: {}
755   state: Running
756   components:
757     component1: zzzzz-8i9sb-job1withcirculr