[ARVADOS] updated: 2.1.0-2393-g20afa3670

Git user git at public.arvados.org
Thu Apr 28 15:02:05 UTC 2022


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

       via  20afa36708e2cd0958e84a74fac7e128b6a7a67d (commit)
      from  ae92d144610446849eb568247a44f02ae985c281 (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 20afa36708e2cd0958e84a74fac7e128b6a7a67d
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