gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: re-placed SCHEDULERS; removed


From: gnunet
Subject: [taler-deployment] branch master updated: re-placed SCHEDULERS; removed TEST_SCHEDULER to debug
Date: Wed, 17 Jun 2020 07:53:08 +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 7ef65c5  re-placed SCHEDULERS; removed TEST_SCHEDULER to debug
7ef65c5 is described below

commit 7ef65c5e070b7e37f4ff5e99b840a847b2d8eaa2
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 05:52:56 2020 +0000

    re-placed SCHEDULERS; removed TEST_SCHEDULER to debug
---
 buildbot/master.cfg | 35 +++++++++++++++++------------------
 1 file changed, 17 insertions(+), 18 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cde5fb1..859d75e 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -110,24 +110,6 @@ 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 
-----------------
@@ -466,7 +448,24 @@ FORCE_SCHEDULER = schedulers.ForceScheduler(
     ]
 )
 
+c["schedulers"] = [
+    
+    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]