Merge branch 'origin-9043-test-edit-container-request' closes #9043
[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   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-xurymjxw79nv3jz
90   state: Complete
91   priority: 1
92   created_at: 2016-01-11 11:11:11.111111111 Z
93   updated_at: 2016-01-11 11:11:11.111111111 Z
94   started_at: 2016-01-13 11:11:11.111111111 Z
95   finished_at: 2016-01-14 11:12:13.111111111 Z
96   container_image: test
97   cwd: test
98   output: test
99   output_path: test
100   command: ["echo", "hello"]
101   runtime_constraints:
102     ram: 12000000000
103     vcpus: 4
104
105 requester:
106   uuid: zzzzz-dz642-requestingcntnr
107   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
108   state: Complete
109   priority: 1
110   created_at: 2016-01-11 11:11:11.111111111 Z
111   updated_at: 2016-01-11 11:11:11.111111111 Z
112   container_image: test
113   cwd: test
114   output: test
115   output_path: test
116   command: ["echo", "hello"]
117   runtime_constraints:
118     ram: 12000000000
119     vcpus: 4
120
121 requester_container:
122   uuid: zzzzz-dz642-requestercntnr1
123   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
124   state: Complete
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