[ARVADOS] updated: 2.1.0-25-g4513a54a9

Git user git at public.arvados.org
Wed Oct 21 20:14:13 UTC 2020


Summary of changes:
 apps/workbench/app/controllers/work_units_controller.rb | 1 +
 1 file changed, 1 insertion(+)

       via  4513a54a9af3198be882d2f8f4be2260383efd7c (commit)
      from  801add452adb8804711ee10deff82243913fc9df (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 4513a54a9af3198be882d2f8f4be2260383efd7c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Oct 21 16:13:50 2020 -0400

    17010: When running workflow from workbench, enable reuse by default
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/apps/workbench/app/controllers/work_units_controller.rb b/apps/workbench/app/controllers/work_units_controller.rb
index ba2f66abe..237cf2755 100644
--- a/apps/workbench/app/controllers/work_units_controller.rb
+++ b/apps/workbench/app/controllers/work_units_controller.rb
@@ -126,6 +126,7 @@ class WorkUnitsController < ApplicationController
       end
 
       attrs['command'] = ["arvados-cwl-runner",
+                          "--enable-reuse",
                           "--local",
                           "--api=containers",
                           "--project-uuid=#{params['work_unit']['owner_uuid']}",

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list