Merge branch '9687-container-request-display'
[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   exit_code: 0
73   priority: 1
74   created_at: 2016-01-11 11:11:11.111111111 Z
75   updated_at: 2016-01-11 11:11:11.111111111 Z
76   started_at: 2016-01-11 11:11:11.111111111 Z
77   finished_at: 2016-01-12 11:12:13.111111111 Z
78   container_image: test
79   cwd: test
80   log: ea10d51bcf88862dbcc36eb292017dfd+45
81   output: zzzzz-4zz18-znfnqtbbv4spc3w
82   output_path: test
83   command: ["echo", "hello"]
84   runtime_constraints:
85     ram: 12000000000
86     vcpus: 4
87
88 completed_older:
89   uuid: zzzzz-dz642-compltcontainr2
90   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
91   state: Complete
92   exit_code: 0
93   priority: 1
94   created_at: 2016-01-11 11:11:11.111111111 Z
95   updated_at: 2016-01-11 11:11:11.111111111 Z
96   started_at: 2016-01-13 11:11:11.111111111 Z
97   finished_at: 2016-01-14 11:12:13.111111111 Z
98   container_image: test
99   cwd: test
100   output: test
101   output_path: test
102   command: ["echo", "hello"]
103   runtime_constraints:
104     ram: 12000000000
105     vcpus: 4
106
107 requester:
108   uuid: zzzzz-dz642-requestingcntnr
109   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
110   state: Complete
111   exit_code: 0
112   priority: 1
113   created_at: 2016-01-11 11:11:11.111111111 Z
114   updated_at: 2016-01-11 11:11:11.111111111 Z
115   container_image: test
116   cwd: test
117   output: test
118   output_path: test
119   command: ["echo", "hello"]
120   runtime_constraints:
121     ram: 12000000000
122     vcpus: 4
123
124 requester_container:
125   uuid: zzzzz-dz642-requestercntnr1
126   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
127   state: Complete
128   exit_code: 0
129   priority: 1
130   created_at: 2016-01-11 11:11:11.111111111 Z
131   updated_at: 2016-01-11 11:11:11.111111111 Z
132   container_image: test
133   cwd: test
134   output: test
135   output_path: test
136   command: ["echo", "hello"]
137   runtime_constraints:
138     ram: 12000000000
139     vcpus: 4
140   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
141
142 failed_container:
143   uuid: zzzzz-dz642-failedcntnr
144   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
145   state: Complete
146   exit_code: 33
147   priority: 1
148   created_at: 2016-01-11 11:11:11.111111111 Z
149   updated_at: 2016-01-11 11:11:11.111111111 Z
150   container_image: test
151   cwd: test
152   output: test
153   output_path: test
154   command: ["echo", "hello"]
155   runtime_constraints:
156     ram: 12000000000
157     vcpus: 4