9623: Removed fixtures additions meant for Container reuse tests because some of...
[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_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-xurymjxw79nv3jz
19   state: Running
20   priority: 1
21   progress: 10.0
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_path: test
28   command: ["echo", "hello"]
29   runtime_constraints:
30     ram: 12000000000
31     vcpus: 4
32   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
33
34 running_older:
35   uuid: zzzzz-dz642-runningcontain2
36   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
37   state: Running
38   priority: 1
39   progress: 15.0
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_path: test
46   command: ["echo", "hello"]
47   runtime_constraints:
48     ram: 12000000000
49     vcpus: 4
50
51 locked:
52   uuid: zzzzz-dz642-lockedcontainer
53   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
54   state: Locked
55   priority: 2
56   created_at: <%= 2.minute.ago.to_s(:db) %>
57   updated_at: <%= 2.minute.ago.to_s(:db) %>
58   container_image: test
59   cwd: test
60   output_path: test
61   command: ["echo", "hello"]
62   runtime_constraints:
63     ram: 12000000000
64     vcpus: 4
65
66 locked_higher_priority:
67   uuid: zzzzz-dz642-lockedcontainerhigher
68   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
69   state: Locked
70   priority: 3
71   created_at: <%= 2.minute.ago.to_s(:db) %>
72   updated_at: <%= 2.minute.ago.to_s(:db) %>
73   container_image: test
74   cwd: test
75   output_path: test
76   command: ["echo", "hello"]
77   runtime_constraints:
78     ram: 12000000000
79     vcpus: 4
80
81 completed:
82   uuid: zzzzz-dz642-compltcontainer
83   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
84   state: Complete
85   exit_code: 0
86   priority: 1
87   created_at: 2016-01-11 11:11:11.111111111 Z
88   updated_at: 2016-01-11 11:11:11.111111111 Z
89   started_at: 2016-01-11 11:11:11.111111111 Z
90   finished_at: 2016-01-12 11:12:13.111111111 Z
91   container_image: test
92   cwd: test
93   log: ea10d51bcf88862dbcc36eb292017dfd+45
94   output: zzzzz-4zz18-znfnqtbbv4spc3w
95   output_path: test
96   command: ["echo", "hello"]
97   runtime_constraints:
98     ram: 12000000000
99     vcpus: 4
100
101 completed_older:
102   uuid: zzzzz-dz642-compltcontainr2
103   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
104   state: Complete
105   exit_code: 0
106   priority: 1
107   created_at: 2016-01-11 11:11:11.111111111 Z
108   updated_at: 2016-01-11 11:11:11.111111111 Z
109   started_at: 2016-01-13 11:11:11.111111111 Z
110   finished_at: 2016-01-14 11:12:13.111111111 Z
111   container_image: test
112   cwd: test
113   output: test
114   log: test
115   output_path: test
116   command: ["echo", "hello"]
117   runtime_constraints:
118     ram: 12000000000
119     vcpus: 4
120
121 requester:
122   uuid: zzzzz-dz642-requestingcntnr
123   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
124   state: Complete
125   exit_code: 0
126   priority: 1
127   created_at: 2016-01-11 11:11:11.111111111 Z
128   updated_at: 2016-01-11 11:11:11.111111111 Z
129   container_image: test
130   cwd: test
131   output: test
132   output_path: test
133   command: ["echo", "hello"]
134   runtime_constraints:
135     ram: 12000000000
136     vcpus: 4
137
138 requester_container:
139   uuid: zzzzz-dz642-requestercntnr1
140   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
141   state: Complete
142   exit_code: 0
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: test
149   output_path: test
150   command: ["echo", "hello"]
151   runtime_constraints:
152     ram: 12000000000
153     vcpus: 4
154   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
155
156 failed_container:
157   uuid: zzzzz-dz642-failedcntnr
158   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
159   state: Complete
160   exit_code: 33
161   priority: 1
162   created_at: 2016-01-11 11:11:11.111111111 Z
163   updated_at: 2016-01-11 11:11:11.111111111 Z
164   container_image: test
165   cwd: test
166   output: test
167   log: test
168   output_path: test
169   command: ["echo", "hello"]
170   runtime_constraints:
171     ram: 12000000000
172     vcpus: 4