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: BB.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: BB.
Date: Wed, 17 Apr 2019 15:45: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 a627608  BB.
a627608 is described below

commit a627608971af929e11b4452ba22b92974adfe9f8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 17 15:45:23 2019 +0200

    BB.
    
    Auditor worker duplicates in blue and green.
---
 buildbot/master.cfg | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 71d8056..ede2923 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -34,7 +34,8 @@ c["workers"] = [
     worker.Worker("lint-worker", "lint-pass"),
     worker.Worker("demo-worker", "demo-pass"),
     worker.Worker("wallet-worker", "wallet-pass"),
-    worker.Worker("auditor-worker", "auditor-pass")]
+    worker.Worker("auditor-worker-green", "auditor-green-pass"),
+    worker.Worker("auditor-worker-blue", "auditor-blue-pass")]
 
 # Maps unix users (typically found on Gv) to worker names.
 NAMEMAP = {"test-green": "builder-worker-green",
@@ -418,7 +419,8 @@ def pick_active_color(builder, workers_list, build_request):
 AUDITOR_BUILDER = util.BuilderConfig(
     name="auditor-builder",
     nextWorker=pick_active_color,
-    workernames=["auditor-worker"],
+    workernames=["auditor-worker-blue",
+                 "auditor-worker-green"],
     factory=AUDITOR_FACTORY)
 
 TIP_RESERVE_TOPPER_BUILDER = util.BuilderConfig(

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



reply via email to

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