Merge branch 'master' into 8650-container-work-unit
[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 completed:
18   uuid: zzzzz-dz642-compltcontainer
19   owner_uuid: zzzzz-tpzed-000000000000000
20   state: Complete
21   priority: 1
22   created_at: 2016-01-11 11:11:11.111111111 Z
23   updated_at: 2016-01-11 11:11:11.111111111 Z
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
33 running:
34   uuid: zzzzz-dz642-runningcontainr
35   owner_uuid: zzzzz-tpzed-000000000000000
36   state: Running
37   priority: 1
38   created_at: 2016-01-11 11:11:11.111111111 Z
39   updated_at: 2016-01-11 11:11:11.111111111 Z
40   container_image: test
41   cwd: test
42   output: test
43   output_path: test
44   command: ["echo", "hello"]
45   runtime_constraints:
46     ram: 12000000000
47     vcpus: 4
48
49 requester:
50   uuid: zzzzz-dz642-requestingcntnr
51   owner_uuid: zzzzz-tpzed-000000000000000
52   state: Complete
53   priority: 1
54   created_at: 2016-01-11 11:11:11.111111111 Z
55   updated_at: 2016-01-11 11:11:11.111111111 Z
56   container_image: test
57   cwd: test
58   output: test
59   output_path: test
60   command: ["echo", "hello"]
61   runtime_constraints:
62     ram: 12000000000
63     vcpus: 4