gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: changed time on buildslavetest


From: gnunet
Subject: [taler-deployment] branch master updated: changed time on buildslavetest scheduler
Date: Sun, 14 Jun 2020 08:02:41 +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 5b1ab71  changed time on buildslavetest scheduler
5b1ab71 is described below

commit 5b1ab71e6c63105409c3681016d1ca217bcff096
Author: buckE <buckE@disroot.org>
AuthorDate: Sun Jun 14 06:02:28 2020 +0000

    changed time on buildslavetest scheduler
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index cd8cc89..ecf80d5 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -129,13 +129,13 @@ c["change_source"] = [ALLCS]
 # Configure the Schedulers, which decide how to react to incoming
 # changes.
 
-# Run at 8am every day: coverage analysis and auditor.
+# Run at 6:15am every day: coverage analysis and auditor.
 TEST_SCHEDULER = schedulers.Nightly(
     name="test-scheduler",
     builderNames=["buildslavetest-builder"],
     #branch="master",
-    hour=8,
-    minute=0
+    hour=6,
+    minute=15
 )
 
 # 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]