[ARVADOS] updated: a3cda5ea4f4b7822eb4be95f82937e17b37bd366
Git user
git at public.curoverse.com
Sun Aug 28 00:29:03 EDT 2016
Summary of changes:
services/api/test/fixtures/container_requests.yml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
via a3cda5ea4f4b7822eb4be95f82937e17b37bd366 (commit)
from c8fd30d6353b88061deee66516515bbdc7f8652d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a3cda5ea4f4b7822eb4be95f82937e17b37bd366
Author: Tom Clegg <tom at curoverse.com>
Date: Sat Aug 27 23:31:37 2016 -0400
9799: Add missing container request, so container fixture is visible to test user.
diff --git a/services/api/test/fixtures/container_requests.yml b/services/api/test/fixtures/container_requests.yml
index a2660b7..8130d69 100644
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@ -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
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list