Allow users to cancel a running crunch job by updating cancelled_at
[arvados.git] / services / api / test / fixtures / jobs.yml
1 running:
2   uuid: zzzzz-8i9sb-pshmckwoma9plh7
3   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
4   cancelled_at: ~
5   cancelled_by_user_uuid: ~
6   cancelled_by_client_uuid: ~
7   started_at: <%= 3.minute.ago.to_s(:db) %>
8   finished_at: ~
9   running: true
10   success: ~
11   output: ~
12   priority: ~
13   log: ~
14   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
15   tasks_summary:
16     failed: 0
17     todo: 3
18     running: 1
19     done: 1
20   runtime_constraints: {}
21
22 running_cancelled:
23   uuid: zzzzz-8i9sb-4cf0nhn6xte809j
24   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
25   cancelled_at: <%= 1.minute.ago.to_s(:db) %>
26   cancelled_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz
27   cancelled_by_client_uuid: zzzzz-ozdt8-obw7foaks3qjyej
28   started_at: <%= 3.minute.ago.to_s(:db) %>
29   finished_at: ~
30   running: true
31   success: ~
32   output: ~
33   priority: ~
34   log: ~
35   is_locked_by_uuid: zzzzz-tpzed-xurymjxw79nv3jz
36   tasks_summary:
37     failed: 0
38     todo: 3
39     running: 1
40     done: 1
41   runtime_constraints: {}