5737: Merge branch 'master' into 5737-ruby231
[arvados.git] / services / api / test / fixtures / containers.yml
1 queued:
2   uuid: zzzzz-dz642-queuedcontainer
3   owner_uuid: zzzzz-tpzed-000000000000000
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_path: test
11   command: ["echo", "hello"]
12   runtime_constraints:
13     ram: 12000000000
14     vcpus: 4
15
16 running:
17   uuid: zzzzz-dz642-runningcontainr
18   owner_uuid: zzzzz-tpzed-000000000000000
19   state: Running
20   priority: 1
21   created_at: <%= 1.minute.ago.to_s(:db) %>
22   updated_at: <%= 1.minute.ago.to_s(:db) %>
23   started_at: <%= 1.minute.ago.to_s(:db) %>
24   container_image: test
25   cwd: test
26   output_path: test
27   command: ["echo", "hello"]
28   runtime_constraints:
29     ram: 12000000000
30     vcpus: 4
31   auth_uuid: zzzzz-gj3su-077z32aux8dg2s2
32
33 running_older:
34   uuid: zzzzz-dz642-runningcontain2
35   owner_uuid: zzzzz-tpzed-000000000000000
36   state: Running
37   priority: 1
38   created_at: <%= 2.minute.ago.to_s(:db) %>
39   updated_at: <%= 2.minute.ago.to_s(:db) %>
40   started_at: <%= 2.minute.ago.to_s(:db) %>
41   container_image: test
42   cwd: test
43   output_path: test
44   command: ["echo", "hello"]
45   runtime_constraints:
46     ram: 12000000000
47     vcpus: 4
48
49 locked:
50   uuid: zzzzz-dz642-lockedcontainer
51   owner_uuid: zzzzz-tpzed-000000000000000
52   state: Locked
53   priority: 2
54   created_at: <%= 2.minute.ago.to_s(:db) %>
55   updated_at: <%= 2.minute.ago.to_s(:db) %>
56   container_image: test
57   cwd: test
58   output_path: test
59   command: ["echo", "hello"]
60   runtime_constraints:
61     ram: 12000000000
62     vcpus: 4
63
64 completed:
65   uuid: zzzzz-dz642-compltcontainer
66   owner_uuid: zzzzz-tpzed-000000000000000
67   state: Complete
68   exit_code: 0
69   priority: 1
70   created_at: 2016-01-11 11:11:11.111111111 Z
71   updated_at: 2016-01-11 11:11:11.111111111 Z
72   started_at: 2016-01-11 11:11:11.111111111 Z
73   finished_at: 2016-01-12 11:12:13.111111111 Z
74   container_image: test
75   cwd: test
76   log: ea10d51bcf88862dbcc36eb292017dfd+45
77   output: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
78   output_path: test
79   command: ["echo", "hello"]
80   runtime_constraints:
81     ram: 12000000000
82     vcpus: 4
83
84 completed_older:
85   uuid: zzzzz-dz642-compltcontainr2
86   owner_uuid: zzzzz-tpzed-000000000000000
87   state: Complete
88   exit_code: 0
89   priority: 1
90   created_at: 2016-01-11 11:11:11.111111111 Z
91   updated_at: 2016-01-11 11:11:11.111111111 Z
92   started_at: 2016-01-13 11:11:11.111111111 Z
93   finished_at: 2016-01-14 11:12:13.111111111 Z
94   container_image: test
95   cwd: test
96   output: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
97   output_path: test
98   command: ["echo", "hello"]
99   runtime_constraints:
100     ram: 12000000000
101     vcpus: 4
102
103 requester:
104   uuid: zzzzz-dz642-requestingcntnr
105   owner_uuid: zzzzz-tpzed-000000000000000
106   state: Complete
107   exit_code: 0
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: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
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-000000000000000
123   state: Complete
124   exit_code: 0
125   priority: 1
126   created_at: 2016-01-11 11:11:11.111111111 Z
127   updated_at: 2016-01-11 11:11:11.111111111 Z
128   container_image: test
129   cwd: test
130   output: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
131   output_path: test
132   command: ["echo", "hello"]
133   runtime_constraints:
134     ram: 12000000000
135     vcpus: 4
136   auth_uuid: zzzzz-gj3su-077z32aux8dg2s3
137
138 failed_container:
139   uuid: zzzzz-dz642-failedcontainr1
140   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
141   state: Complete
142   exit_code: 33
143   priority: 1
144   created_at: 2016-01-11 11:11:11.111111111 Z
145   updated_at: 2016-01-11 11:11:11.111111111 Z
146   container_image: test
147   cwd: test
148   output: 1f4b0bc7583c2a7f9102c395f4ffc5e3+45
149   output_path: test
150   command: ["echo", "hello"]
151   runtime_constraints:
152     ram: 12000000000
153     vcpus: 4
154
155 ancient_container_with_logs:
156   uuid: zzzzz-dz642-logscontainer01
157   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
158   state: Complete
159   exit_code: 0
160   priority: 1
161   created_at: <%= 2.year.ago.to_s(:db) %>
162   updated_at: <%= 2.year.ago.to_s(:db) %>
163   container_image: test
164   cwd: test
165   output_path: test
166   command: ["echo", "hello"]
167   runtime_constraints:
168     ram: 12000000000
169     vcpus: 4
170   finished_at: <%= 2.year.ago.to_s(:db) %>
171   log: ea10d51bcf88862dbcc36eb292017dfd+45
172   output: test
173
174 previous_container_with_logs:
175   uuid: zzzzz-dz642-logscontainer02
176   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
177   state: Complete
178   exit_code: 0
179   priority: 1
180   created_at: <%= 1.month.ago.to_s(:db) %>
181   updated_at: <%= 1.month.ago.to_s(:db) %>
182   container_image: test
183   cwd: test
184   output_path: test
185   command: ["echo", "hello"]
186   runtime_constraints:
187     ram: 12000000000
188     vcpus: 4
189   finished_at: <%= 1.month.ago.to_s(:db) %>
190   log: ea10d51bcf88862dbcc36eb292017dfd+45
191   output: test
192
193 running_container_with_logs:
194   uuid: zzzzz-dz642-logscontainer03
195   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
196   state: Running
197   priority: 1
198   created_at: <%= 1.hour.ago.to_s(:db) %>
199   updated_at: <%= 1.hour.ago.to_s(:db) %>
200   container_image: test
201   cwd: test
202   output_path: test
203   command: ["echo", "hello"]
204   runtime_constraints:
205     ram: 12000000000
206     vcpus: 4