[ARVADOS] updated: d0d23fee4fedf740b5c74ffe7b69bbbb115ede50

git at public.curoverse.com git at public.curoverse.com
Thu Nov 20 10:04:05 EST 2014


Summary of changes:
 doc/api/schema/Job.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  d0d23fee4fedf740b5c74ffe7b69bbbb115ede50 (commit)
      from  46c5fde8d33d7816c0c7cb0409e35e88f4eb2889 (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 d0d23fee4fedf740b5c74ffe7b69bbbb115ede50
Author: Brett Smith <brett at curoverse.com>
Date:   Thu Nov 20 10:04:03 2014 -0500

    4027: Document that SDK version constraint requires Docker image.

diff --git a/doc/api/schema/Job.html.textile.liquid b/doc/api/schema/Job.html.textile.liquid
index e2363ac..e583041 100644
--- a/doc/api/schema/Job.html.textile.liquid
+++ b/doc/api/schema/Job.html.textile.liquid
@@ -53,7 +53,7 @@ h3. Runtime constraints
 
 table(table table-bordered table-condensed).
 |_. Key|_. Type|_. Description|_. Implemented|
-|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.||
+|arvados_sdk_version|string|The Git version of the SDKs to use from the Arvados git repository.  See "Specifying Git versions":#script_version for more detail about acceptable ways to specify a commit.  If you use this, you must also specify a @docker_image@ constraint (see below).||
 |docker_image|string|The Docker image that this Job needs to run.  If specified, Crunch will create a Docker container from this image, and run the Job's script inside that.  The Keep mount and work directories will be available as volumes inside this container.  The image must be uploaded to Arvados using @arv keep docker at .  You may specify the image in any format that Docker accepts, such as @arvados/jobs@, @debian:latest@, or the Docker image id.  Alternatively, you may specify the UUID or portable data hash of the image Collection, returned by @arv keep docker at .|✓|
 |min_nodes|integer||✓|
 |max_nodes|integer|||

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list