Merge branch 'master' into 9766-register-workflow
[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: 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-000000000000000
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: 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-000000000000000
37   state: Running
38   priority: 1
39   created_at: <%= 2.minute.ago.to_s(:db) %>
40   updated_at: <%= 2.minute.ago.to_s(:db) %>
41   started_at: <%= 2.minute.ago.to_s(:db) %>
42   container_image: test
43   cwd: test
44   output: 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-000000000000000
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: test
61   output_path: test
62   command: ["echo", "hello"]
63   runtime_constraints:
64     ram: 12000000000
65     vcpus: 4
66
67 completed:
68   uuid: zzzzz-dz642-compltcontainer
69   owner_uuid: zzzzz-tpzed-000000000000000
70   state: Complete
71   exit_code: 0
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   log: ea10d51bcf88862dbcc36eb292017dfd+45
80   output: zzzzz-4zz18-znfnqtbbv4spc3w
81   output_path: test
82   command: ["echo", "hello"]
83   runtime_constraints:
84     ram: 12000000000
85     vcpus: 4
86
87 completed_older:
88   uuid: zzzzz-dz642-compltcontainr2
89   owner_uuid: zzzzz-tpzed-000000000000000
90   state: Complete
91   exit_code: 0
92   priority: 1
93   created_at: 2016-01-11 11:11:11.111111111 Z
94   updated_at: 2016-01-11 11:11:11.111111111 Z
95   started_at: 2016-01-13 11:11:11.111111111 Z
96   finished_at: 2016-01-14 11:12:13.111111111 Z
97   container_image: test
98   cwd: test
99   output: test
100   output_path: test
101   command: ["echo", "hello"]
102   runtime_constraints:
103     ram: 12000000000
104     vcpus: 4
105
106 requester:
107   uuid: zzzzz-dz642-requestingcntnr
108   owner_uuid: zzzzz-tpzed-000000000000000
109   state: Complete
110   exit_code: 0
111   priority: 1
112   created_at: 2016-01-11 11:11:11.111111111 Z
113   updated_at: 2016-01-11 11:11:11.111111111 Z
114   container_image: test
115   cwd: test
116   output: test
117   output_path: test
118   command: ["echo", "hello"]
119   runtime_constraints:
120     ram: 12000000000
121     vcpus: 4
122
123 requester_container:
124   uuid: zzzzz-dz642-requestercntnr1
125   owner_uuid: zzzzz-tpzed-000000000000000
126   state: Complete
127   exit_code: 0
128   priority: 1
129   created_at: 2016-01-11 11:11:11.111111111 Z
130   updated_at: 2016-01-11 11:11:11.111111111 Z
131   container_image: test
132   cwd: test
133   output: test
134   output_path: test
135   command: ["echo", "hello"]
136   runtime_constraints:
137     ram: 12000000000
138     vcpus: 4
139   auth_uuid: zzzzz-gj3su-077z32aux8dg2s1
140
141 failed_container:
142   uuid: zzzzz-dz642-failedcntnr
143   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
144   state: Complete
145   exit_code: 33
146   priority: 1
147   created_at: 2016-01-11 11:11:11.111111111 Z
148   updated_at: 2016-01-11 11:11:11.111111111 Z
149   container_image: test
150   cwd: test
151   output: test
152   output_path: test
153   command: ["echo", "hello"]
154   runtime_constraints:
155     ram: 12000000000
156     vcpus: 4