8028: crunch-dispatch-local implementation
[arvados.git] / services / api / test / fixtures / containers.yml
1 queued:
2   uuid: zzzzz-dz642-queuedcontainer
3   owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
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
14 completed:
15   uuid: zzzzz-dz642-compltcontainer
16   owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
17   state: Complete
18   priority: 1
19   created_at: 2016-01-11 11:11:11.111111111 Z
20   updated_at: 2016-01-11 11:11:11.111111111 Z
21   container_image: test
22   cwd: test
23   output: test
24   output_path: test
25   command: ["echo", "hello"]