X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/734335da27f27e2177d3b931b1e5e9e8e83a042f..296aa66f8770b18dcc1ea6b82cacd7c0c047922b:/services/api/test/fixtures/containers.yml diff --git a/services/api/test/fixtures/containers.yml b/services/api/test/fixtures/containers.yml index d1f4c7bdc8..7e2de6d8ca 100644 --- a/services/api/test/fixtures/containers.yml +++ b/services/api/test/fixtures/containers.yml @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + queued: uuid: zzzzz-dz642-queuedcontainer owner_uuid: zzzzz-tpzed-000000000000000 @@ -12,12 +16,19 @@ queued: runtime_constraints: ram: 12000000000 vcpus: 4 + mounts: + /tmp: + kind: tmp + capacity: 24000000000 + /var/spool/cwl: + kind: tmp + capacity: 24000000000 running: uuid: zzzzz-dz642-runningcontainr owner_uuid: zzzzz-tpzed-000000000000000 state: Running - priority: 1 + priority: 12 created_at: <%= 1.minute.ago.to_s(:db) %> updated_at: <%= 1.minute.ago.to_s(:db) %> started_at: <%= 1.minute.ago.to_s(:db) %> @@ -50,6 +61,7 @@ locked: uuid: zzzzz-dz642-lockedcontainer owner_uuid: zzzzz-tpzed-000000000000000 state: Locked + locked_by_uuid: zzzzz-gj3su-k9dvestay1plssr priority: 2 created_at: <%= 2.minute.ago.to_s(:db) %> updated_at: <%= 2.minute.ago.to_s(:db) %> @@ -204,3 +216,20 @@ running_container_with_logs: runtime_constraints: ram: 12000000000 vcpus: 4 + +running_to_be_deleted: + uuid: zzzzz-dz642-runnincntrtodel + owner_uuid: zzzzz-tpzed-000000000000000 + state: Running + priority: 1 + created_at: <%= 1.minute.ago.to_s(:db) %> + updated_at: <%= 1.minute.ago.to_s(:db) %> + started_at: <%= 1.minute.ago.to_s(:db) %> + container_image: test + cwd: test + output_path: test + command: ["echo", "hello"] + runtime_constraints: + ram: 12000000000 + vcpus: 4 + auth_uuid: zzzzz-gj3su-077z32aux8dg2s2