gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: TEST_SCHEDULER testing


From: gnunet
Subject: [taler-deployment] branch master updated: TEST_SCHEDULER testing
Date: Sun, 14 Jun 2020 08:47:09 +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 bcc4202  TEST_SCHEDULER testing
bcc4202 is described below

commit bcc4202a6af1daae6cf8e7caf7b9fa662369e1f8
Author: buckE <buckE@disroot.org>
AuthorDate: Sun Jun 14 06:46:54 2020 +0000

    TEST_SCHEDULER testing
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 68f7c5d..94b0874 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -130,13 +130,13 @@ c["change_source"] = [ALLCS]
 # Configure the Schedulers, which decide how to react to incoming
 # changes.
 
-# Run at 8:45am every day: coverage analysis and auditor.
-TEST_SCHEDULER = schedulers.Nightly(
+# Run at 8:50am every day: coverage analysis and auditor.
+TEST_SCHEDULER = schedulers.Test(
     name="test-scheduler",
     builderNames=["buildslavetest-builder"],
-    #branch="master",
+    branch="master",
     hour=8,
-    minute=45
+    minute=50
 )
 
 # Run at 6am every day: coverage analysis and auditor.

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