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 below other d


From: gnunet
Subject: [taler-deployment] branch master updated: moved schedulers below other declarations
Date: Wed, 17 Jun 2020 07:42: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 92cca9c  moved schedulers below other declarations
92cca9c is described below

commit 92cca9c6125996b837fd707a943fe1493b078b4b
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 05:41:48 2020 +0000

    moved schedulers below other declarations
---
 buildbot/master.cfg | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index ed2b07f..3eb5b43 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -94,10 +94,10 @@ def create_factory_with_deployment():
 
 # !!! This matters.  Mis-ordering leads to failure. !!!
 # Best Practices:  Group by worker as:
-#  - comment for worker location (ex: "Find worker at: xyz shell account non 
taler.net")
-#  - SCHEDULER
-#  - FACTORY function
-#  - BUILDER function
+#  - comment for WORKER location (ex: "Find worker at: xyz shell account non 
taler.net")
+#  - FACTORY declaration
+#  - BUILDER declaration
+#  - SCHEDULER declaration
 #
 # NOTE: WORKER must be added to list: c["workers"] = [
 # NOTE: BUILDER must be added to list: c["builders"] = [
@@ -109,16 +109,6 @@ def create_factory_with_deployment():
 
 # buildslavetest WORKER: buildslavetest@taler.net
 
-# buildslavetest SCHEDULER
-# Run at 11am every day.
-TEST_SCHEDULER = schedulers.Nightly(
-    name="test-scheduler",
-    builderNames=["buildslavetest-builder"],
-    branch="master",
-    hour=11,
-    minute=00
-)
-
 # buildslavetest FACTORY
 BUILDSLAVETEST_FACTORY = create_factory_with_deployment()
 BUILDSLAVETEST_FACTORY.addStep(
@@ -138,6 +128,16 @@ BUILDSLAVETEST_BUILDER = util.BuilderConfig(
     factory=BUILDSLAVETEST_FACTORY
 )
 
+# buildslavetest SCHEDULER
+# Run at 11am every day.
+TEST_SCHEDULER = schedulers.Nightly(
+    name="test-scheduler",
+    builderNames=["buildslavetest-builder"],
+    branch="master",
+    hour=11,
+    minute=00
+)
+
 ### /end ---buildslavetest
 
 #######################

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