[ARVADOS] updated: 3678eda6ea138d948919944d1b54e680ba20ea81

Git user git at public.curoverse.com
Tue Aug 30 15:38:40 EDT 2016


Summary of changes:
 apps/workbench/Gemfile                             |   2 +
 apps/workbench/Gemfile.lock                        |   2 +
 .../app/controllers/collections_controller.rb      |   7 -
 .../controllers/container_requests_controller.rb   |  45 ++-
 .../controllers/work_unit_templates_controller.rb  |  30 ++
 .../app/controllers/work_units_controller.rb       |  77 ++++
 apps/workbench/app/helpers/application_helper.rb   | 143 +++++++
 apps/workbench/app/models/container_work_unit.rb   |   7 +
 .../app/models/pipeline_instance_work_unit.rb      |   4 +
 apps/workbench/app/models/work_unit.rb             |   4 +
 .../_choose_rows.html.erb                          |   0
 apps/workbench/app/views/collections/show.html.erb |  40 +-
 .../views/container_requests/_show_inputs.html.erb |  40 ++
 .../app/views/projects/_show_dashboard.html.erb    |   8 +-
 apps/workbench/app/views/projects/show.html.erb    |  10 +-
 .../views/workflows/_show_chooser_preview.html.erb |   3 +
 apps/workbench/config/load_config.rb               |   2 +-
 apps/workbench/config/routes.rb                    |   2 +
 .../controllers/collections_controller_test.rb     |   7 -
 .../test/integration/application_layout_test.rb    |  25 ++
 .../test/integration/container_requests_test.rb    |  99 +++++
 apps/workbench/test/integration/projects_test.rb   |  23 ++
 .../collections_perf_test.rb                       |   4 +-
 build/go-package-scripts/postinst                  |  31 ++
 build/go-package-scripts/prerm                     |  19 +
 build/run-build-docker-images.sh                   |   8 +-
 build/run-library.sh                               |  13 +-
 doc/_config.yml                                    |   6 +
 doc/_includes/_install_compute_docker.liquid       |  45 +++
 doc/_includes/_install_compute_fuse.liquid         |  17 +
 doc/_includes/_install_docker_cleaner.liquid       |  41 ++
 .../install-compute-node.html.textile.liquid       |  39 ++
 .../install-dispatch.html.textile.liquid           | 114 ++++++
 .../install-prerequisites.html.textile.liquid      |   9 +
 .../crunch2-slurm/install-test.html.textile.liquid | 109 ++++++
 .../install-compute-node.html.textile.liquid       |  82 +---
 sdk/cwl/tests/test_submit.py                       |  10 +-
 sdk/python/arvados/arvfile.py                      |  13 +-
 sdk/python/arvados/collection.py                   |  36 +-
 sdk/python/tests/test_arvfile.py                   |  31 +-
 sdk/python/tests/test_collections.py               |  42 +++
 services/api/Gemfile.lock                          |   3 -
 .../app/controllers/arvados/v1/jobs_controller.rb  | 153 ++++----
 .../api/app/models/api_client_authorization.rb     |   4 +-
 services/api/app/models/arvados_model.rb           |   8 +-
 services/api/app/models/collection.rb              |   6 -
 services/api/app/models/container_request.rb       |   4 +-
 services/api/app/models/job.rb                     |  20 +
 services/api/config/application.default.yml        |   8 +
 ...9195557_add_script_parameters_digest_to_jobs.rb |   6 +
 ...0819195725_populate_script_parameters_digest.rb |  21 ++
 services/api/db/structure.sql                      |  16 +-
 services/api/test/fixtures/container_requests.yml  | 416 +++++++++++++++++++++
 services/api/test/fixtures/jobs.yml                |  28 ++
 services/api/test/fixtures/workflows.yml           |  33 +-
 .../arvados/v1/job_reuse_controller_test.rb        |   4 +-
 services/api/test/unit/container_request_test.rb   |   6 +-
 services/api/test/unit/job_test.rb                 |  16 +
 services/api/test/unit/log_test.rb                 |  37 +-
 .../crunch-dispatch-slurm/crunch-dispatch-slurm.go |   7 +-
 .../crunch-dispatch-slurm.service                  |  12 +
 61 files changed, 1788 insertions(+), 269 deletions(-)
 create mode 100644 apps/workbench/app/controllers/work_unit_templates_controller.rb
 copy apps/workbench/app/views/{pipeline_templates => application}/_choose_rows.html.erb (100%)
 create mode 100644 apps/workbench/app/views/container_requests/_show_inputs.html.erb
 create mode 100644 apps/workbench/app/views/workflows/_show_chooser_preview.html.erb
 create mode 100644 apps/workbench/test/integration/container_requests_test.rb
 create mode 100755 build/go-package-scripts/postinst
 create mode 100755 build/go-package-scripts/prerm
 create mode 100644 doc/_includes/_install_compute_docker.liquid
 create mode 100644 doc/_includes/_install_compute_fuse.liquid
 create mode 100644 doc/_includes/_install_docker_cleaner.liquid
 create mode 100644 doc/install/crunch2-slurm/install-compute-node.html.textile.liquid
 create mode 100644 doc/install/crunch2-slurm/install-dispatch.html.textile.liquid
 create mode 100644 doc/install/crunch2-slurm/install-prerequisites.html.textile.liquid
 create mode 100644 doc/install/crunch2-slurm/install-test.html.textile.liquid
 create mode 100644 services/api/db/migrate/20160819195557_add_script_parameters_digest_to_jobs.rb
 create mode 100644 services/api/db/migrate/20160819195725_populate_script_parameters_digest.rb
 create mode 100644 services/crunch-dispatch-slurm/crunch-dispatch-slurm.service

       via  3678eda6ea138d948919944d1b54e680ba20ea81 (commit)
       via  7497b21c937bb6e8451f16047945b7cfc9081a53 (commit)
       via  18196667a4e772ee6ba782ffd5fddf302b963739 (commit)
       via  965d03c7e9e8f08e0c3005ec221dfdb0e8a6bf16 (commit)
       via  7ee36999363fdad6b957747bb96ae3ded5973bc8 (commit)
       via  9b98829c565a2aa487d21ecd7f9429c23d0cec20 (commit)
       via  63f93d45b8e96c709906fbb242ad7078f1f66968 (commit)
       via  97d6365ee6a5f5bde1c8571fe1d2f3777a67cc3f (commit)
       via  e93aaa7abf13b71c87c3ba1fea7a7a5d53df1095 (commit)
       via  f35ca630699460653f03702afec4a57866130421 (commit)
       via  7213d3096cdb5d5e03b559a04f88fcd22a835076 (commit)
       via  f502351f855098ecdc76819a0340e1ab06d2c2d8 (commit)
       via  f2c6c618fba3b262d1b5e0f54a1421c9660df9bd (commit)
       via  cbba74fcd57b7b81337d44c2e663ba317e6538de (commit)
       via  2bd7edf29bad74e61da31b801afd85b4c33ef7fe (commit)
       via  3bdb80dfd5dee326bf66f5025997cce5aca6cbff (commit)
       via  b7e7c0861ed70524e8aff0aa82a35a887619dff8 (commit)
       via  241a1049be1eb101723a3714125eef8baa3c33dc (commit)
       via  a8a872728016791ed1452171ee20829d3ac44fa4 (commit)
       via  695702b379a7be5abd96742ffee7f4f4bfcef2a8 (commit)
       via  a8b2cadecb56f990831d4ce5de079b2c33253cf6 (commit)
       via  1c4506929f883a25240e5cbc0a5e55597b9ddb1b (commit)
       via  2dc894c77d63c4e0f8ddfaf4df6067872e60da81 (commit)
       via  04897299db36ce0e467fe09bc0e4e25d8a932ff8 (commit)
       via  1062d90268c69372ff98be2d86cf7d9423c31da0 (commit)
       via  c4916927cdfad0fff3cc8b121405b2518dcabb26 (commit)
       via  b02e3cf1ccf3c9f50252c416b84932377270ddab (commit)
       via  d18557927ac033c2e33c1f7770881367b252f329 (commit)
       via  f6a485f2af3665d66d93621d3e0c40ee3e541eef (commit)
       via  e18a2167616da4d45fa3314df55483c4b1862240 (commit)
       via  9192507c4d15cd083231d16331c96bd197c79cec (commit)
       via  44af40bbc9c3617100d7360809275140ac7b7cd2 (commit)
       via  d25acd6794de48d6927cd5d6250cedef3ba4e2d1 (commit)
       via  7d4f5d69a2dced1bb0c807da46a791e094a8cc47 (commit)
       via  382f262d2c9c2c104808fa4bb38fb395e28c85bc (commit)
       via  3ffd38b8e0792fc68be55d954cd65ab32f64586a (commit)
       via  369b6de63a042bd7b0a95a5510f0260a314c2361 (commit)
       via  8382fe1d7ee8c0c050873c05f0702d35c5e1305f (commit)
       via  ffc0c0768c4d2dc9aae3d4e3be3cb5584e42a4ba (commit)
       via  1c258a38bf9170704728c10d42cdb31f286137d3 (commit)
       via  897f8c02f36454c6627d0c5fb78c6adb03137a28 (commit)
       via  5c30ff39945f72a633db91b52ba881ac5b02f762 (commit)
       via  282d1464bdc2584d69a2a7734106acc67d6a16e6 (commit)
       via  bfccffd3ca2ea0ee4c129f52f8a1907c973f3951 (commit)
       via  321b2b5486a7e64527eae9718c54425de9285d7c (commit)
       via  3f23d6fdf6fd1808249840a3635c1afe47726dfe (commit)
       via  7ffda8eec81106fe7d017f8fdb67ef1fa1a0f761 (commit)
       via  728faddf2628bf1ee9123a0673cb75f4d2ce74fe (commit)
       via  19b9a0324dd6ffd179e09fa11e97d3d2c4b98fcb (commit)
       via  f9ffb421cddf3a1bfcb6d79b31958b4d54ed5906 (commit)
      from  a3b87eea221b1c169fd1e953c8263e63646a2da1 (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 3678eda6ea138d948919944d1b54e680ba20ea81
Merge: a3b87ee 7497b21
Author: Lucas Di Pentima <lucas at curoverse.com>
Date:   Tue Aug 30 16:37:48 2016 -0300

    Merge branch 'master' into 9687-container-request-display

diff --cc services/api/test/fixtures/container_requests.yml
index e9b3fd4,2216524..433aff2
--- a/services/api/test/fixtures/container_requests.yml
+++ b/services/api/test/fixtures/container_requests.yml
@@@ -151,25 -151,422 +151,441 @@@ running_anonymous_accessible
      vcpus: 1
      ram: 123
  
 +cr_for_failed:
 +  uuid: zzzzz-xvhdp-cr4failedcontnr
 +  owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
 +  name: cr for container exit code not 0
 +  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: test
 +  output_path: test
 +  command: ["echo", "hello"]
 +  container_uuid: zzzzz-dz642-failedcntnr
 +  runtime_constraints:
 +    vcpus: 1
 +    ram: 123
 +
+ uncommitted:
+   uuid: zzzzz-xvhdp-cr4uncommittedc
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   name: uncommitted
+   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
+   command: ["arvados-cwl-runner", "--local", "--api=containers",
+             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
+   output_path: "/var/spool/cwl"
+   cwd: "/var/spool/cwl"
+   priority: 1
+   state: "Uncommitted"
+   container_image: arvados/jobs
+   mounts: {
+         "/var/lib/cwl/workflow.json": {
+             "kind": "json",
+             "content": {
+                 "cwlVersion": "v1.0",
+                 "class": "CommandLineTool",
+                 "baseCommand": ["echo"],
+                 "inputs": [
+                     {
+                         "doc": "a longer documentation string for this parameter (optional)",
+                         "type": "boolean",
+                         "id": "ex_boolean",
+                         "label": "a short label for this parameter (optional)",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "boolean"],
+                         "id": "ex_boolean_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "doc": "directory selection should present the workbench collection picker",
+                         "type": "Directory",
+                         "id": "ex_dir",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "double",
+                         "id": "ex_double",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "doc": "file selection should present the workbench file picker",
+                         "type": "File",
+                         "id": "ex_file",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "float",
+                         "id": "ex_float",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "int",
+                         "id": "ex_int",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "int"],
+                         "id": "ex_int_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "long",
+                         "id": "ex_long",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "string",
+                         "id": "ex_string",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "string"],
+                         "id": "ex_string_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": {
+                             "type": "enum",
+                             "symbols": ["a", "b", "c"]
+                         },
+                         "id": "ex_enum",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", {
+                             "type": "enum",
+                             "symbols": ["a", "b", "c"]
+                         }],
+                         "id": "ex_enum_opt",
+                         "inputBinding": {"position": 1}
+                     }
+                 ],
+                 "outputs": []
+             }
+         },
+         "/var/lib/cwl/cwl.input.json": {
+             "kind": "json",
+             "content": {}
+         },
+         "stdout": {
+             "kind": "file",
+             "path": "/var/spool/cwl/cwl.output.json"
+         },
+         "/var/spool/cwl": {
+             "kind": "collection",
+             "writable": true
+         }
+     }
+   runtime_constraints:
+     vcpus: 1
+     ram: 256000000
+     API: true
+ 
+ uncommitted_ready_to_run:
+   uuid: zzzzz-xvhdp-cr4uncommittedd
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   name: uncommitted_ready_to_run
+   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
+   command: ["arvados-cwl-runner", "--local", "--api=containers",
+             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
+   output_path: "/var/spool/cwl"
+   cwd: "/var/spool/cwl"
+   priority: 1
+   state: "Uncommitted"
+   container_image: arvados/jobs
+   mounts: {
+         "/var/lib/cwl/workflow.json": {
+             "kind": "json",
+             "content": {
+                 "cwlVersion": "v1.0",
+                 "class": "CommandLineTool",
+                 "baseCommand": ["echo"],
+                 "inputs": [
+                     {
+                         "doc": "a longer documentation string for this parameter (optional)",
+                         "type": "boolean",
+                         "id": "ex_boolean",
+                         "label": "a short label for this parameter (optional)",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "boolean"],
+                         "id": "ex_boolean_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "doc": "directory selection should present the workbench collection picker",
+                         "type": "Directory",
+                         "id": "ex_dir",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "double",
+                         "id": "ex_double",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "doc": "file selection should present the workbench file picker",
+                         "type": "File",
+                         "id": "ex_file",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "float",
+                         "id": "ex_float",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "int",
+                         "id": "ex_int",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "int"],
+                         "id": "ex_int_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "long",
+                         "id": "ex_long",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": "string",
+                         "id": "ex_string",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "string"],
+                         "id": "ex_string_opt",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": {
+                             "type": "enum",
+                             "symbols": ["a", "b", "c"]
+                         },
+                         "id": "ex_enum",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", {
+                             "type": "enum",
+                             "symbols": ["a", "b", "c"]
+                         }],
+                         "id": "ex_enum_opt",
+                         "inputBinding": {"position": 1}
+                     }
+                 ],
+                 "outputs": []
+             }
+         },
+         "/var/lib/cwl/cwl.input.json": {
+             "kind": "json",
+             "content": {
+               "ex_string_opt": null,
+               "ex_int_opt": null,
+               "ex_boolean": false,
+               "ex_boolean_opt": true,
+               "ex_dir": {
+                 "class": "Directory",
+                 "location": "keep:1f4b0bc7583c2a7f9102c395f4ffc5e3+45",
+                 "arv:collection": "zzzzz-4zz18-znfnqtbbv4spc3w"
+               },
+               "ex_double": 66.0,
+               "ex_file": {
+                 "class": "File",
+                 "location": "keep:1f4b0bc7583c2a7f9102c395f4ffc5e3+45/foo",
+                 "arv:collection": "zzzzz-4zz18-znfnqtbbv4spc3w/foo"
+               },
+               "ex_float": 55.0,
+               "ex_int": 55,
+               "ex_long": 22,
+               "ex_string": "qq",
+               "ex_enum": "a"
+             }
+         },
+         "stdout": {
+             "kind": "file",
+             "path": "/var/spool/cwl/cwl.output.json"
+         },
+         "/var/spool/cwl": {
+             "kind": "collection",
+             "writable": true
+         }
+     }
+   runtime_constraints:
+     vcpus: 1
+     ram: 256000000
+     API: true
+ 
+ uncommitted-with-directory-input:
+   uuid: zzzzz-xvhdp-cr4uncommitted2
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   name: uncommitted with directory input
+   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
+   command: ["arvados-cwl-runner", "--local", "--api=containers",
+             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
+   output_path: "/var/spool/cwl"
+   cwd: "/var/spool/cwl"
+   priority: 1
+   state: Uncommitted
+   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
+   mounts: {
+         "/var/lib/cwl/workflow.json": {
+             "kind": "json",
+             "content": {
+                 "cwlVersion": "v1.0",
+                 "class": "CommandLineTool",
+                 "baseCommand": ["echo"],
+                 "inputs": [
+                     {
+                         "type": "Directory",
+                         "id": "directory_type",
+                         "inputBinding": {"position": 1}
+                     }
+                 ],
+                 "outputs": []
+             }
+         },
+         "/var/lib/cwl/cwl.input.json": {
+             "kind": "json",
+             "content": {}
+         },
+         "stdout": {
+             "kind": "file",
+             "path": "/var/spool/cwl/cwl.output.json"
+         },
+         "/var/spool/cwl": {
+             "kind": "collection",
+             "writable": true
+         }
+     }
+   runtime_constraints:
+     vcpus: 1
+     ram: 256000000
+     API: true
+ 
+ uncommitted-with-file-input:
+   uuid: zzzzz-xvhdp-cr4uncommittedf
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   name: uncommitted with directory input
+   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
+   command: ["arvados-cwl-runner", "--local", "--api=containers",
+             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
+   output_path: "/var/spool/cwl"
+   cwd: "/var/spool/cwl"
+   priority: 1
+   state: Uncommitted
+   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
+   mounts: {
+         "/var/lib/cwl/workflow.json": {
+             "kind": "json",
+             "content": {
+                 "cwlVersion": "v1.0",
+                 "class": "CommandLineTool",
+                 "baseCommand": ["echo"],
+                 "inputs": [
+                     {
+                         "type": "File",
+                         "id": "file_type",
+                         "inputBinding": {"position": 1}
+                     }
+                 ],
+                 "outputs": []
+             }
+         },
+         "/var/lib/cwl/cwl.input.json": {
+             "kind": "json",
+             "content": {}
+         },
+         "stdout": {
+             "kind": "file",
+             "path": "/var/spool/cwl/cwl.output.json"
+         },
+         "/var/spool/cwl": {
+             "kind": "collection",
+             "writable": true
+         }
+     }
+   runtime_constraints:
+     vcpus: 1
+     ram: 256000000
+     API: true
+ 
+ uncommitted-with-required-and-optional-inputs:
+   uuid: zzzzz-xvhdp-cr4uncommitted3
+   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
+   name: uncommitted with required and optional inputs
+   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
+   command: ["arvados-cwl-runner", "--local", "--api=containers",
+             "/var/lib/cwl/workflow.json", "/var/lib/cwl/cwl.input.json"]
+   output_path: "/var/spool/cwl"
+   cwd: "/var/spool/cwl"
+   priority: 1
+   state: Uncommitted
+   container_image: fa3c1a9cb6783f85f2ecda037e07b8c3+167
+   mounts: {
+         "/var/lib/cwl/workflow.json": {
+             "kind": "json",
+             "content": {
+                 "cwlVersion": "v1.0",
+                 "class": "CommandLineTool",
+                 "baseCommand": ["echo"],
+                 "inputs": [
+                     {
+                         "type": "int",
+                         "id": "int_required",
+                         "inputBinding": {"position": 1}
+                     },
+                     {
+                         "type": ["null", "int"],
+                         "id": "int_optional",
+                         "inputBinding": {"position": 1}
+                     }
+                 ],
+                 "outputs": []
+             }
+         },
+         "/var/lib/cwl/cwl.input.json": {
+             "kind": "json",
+             "content": {}
+         },
+         "stdout": {
+             "kind": "file",
+             "path": "/var/spool/cwl/cwl.output.json"
+         },
+         "/var/spool/cwl": {
+             "kind": "collection",
+             "writable": true
+         }
+     }
+   runtime_constraints:
+     vcpus: 1
+     ram: 256000000
+     API: true
+ 
  # Test Helper trims the rest of the file
  
  # Do not add your fixtures below this line as the rest of this file will be trimmed by test_helper

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list