gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: put buildmaster at top of list


From: gnunet
Subject: [taler-deployment] branch master updated: put buildmaster at top of lists
Date: Wed, 17 Jun 2020 08:48:02 +0200

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

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fc4a185  put buildmaster at top of lists
fc4a185 is described below

commit fc4a185df5536c3e5b9b95b769638e58cf5e12b4
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 06:47:45 2020 +0000

    put buildmaster at top of lists
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index de38baf..9ca2c2f 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -930,8 +930,8 @@ TALER_DEMO_HEALTHCHECK_BUILDER = util.BuilderConfig(
 )
 
 c["builders"] = [
-    BUILDSLAVETEST_BUILDER,
     BUILDMASTER_BUILDER,
+    BUILDSLAVETEST_BUILDER,
     LCOV_BUILDER,
     CHECKER_BUILDER,
     AUDITOR_BUILDER_TEST,
@@ -1000,8 +1000,8 @@ c["buildbotURL"] = "https://buildbot.taler.net/";
 
 
 BUILDER_LIST = [
-    "buildslavetest-builder",
     "buildmaster-builder",
+    "buildslavetest-builder",
     "doc-builder",
     "lcov-builder",
     "checker-builder",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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