8128: Add runtime tokens for containers, and locks for multiple dispatchers
[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