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: Make dedicate wor


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Make dedicate workers to top the tip reserve up.
Date: Fri, 19 Apr 2019 18:04:00 +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 13daf9b  Make dedicate workers to top the tip reserve up.
13daf9b is described below

commit 13daf9bc6a75fc0e619d9adeb694fffd32be1735
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 18:03:39 2019 +0200

    Make dedicate workers to top the tip reserve up.
---
 buildbot/master.cfg | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3474e16..73f0d02 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -55,6 +55,16 @@ c["workers"] = [
     worker.Worker("builder-worker-blue", "blue-pass"),
 
     ##
+    # This worker builds Taler for the 'green' color under
+    # the 'test' deployment.
+    worker.Worker("topper-worker-green", "topper-green-pass"),
+
+    ##
+    # This worker builds Taler for the 'blue' color under
+    # the 'test' deployment.
+    worker.Worker("topper-worker-blue", "topper-blue-pass"),
+
+    ##
     # This worker cares about switching the 'socket' symlink
     # under /home/test; this way we activate the test or blue
     # color.
@@ -508,9 +518,10 @@ AUDITOR_BUILDER = util.BuilderConfig(
 
 TIP_RESERVE_TOPPER_BUILDER = util.BuilderConfig(
     name="tip-reserve-topper-builder",
-    workernames=["builder-worker-green",
-                 "builder-worker-blue"],
-    factory=TIP_RESERVE_TOPPER_FACTORY)
+    workernames=["topper-worker-green",
+                 "topper-worker-blue"],
+    factory=TIP_RESERVE_TOPPER_FACTORY,
+    nextWorker=pick_active_color)
 
 DEMO_SERVICES_CHECKER_BUILDER = util.BuilderConfig(
     name="demo-services-checker-builder",

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



reply via email to

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