X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6de67b677d281b99b53ee9a25c9228523fdf7ee2..918e16de43e993894dcaffbe0cafa0fc1d2f16b3:/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 e916e47f60..76f59c29f8 100644 --- a/services/api/test/fixtures/container_requests.yml +++ b/services/api/test/fixtures/container_requests.yml @@ -36,6 +36,26 @@ running: vcpus: 1 ram: 123 +requester_for_running: + uuid: zzzzz-xvhdp-req4runningcntr + owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz + name: requester_for_running_cr + state: Committed + priority: 1 + created_at: <%= 2.minute.ago.to_s(:db) %> + updated_at: <%= 2.minute.ago.to_s(:db) %> + modified_at: <%= 2.minute.ago.to_s(:db) %> + modified_by_user_uuid: zzzzz-tpzed-xurymjxw79nv3jz + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + container_uuid: zzzzz-dz642-logscontainer03 + requesting_container_uuid: zzzzz-dz642-runningcontainr + runtime_constraints: + vcpus: 1 + ram: 123 + running_older: uuid: zzzzz-xvhdp-cr4runningcntn2 owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz @@ -70,6 +90,8 @@ completed: output_path: test command: ["echo", "hello"] container_uuid: zzzzz-dz642-compltcontainer + log_uuid: zzzzz-4zz18-y9vne9npefyxh8g + output_uuid: zzzzz-4zz18-znfnqtbbv4spc3w runtime_constraints: vcpus: 1 ram: 123 @@ -184,7 +206,7 @@ cr_for_failed: cwd: test output_path: test command: ["echo", "hello"] - container_uuid: zzzzz-dz642-failedcntnr + container_uuid: zzzzz-dz642-failedcontainr1 runtime_constraints: vcpus: 1 ram: 123