[ARVADOS-WORKBENCH2] updated: 2.1.0-145-gc88c5188

Git user git at public.arvados.org
Fri Jan 8 16:18:46 UTC 2021


Summary of changes:
 src/views/run-process-panel/run-process-advanced-form.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  c88c5188fa28a72042dc7baf461db4ff6751eaee (commit)
      from  8e770bee7ad8ce5af04bdb6103eff530c52dd5c8 (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 c88c5188fa28a72042dc7baf461db4ff6751eaee
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Fri Jan 8 11:18:25 2021 -0500

    Fix type refs #17234
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/src/views/run-process-panel/run-process-advanced-form.tsx b/src/views/run-process-panel/run-process-advanced-form.tsx
index d9848291..71f75cf5 100644
--- a/src/views/run-process-panel/run-process-advanced-form.tsx
+++ b/src/views/run-process-panel/run-process-advanced-form.tsx
@@ -26,7 +26,7 @@ export interface RunProcessAdvancedFormData {
     [RUNTIME_FIELD]?: number;
     [RAM_FIELD]: number;
     [VCPUS_FIELD]: number;
-    [KEEP_CACHE_RAM_FIELD]?: number;
+    [KEEP_CACHE_RAM_FIELD]: number;
     [RUNNER_IMAGE_FIELD]: string;
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list