[arvados] updated: 2.5.0-211-g53a0cb93d
git repository hosting
git at public.arvados.org
Thu Mar 2 05:16:39 UTC 2023
Summary of changes:
services/api/app/models/arvados_model.rb | 1 +
1 file changed, 1 insertion(+)
via 53a0cb93d935f02248f4e347ea0689fccf5e818e (commit)
from 4447b5a61f79edf2411ba94f4ad5d90e1ca7e220 (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 53a0cb93d935f02248f4e347ea0689fccf5e818e
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Thu Mar 2 00:16:19 2023 -0500
20182: Add 'supervisor' to default scheduling params
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/api/app/models/arvados_model.rb b/services/api/app/models/arvados_model.rb
index 1ff46c361..33f950de3 100644
--- a/services/api/app/models/arvados_model.rb
+++ b/services/api/app/models/arvados_model.rb
@@ -970,6 +970,7 @@ class ArvadosModel < ApplicationRecord
'max_run_time' => 0,
'partitions' => [],
'preemptible' => false,
+ 'supervisor' => false,
}.merge(attributes['scheduling_parameters'] || {})
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list