X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f35ca630699460653f03702afec4a57866130421..374a802e502d044973fd21ca68d2f6ab707bd770:/services/api/test/fixtures/container_requests.yml diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml index 64b11fe152..dcaf657d42 100644 --- a/services/api/test/fixtures/container_requests.yml +++ b/services/api/test/fixtures/container_requests.yml @@ -36,7 +36,7 @@ running: vcpus: 1 ram: 123 -running-older: +running_older: uuid: zzzzz-xvhdp-cr4runningcntn2 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz name: running @@ -93,6 +93,25 @@ completed-older: vcpus: 1 ram: 123 +requester: + uuid: zzzzz-xvhdp-9zacv3o1xw6sxz5 + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: requester + state: Committed + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-11 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: / + output_path: /output + command: ["request-another-container", "echo", "hello"] + container_uuid: zzzzz-dz642-requestingcntnr + runtime_constraints: + vcpus: 1 + ram: 123 + cr_for_requester: uuid: zzzzz-xvhdp-cr4requestercnt owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz @@ -151,6 +170,25 @@ running_anonymous_accessible: vcpus: 1 ram: 123 +cr_for_failed: + uuid: zzzzz-xvhdp-cr4failedcontnr + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: cr for container exit code not 0 + state: Committed + priority: 1 + created_at: 2016-01-11 11:11:11.111111111 Z + updated_at: 2016-01-11 11:11:11.111111111 Z + modified_at: 2016-01-11 11:11:11.111111111 Z + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-failedcntnr + runtime_constraints: + vcpus: 1 + ram: 123 + uncommitted: uuid: zzzzz-xvhdp-cr4uncommittedc owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz @@ -223,27 +261,6 @@ uncommitted: "id": "ex_long", "inputBinding": {"position": 1} }, - { - "doc": "any parameter can be turned into an optional array with [\"null\", {\"type\": \"array\", \"items\": \"the_type\"}\n", - "type": [ - "null", - { - "items": "File", - "type": "array" - } - ], - "id": "ex_opt_file_array", - "inputBinding": {"position": 1} - }, - { - "doc": "any parameter can be made optional by providing a union of [\"null\", \"the_type\"]\n", - "type": [ - "null", - "string" - ], - "id": "ex_opt_string", - "inputBinding": {"position": 1} - }, { "type": "string", "id": "ex_string", @@ -364,27 +381,6 @@ uncommitted_ready_to_run: "id": "ex_long", "inputBinding": {"position": 1} }, - { - "doc": "any parameter can be turned into an optional array with [\"null\", {\"type\": \"array\", \"items\": \"the_type\"}\n", - "type": [ - "null", - { - "items": "File", - "type": "array" - } - ], - "id": "ex_opt_file_array", - "inputBinding": {"position": 1} - }, - { - "doc": "any parameter can be made optional by providing a union of [\"null\", \"the_type\"]\n", - "type": [ - "null", - "string" - ], - "id": "ex_opt_string", - "inputBinding": {"position": 1} - }, { "type": "string", "id": "ex_string",