gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] 01/02: Buildbot runs selenium now.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/02: Buildbot runs selenium now.
Date: Thu, 16 Feb 2017 10:32:53 +0100

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

marcello pushed a commit to branch master
in repository deployment.

commit 7739553d0aca3fea61f5a4bc821f488165b22a11
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Feb 16 10:19:57 2017 +0100

    Buildbot runs selenium now.
---
 buildbot/master-lonelyslave.cfg | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/buildbot/master-lonelyslave.cfg b/buildbot/master-lonelyslave.cfg
index 156c963..83b96fa 100644
--- a/buildbot/master-lonelyslave.cfg
+++ b/buildbot/master-lonelyslave.cfg
@@ -56,19 +56,12 @@ 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,
@@ -125,8 +118,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]