[ARVADOS-WORKBENCH2] updated: 1.3.0-261-gb104bb15

Git user git at public.curoverse.com
Thu Dec 27 08:56:34 EST 2018


Summary of changes:
 src/store/run-process-panel/run-process-panel-actions.ts | 1 +
 1 file changed, 1 insertion(+)

       via  b104bb15d23084f00745384b90845ad459181188 (commit)
      from  7ee366a5e6f503d4f1d1cdcdfaa119c08c582679 (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 b104bb15d23084f00745384b90845ad459181188
Author: Michal Klobukowski <michal.klobukowski at contractors.roche.com>
Date:   Thu Dec 27 14:56:18 2018 +0100

    Restore --api parameter to process command accordgin to 'Using the deprecated 'jobs' API.' warning.
    
    Feature #13708
    
    Arvados-DCO-1.1-Signed-off-by: Michal Klobukowski <michal.klobukowski at contractors.roche.com>

diff --git a/src/store/run-process-panel/run-process-panel-actions.ts b/src/store/run-process-panel/run-process-panel-actions.ts
index 793d865a..12d1eeb1 100644
--- a/src/store/run-process-panel/run-process-panel-actions.ts
+++ b/src/store/run-process-panel/run-process-panel-actions.ts
@@ -141,6 +141,7 @@ export const runProcess = async (dispatch: Dispatch<any>, getState: () => RootSt
             cwd: '/var/spool/cwl',
             command: [
                 'arvados-cwl-runner',
+                '--api=containers',
                 '/var/lib/cwl/workflow.json#main',
                 '/var/lib/cwl/cwl.input.json'
             ],

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list