[ARVADOS] updated: 5152e0bf159151eaf04d31b788d57bebf7ab089b

Git user git at public.curoverse.com
Thu Apr 13 15:54:26 EDT 2017


Summary of changes:
 sdk/cwl/arvados_cwl/runner.py | 2 +-
 sdk/cwl/tests/listing-job.yml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 sdk/cwl/tests/listing-job.yml

       via  5152e0bf159151eaf04d31b788d57bebf7ab089b (commit)
       via  a3488ff35d219b943f3f52c07914fddf2009a140 (commit)
      from  574dc168c559dd680d26be1306c4a3d8b936c6e8 (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 5152e0bf159151eaf04d31b788d57bebf7ab089b
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Apr 13 15:54:15 2017 -0400

    11462: Runner asks for 3000 MB of RAM by default instead of 1024.

diff --git a/sdk/cwl/arvados_cwl/runner.py b/sdk/cwl/arvados_cwl/runner.py
index 1c10fe8..57a6723 100644
--- a/sdk/cwl/arvados_cwl/runner.py
+++ b/sdk/cwl/arvados_cwl/runner.py
@@ -265,7 +265,7 @@ class Runner(object):
         if submit_runner_ram:
             self.submit_runner_ram = submit_runner_ram
         else:
-            self.submit_runner_ram = 1024
+            self.submit_runner_ram = 3000
 
         if self.submit_runner_ram <= 0:
             raise Exception("Value of --submit-runner-ram must be greater than zero")

commit a3488ff35d219b943f3f52c07914fddf2009a140
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Apr 13 15:48:50 2017 -0400

    11462: Add missing test file.

diff --git a/sdk/cwl/tests/listing-job.yml b/sdk/cwl/tests/listing-job.yml
new file mode 100644
index 0000000..b885342
--- /dev/null
+++ b/sdk/cwl/tests/listing-job.yml
@@ -0,0 +1,3 @@
+d:
+  class: Directory
+  location: tmp1
\ No newline at end of file

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list