X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1dcd10a37c3dd8166ddf06053d895d546f8ad3d4..bcad695db9a1c3aac5807faa153086e653107f51:/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 ab0400a678..dca89f56d3 100644 --- a/services/api/test/fixtures/container_requests.yml +++ b/services/api/test/fixtures/container_requests.yml @@ -20,6 +20,11 @@ queued: runtime_constraints: vcpus: 1 ram: 123 + cuda: + driver_version: "" + hardware_capability: "" + device_count: 0 + mounts: {} running: uuid: zzzzz-xvhdp-cr4runningcntnr @@ -36,6 +41,10 @@ running: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontainr + mounts: + /tmp: + kind: tmp + capacity: 24000000000 runtime_constraints: vcpus: 1 ram: 123 @@ -56,6 +65,10 @@ requester_for_running: command: ["echo", "hello"] container_uuid: zzzzz-dz642-logscontainer03 requesting_container_uuid: zzzzz-dz642-runningcontainr + mounts: + /tmp: + kind: tmp + capacity: 24000000000 runtime_constraints: vcpus: 1 ram: 123 @@ -75,6 +88,10 @@ running_older: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontain2 + mounts: + /tmp: + kind: tmp + capacity: 24000000000 runtime_constraints: vcpus: 1 ram: 123 @@ -99,6 +116,7 @@ completed: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} completed-older: uuid: zzzzz-xvhdp-cr4completedcr2 @@ -120,6 +138,7 @@ completed-older: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} completed_diagnostics: name: CWL diagnostics hasher @@ -365,6 +384,7 @@ requester: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} cr_for_requester: uuid: zzzzz-xvhdp-cr4requestercnt @@ -385,6 +405,7 @@ cr_for_requester: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} cr_for_requester2: uuid: zzzzz-xvhdp-cr4requestercn2 @@ -404,6 +425,7 @@ cr_for_requester2: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} running_anonymous_accessible: uuid: zzzzz-xvhdp-runninganonaccs @@ -420,6 +442,10 @@ running_anonymous_accessible: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontain2 + mounts: + /tmp: + kind: tmp + capacity: 24000000000 runtime_constraints: vcpus: 1 ram: 123 @@ -442,6 +468,7 @@ cr_for_failed: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} canceled_with_queued_container: uuid: zzzzz-xvhdp-canceledqueuedc @@ -461,6 +488,7 @@ canceled_with_queued_container: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} canceled_with_locked_container: uuid: zzzzz-xvhdp-canceledlocekdc @@ -480,6 +508,7 @@ canceled_with_locked_container: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} canceled_with_running_container: uuid: zzzzz-xvhdp-canceledrunning @@ -496,6 +525,10 @@ canceled_with_running_container: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-runningcontainr + mounts: + /tmp: + kind: tmp + capacity: 24000000000 runtime_constraints: vcpus: 1 ram: 123 @@ -514,6 +547,10 @@ running_to_be_deleted: cwd: test output_path: test command: ["echo", "hello"] + mounts: + /tmp: + kind: tmp + capacity: 24000000000 container_uuid: zzzzz-dz642-runnincntrtodel runtime_constraints: vcpus: 1 @@ -539,18 +576,23 @@ completed_with_input_mounts: container_uuid: zzzzz-dz642-compltcontainer log_uuid: zzzzz-4zz18-logcollection01 output_uuid: zzzzz-4zz18-znfnqtbbv4spc3w - mounts: - /var/lib/cwl/cwl.input.json: - content: - input1: - basename: foo - class: File - location: "keep:fa7aeb5140e2848d39b416daeef4ffc5+45/foo" - input2: - basename: bar - class: File - location: "keep:fa7aeb5140e2848d39b416daeef4ffc5+45/bar" - /var/lib/cwl/workflow.json: "keep:f9ddda46bb293b6847da984e3aa735db+290" + mounts: { + "/var/lib/cwl/cwl.input.json": { + "kind": "json", + "content": { + "input1": { + "basename": "foo", + "class": "File", + "location": "keep:fa7aeb5140e2848d39b416daeef4ffc5+45/foo", + }, + "input2": { + "basename": "bar", + "class": "File", + "location": "keep:fa7aeb5140e2848d39b416daeef4ffc5+45/bar", + } + } + } + } uncommitted: uuid: zzzzz-xvhdp-cr4uncommittedc @@ -991,6 +1033,7 @@ cr_in_trashed_project: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} runtime_token: uuid: zzzzz-xvhdp-11eklkhy0n4dm86 @@ -1011,6 +1054,7 @@ runtime_token: runtime_constraints: vcpus: 1 ram: 123 + mounts: {} # Test Helper trims the rest of the file @@ -1026,6 +1070,7 @@ cr_<%=i%>_of_60: name: cr-<%= i.to_s %> output_path: test command: ["echo", "hello"] + mounts: {} <% end %> # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper