[ARVADOS] updated: 5e968d7875c62a6145b7aefc39f070d14f4c97e8

git at public.curoverse.com git at public.curoverse.com
Thu May 8 08:39:28 EDT 2014


Summary of changes:
 services/api/app/models/pipeline_instance.rb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

       via  5e968d7875c62a6145b7aefc39f070d14f4c97e8 (commit)
      from  eff3277fa6800bbc4ac81654f8883bbfd3a85d30 (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 5e968d7875c62a6145b7aefc39f070d14f4c97e8
Author: radhika <radhika at curoverse.com>
Date:   Thu May 8 08:23:11 2014 -0400

    2352: look for only RunningOnServer in queue method in pipeline_instance

diff --git a/services/api/app/models/pipeline_instance.rb b/services/api/app/models/pipeline_instance.rb
index 32c284b..72191b1 100644
--- a/services/api/app/models/pipeline_instance.rb
+++ b/services/api/app/models/pipeline_instance.rb
@@ -98,7 +98,7 @@ class PipelineInstance < ArvadosModel
   end
 
   def self.queue
-    self.where("active = true or state = 'RunningOnClient'")
+    self.where("state = 'RunningOnServer'")
   end
 
   protected

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list