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: Polishing Buildbo


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Polishing Buildbot master.
Date: Thu, 16 Feb 2017 13:54:02 +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 c334380  Polishing Buildbot master.
c334380 is described below

commit c334380e6228ebbdc6ef35a05171892b100ff628
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 16 13:53:54 2017 +0100

    Polishing Buildbot master.
---
 buildbot/{master-lonelyslave.cfg => master.cfg} | 31 +++----------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master.cfg
similarity index 74%
rename from buildbot/master-lonelyslave.cfg
rename to buildbot/master.cfg
index fd82b97..6e8b657 100644
--- a/buildbot/master-lonelyslave.cfg
+++ b/buildbot/master.cfg
@@ -14,8 +14,7 @@ c['buildCacheSize'] = 2
 ####### BUILDSLAVES
 
 from buildbot.worker import Worker
-c['workers'] = [Worker("lonelySlave", "taler"),
-                Worker("lcovSlave", "taler"),
+c['workers'] = [Worker("lcovSlave", "taler"),
                 Worker("containersSlave", "taler")]
 
 c['protocols'] = {'pb': {'port': 9989}}
@@ -23,7 +22,6 @@ c['protocols'] = {'pb': {'port': 9989}}
 ####### CHANGESOURCES
 # They are just "pointers" to monitored codebases.
 
-
 from buildbot.changes.gitpoller import GitPoller
 c['change_source'] = []
 c['change_source'].append(GitPoller(
@@ -56,10 +54,10 @@ gitMaster = SingleBranchScheduler(
     reason="Commit pushed for one of the sub-projects",
     change_filter=filter.ChangeFilter(branch='master'),
     treeStableTimer=300,
-    builderNames=["lone-builder", "lcov-build", "auto-click"])
+    builderNames=["lcov-build", "auto-click"])
 
 force = ForceScheduler(name="force-build",
-                       builderNames=["lone-builder", "lcov-build", 
"auto-click"])
+                       builderNames=["lcov-build", "auto-click"])
 
 c['schedulers'] = [force, gitMaster]
 
@@ -73,25 +71,6 @@ from buildbot.steps.shell import Compile
 from buildbot.steps.shell import Test
 import os
 
-lonelyness = BuildFactory()
-lonelyness.addStep(Git(repourl='git://git.taler.net/deployment.git',
-                       mode='full',
-                       method='fresh',
-                       alwaysUseLatest=True,
-                       haltOnFailure=True,
-                       branch='master'))
-lonelyness.addStep(ShellCommand(name="invalidation",
-                                description="Invalidating timestamps",
-                                descriptionDone="timestamps invalidated",
-                                command=["./invalidate.sh"], 
-                                workdir="build/taler-build"))
-lonelyness.addStep(ShellCommand(name="builder",
-                                description="Lone compilation..",
-                                descriptionDone="Compilation passed",
-                                command=["make"], 
-                                workdir="build/taler-build",
-                                env={'PATH': "${HOME}/local/bin:${PATH}",
-                                     'TALER_CHECKDB' : 
"postgresql:///talercheck?host=/home/${USER}/sockets"}))
 lcov = BuildFactory()
 lcov.addStep(Git(repourl='git://git.taler.net/deployment.git',
                  mode='full',
@@ -123,10 +102,6 @@ from buildbot.config import BuilderConfig
 
 c['builders'] = []
 c['builders'].append(
-    BuilderConfig(name="lone-builder",
-                  workernames=["lonelySlave"],
-                  factory=lonelyness))
-c['builders'].append(
     BuilderConfig(name="lcov-build",
                   workernames=["lcovSlave"],
                   factory=lcov))

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



reply via email to

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