[ARVADOS] updated: 1.1.3-150-gfc2a751

Git user git at public.curoverse.com
Wed Mar 7 10:09:51 EST 2018


Summary of changes:
 services/nodemanager/arvnodeman/jobqueue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  fc2a751480a1b474f9fa99c47153541e0298af87 (commit)
      from  e5c9b14b3ca3d6b92586a018b9ed7e0d3dc53721 (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 fc2a751480a1b474f9fa99c47153541e0298af87
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Wed Mar 7 10:09:20 2018 -0500

    13078: Update comment.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/nodemanager/arvnodeman/jobqueue.py b/services/nodemanager/arvnodeman/jobqueue.py
index d002a1d..20849c9 100644
--- a/services/nodemanager/arvnodeman/jobqueue.py
+++ b/services/nodemanager/arvnodeman/jobqueue.py
@@ -153,7 +153,7 @@ class JobQueueMonitorActor(clientactor.RemotePollLoopActor):
     def _send_request(self):
         queuelist = []
         if self.slurm_queue:
-            # cpus, memory, tempory disk space, reason, job name
+            # cpus, memory, tempory disk space, reason, job name, feature constraints
             squeue_out = subprocess.check_output(["squeue", "--state=PENDING", "--noheader", "--format=%c|%m|%d|%r|%j|%f"])
             for out in squeue_out.splitlines():
                 try:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list