[ARVADOS] updated: 2.4.0-14-g0ec225af2

Git user git at public.arvados.org
Thu Apr 28 15:08:04 UTC 2022


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

       via  0ec225af2500880545dfeef46da3030d6a0de43c (commit)
      from  22191360b2a3c40e92f4c994242771cf2c0a6e3e (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 0ec225af2500880545dfeef46da3030d6a0de43c
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Wed Apr 27 16:18:57 2022 -0400

    19075: When constructing a workflow request, set use_existing=false
    
    refs #19075
    
    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 237cf2755..86e3cdd91 100644
--- a/apps/workbench/app/controllers/work_units_controller.rb
+++ b/apps/workbench/app/controllers/work_units_controller.rb
@@ -83,6 +83,7 @@ class WorkUnitsController < ApplicationController
       attrs['properties'] = {'template_uuid' => template_uuid}
       attrs['priority'] = 1
       attrs['state'] = "Uncommitted"
+      attrs['use_existing'] = false
 
       # required
       attrs['container_image'] = "arvados/jobs"

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list