9372: Corrected dashboard display to list container_requests, not containers as imple...
[arvados.git] / services / api / test / fixtures / containers.yml
1 queued:
2   uuid: zzzzz-dz642-queuedcontainer
3   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
4   state: Queued
5   priority: 1
6   created_at: 2016-01-11 11:11:11.111111111 Z
7   updated_at: 2016-01-11 11:11:11.111111111 Z
8   container_image: test
9   cwd: test
10   output: test
11   output_path: test
12   command: ["echo", "hello"]
13   runtime_constraints:
14     ram: 12000000000
15     vcpus: 4
16
17 running:
18   uuid: zzzzz-dz642-runningcontainr
19   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
20   state: Running
21   priority: 1
22   created_at: <%= 1.minute.ago.to_s(:db) %>
23   updated_at: <%= 1.minute.ago.to_s(:db) %>
24   started_at: <%= 1.minute.ago.to_s(:db) %>
25   container_image: test
26   cwd: test
27   output: test
28   output_path: test
29   command: ["echo", "hello"]
30   runtime_constraints:
31     ram: 12000000000
32     vcpus: 4
33   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
34
35 running-older:
36   uuid: zzzzz-dz642-runningcontain2
37   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
38   state: Running
39   priority: 1
40   created_at: <%= 2.minute.ago.to_s(:db) %>
41   updated_at: <%= 2.minute.ago.to_s(:db) %>
42   started_at: <%= 2.minute.ago.to_s(:db) %>
43   container_image: test
44   cwd: test
45   output: test
46   output_path: test
47   command: ["echo", "hello"]
48   runtime_constraints:
49     ram: 12000000000
50     vcpus: 4
51
52 locked:
53   uuid: zzzzz-dz642-lockedcontainer
54   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
55   state: Locked
56   priority: 2
57   created_at: <%= 2.minute.ago.to_s(:db) %>
58   updated_at: <%= 2.minute.ago.to_s(:db) %>
59   container_image: test
60   cwd: test
61   output: test
62   output_path: test
63   command: ["echo", "hello"]
64   runtime_constraints:
65     ram: 12000000000
66     vcpus: 4
67
68 completed:
69   uuid: zzzzz-dz642-compltcontainer
70   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
71   state: Complete
72   priority: 1
73   created_at: 2016-01-11 11:11:11.111111111 Z
74   updated_at: 2016-01-11 11:11:11.111111111 Z
75   started_at: 2016-01-11 11:11:11.111111111 Z
76   finished_at: 2016-01-12 11:12:13.111111111 Z
77   container_image: test
78   cwd: test
79   output: zzzzz-4zz18-znfnqtbbv4spc3w
80   output_path: test
81   command: ["echo", "hello"]
82   runtime_constraints:
83     ram: 12000000000
84     vcpus: 4
85
86 completed_older:
87   uuid: zzzzz-dz642-compltcontainr2
88   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
89   state: Complete
90   priority: 1
91   created_at: 2016-01-11 11:11:11.111111111 Z
92   updated_at: 2016-01-11 11:11:11.111111111 Z
93   started_at: 2016-01-13 11:11:11.111111111 Z
94   finished_at: 2016-01-14 11:12:13.111111111 Z
95   container_image: test
96   cwd: test
97   output: test
98   output_path: test
99   command: ["echo", "hello"]
100   runtime_constraints:
101     ram: 12000000000
102     vcpus: 4
103
104 requester:
105   uuid: zzzzz-dz642-requestingcntnr
106   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
107   state: Complete
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   container_image: test
112   cwd: test
113   output: test
114   output_path: test
115   command: ["echo", "hello"]
116   runtime_constraints:
117     ram: 12000000000
118     vcpus: 4
119
120 requester_container:
121   uuid: zzzzz-dz642-requestercntnr1
122   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
123   state: Complete
124   priority: 1
125   created_at: 2016-01-11 11:11:11.111111111 Z
126   updated_at: 2016-01-11 11:11:11.111111111 Z
127   container_image: test
128   cwd: test
129   output: test
130   output_path: test
131   command: ["echo", "hello"]
132   runtime_constraints:
133     ram: 12000000000
134     vcpus: 4
135   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1