gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: +verbose.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: +verbose.
Date: Tue, 16 Apr 2019 23:39:44 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new a24c8a5  +verbose.
a24c8a5 is described below

commit a24c8a50a67f7d5a95bdee0882328c268e7b3fdf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 16 23:39:32 2019 +0200

    +verbose.
---
 buildbot/master.cfg | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ae50b48..1c7ed55 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -404,14 +404,18 @@ DEMO_SERVICES_CHECKER_BUILDER = util.BuilderConfig(
 def pick_inactive_color(builder, workers_list, build_request):
     f = open("/home/test/nonactive", "r")
     if not f:
-        print("'test' doesn't specify the nonactive color, abort!")
+        print("'test' doesn't specify the nonactive color, abort")
+        f.close()
         return None
     nonactive = f.readline().rstrip()
     print("Found nonactive color: %s" % str(nonactive))
     for worker in workers_list:
         if nonactive == worker.worker.workername:
+            f.close()
+            print("Scheduling worker: %s" % str(worker))
             return worker
-
+    print("Couldn't find the right worker, aborting.")
+    f.close()
     return None
 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]