[ARVADOS] updated: 1.3.0-838-g0d7f05d04

Git user git at public.curoverse.com
Fri May 3 15:43:05 UTC 2019


Summary of changes:
 services/api/app/models/container_request.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  0d7f05d043e440d95119ede224920afd1c70da11 (commit)
      from  cf7cdeb32bc3596f644ab0871924972abf972290 (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 0d7f05d043e440d95119ede224920afd1c70da11
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri May 3 11:40:43 2019 -0400

    Fix mistake setting container_count_max from wrong config parameter
    
    refs #13996
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/api/app/models/container_request.rb b/services/api/app/models/container_request.rb
index 45db4ee91..c412e4b85 100644
--- a/services/api/app/models/container_request.rb
+++ b/services/api/app/models/container_request.rb
@@ -217,7 +217,7 @@ class ContainerRequest < ArvadosModel
     self.mounts ||= {}
     self.secret_mounts ||= {}
     self.cwd ||= "."
-    self.container_count_max ||= Rails.configuration.Containers.MaxComputeVMs
+    self.container_count_max ||= Rails.configuration.Containers.MaxRetryAttempts
     self.scheduling_parameters ||= {}
     self.output_ttl ||= 0
     self.priority ||= 0

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list