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: excluding resourc


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: excluding resource-hungry builders (due to resource limitation of current machine)
Date: Tue, 05 Dec 2017 13:56:55 +0100

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 91275d7  excluding resource-hungry builders (due to resource 
limitation of current machine)
91275d7 is described below

commit 91275d78fd2a36a3c546f1b05e469ae9600ce9c9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 5 13:56:19 2017 +0100

    excluding resource-hungry builders (due to resource limitation
    of current machine)
---
 buildbot/master.cfg | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8a17c8c..1f1cbeb 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -81,7 +81,7 @@ WALLET_SCHEDULER = schedulers.SingleBranchScheduler(
         branch="master",
         project_re="wallet|deployment"),
     treeStableTimer=None,
-    builderNames=["wallet-builder"])
+    builderNames=[])
 
 TIP_RESERVE_TOPPER_SCHEDULER = schedulers.Periodic(
     name="tip-reserve-topper-scheduler",
@@ -96,10 +96,7 @@ ALL_SCHEDULER = schedulers.SingleBranchScheduler(
         
project_re="wallet|bank|exchange|merchant|deployment|donations|blog|survey"),
     treeStableTimer=None,
     builderNames=[
-        "lcov-builder",
-        "selenium-builder",
-        "switcher-builder",
-        "wallet-builder"])
+        "switcher-builder"])
 
 # Scheduler monitoring the help.git repo; a forgotten repo we
 # use to test BB.

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



reply via email to

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