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 (63327d5 -> 6e0203


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated (63327d5 -> 6e02032)
Date: Thu, 16 Feb 2017 10:32:52 +0100

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

marcello pushed a change to branch master
in repository deployment.

    from 63327d5  Avoiding Docker in order to run selenium tests.
     new 7739553  Buildbot runs selenium now.
     new 6e02032  Comments

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master-lonelyslave.cfg | 19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg
index 156c963..fd82b97 100644
--- a/buildbot/master-lonelyslave.cfg
+++ b/buildbot/master-lonelyslave.cfg
@@ -56,23 +56,14 @@ gitMaster = SingleBranchScheduler(
     reason="Commit pushed for one of the sub-projects",
     change_filter=filter.ChangeFilter(branch='master'),
     treeStableTimer=300,
-    builderNames=["lone-builder", "lcov-build"])
+    builderNames=["lone-builder", "lcov-build", "auto-click"])
 
 force = ForceScheduler(name="force-build",
-                       builderNames=["lone-builder", "lcov-build"])
+                       builderNames=["lone-builder", "lcov-build", 
"auto-click"])
 
-# For now, the whole withdraw/pay cliking is started manually
-# (as the blue-green infrastructure needs some upgrading)
-forceClick = ForceScheduler(           
-    name="force-clicking",
-    builderNames=["auto-click"])
-
-
-c['schedulers'] = [force, forceClick, gitMaster]
+c['schedulers'] = [force, gitMaster]
 
 ####### BUILDERS
-# They know *how* to build: which scripts need to be invoked,
-# where in the filesystem..
 
 from buildbot.process.factory import BuildFactory
 from buildbot.steps.source.git import Git
@@ -125,8 +116,8 @@ autoClick = BuildFactory()
 autoClick.addStep(ShellCommand(name="clicker",
                                description="Performing demo",
                                descriptionDone="Demo finished",
-                               command=["launch_selenium_test.sh"],
-                               env={'PATH': 
"${HOME}/deployment/docker/selenium:${PATH}"}))
+                               command=["launch_selenium_test"],
+                               env={'PATH': "${HOME}/local/bin:${PATH}"}))
 
 from buildbot.config import 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]