gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: moved schedulers to top


From: gnunet
Subject: [taler-deployment] branch master updated: moved schedulers to top
Date: Wed, 17 Jun 2020 07:49:44 +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 f4f8d77  moved schedulers to top
f4f8d77 is described below

commit f4f8d77ee00de66f0152f9139a1b175978e86448
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 05:49:31 2020 +0000

    moved schedulers to top
---
 buildbot/master.cfg | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 11eaaa7..cde5fb1 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -110,6 +110,24 @@ BUILDER_LIST = [
     "taler-test-healthcheck-builder",
 ]
 
+c["schedulers"] = [
+    TEST_SCHEDULER,
+    NIGHTLY_SCHEDULER,
+    TIP_RESERVE_TOPPER_SCHEDULER,
+    DEMO_SERVICES_CHECKER_SCHEDULER,
+    DOC_SCHEDULER,
+    BUILDMASTER_SCHEDULER,
+    SITES_SCHEDULER,
+    ALL_SCHEDULER,
+    FORCE_SCHEDULER,
+    WALLET_SCHEDULER,
+    TALER_HEALTHCHECK_SCHEDULER,
+
+    ##
+    # Rarely/never used, excluding.
+    # DEBUG_SCHEDULER,
+    # LINT_SCHEDULER
+]
 
 
###########################################################################################
 # ------------- NEW FORMATTING STARTS HERE FOR NEW AND MODIFIED PROJECTS 
-----------------
@@ -448,24 +466,7 @@ FORCE_SCHEDULER = schedulers.ForceScheduler(
     ]
 )
 
-c["schedulers"] = [
-    TEST_SCHEDULER,
-    NIGHTLY_SCHEDULER,
-    TIP_RESERVE_TOPPER_SCHEDULER,
-    DEMO_SERVICES_CHECKER_SCHEDULER,
-    DOC_SCHEDULER,
-    BUILDMASTER_SCHEDULER,
-    SITES_SCHEDULER,
-    ALL_SCHEDULER,
-    FORCE_SCHEDULER,
-    WALLET_SCHEDULER,
-    TALER_HEALTHCHECK_SCHEDULER,
 
-    ##
-    # Rarely/never used, excluding.
-    # DEBUG_SCHEDULER,
-    # LINT_SCHEDULER
-]
 
 ####### BUILDERS
 

-- 
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]