[ARVADOS] updated: 1.3.0-1778-gf4e2a0e7f
Git user
git at public.curoverse.com
Thu Oct 24 20:50:39 UTC 2019
Summary of changes:
sdk/cwl/arvados_cwl/arvcontainer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via f4e2a0e7fa1b248665fd3fb3998ac0fcb98e8eb6 (commit)
from 36994ebb9f4b0c3149b671e0229677c39a37cba8 (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 f4e2a0e7fa1b248665fd3fb3998ac0fcb98e8eb6
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Thu Oct 24 17:50:16 2019 -0300
15497: Adds issue # to comment.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/sdk/cwl/arvados_cwl/arvcontainer.py b/sdk/cwl/arvados_cwl/arvcontainer.py
index df4f95a82..52ab2ca4b 100644
--- a/sdk/cwl/arvados_cwl/arvcontainer.py
+++ b/sdk/cwl/arvados_cwl/arvcontainer.py
@@ -425,7 +425,7 @@ class RunnerContainer(Runner):
"ram": 1024*1024 * (math.ceil(self.submit_runner_ram) + math.ceil(self.collection_cache_size)),
"API": True
},
- "use_existing": False, # Never reuse the runner container
+ "use_existing": False, # Never reuse the runner container - see #15497.
"properties": {}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list