[ARVADOS] created: 1.1.0-98-g603ab5b
Git user
git at public.curoverse.com
Thu Nov 2 15:49:43 EDT 2017
at 603ab5b435ee237ef2ada0b95cdf56cb18208401 (commit)
commit 603ab5b435ee237ef2ada0b95cdf56cb18208401
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date: Thu Nov 2 15:48:48 2017 -0400
12543: crunch-dispatch.rb salloc gets TOP priority
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>
diff --git a/services/api/lib/crunch_dispatch.rb b/services/api/lib/crunch_dispatch.rb
index 3cabc1e..e54a2ad 100644
--- a/services/api/lib/crunch_dispatch.rb
+++ b/services/api/lib/crunch_dispatch.rb
@@ -357,6 +357,7 @@ class CrunchDispatch
"--immediate",
"--exclusive",
"--no-kill",
+ "--priority=TOP",
"--job-name=#{job.uuid}",
"--nodelist=#{nodelist.join(',')}"]
else
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list