Merge branch '9623-reuse-containers'
[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-077z32aux8dg2s1
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: zzzzz-4zz18-znfnqtbbv4spc3w
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: test
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: 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-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: test
131   output_path: test
132   command: ["echo", "hello"]
133   runtime_constraints:
134     ram: 12000000000
135     vcpus: 4
136   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
137
138 failed_container:
139   uuid: zzzzz-dz642-failedcntnr
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: test
149   output_path: test
150   command: ["echo", "hello"]
151   runtime_constraints:
152     ram: 12000000000
153     vcpus: 4