gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: BUILDSLAVETEST set to 9:15


From: gnunet
Subject: [taler-deployment] branch master updated: BUILDSLAVETEST set to 9:15
Date: Wed, 17 Jun 2020 09:01:40 +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 3942479  BUILDSLAVETEST set to 9:15
3942479 is described below

commit 3942479573c39a0dd4cbc7a20ac84bd8f5ca3014
Author: buckE <buckE@disroot.org>
AuthorDate: Wed Jun 17 07:01:25 2020 +0000

    BUILDSLAVETEST set to 9:15
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 1a915dd..f8de12c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -147,13 +147,13 @@ NIGHTLY_SCHEDULER = schedulers.Nightly(
 )
 
 # buildslavetest SCHEDULER
-# Run at 9am every day.
+# Run at 9:15am every day.
 BUILDSLAVETEST_SCHEDULER = schedulers.Nightly(
     name="test-scheduler",
     builderNames=["buildslavetest-builder"],
     branch="master",
     hour=9,
-    minute=00
+    minute=15
 )
 
 # Docs run if master or stable branch of 'docs' (or deployment) changed.
@@ -286,7 +286,6 @@ FORCE_SCHEDULER = schedulers.ForceScheduler(
 )
 
 c["schedulers"] = [
-    BUILDSLAVETEST_SCHEDULER,
     NIGHTLY_SCHEDULER,
     TIP_RESERVE_TOPPER_SCHEDULER,
     DEMO_SERVICES_CHECKER_SCHEDULER,
@@ -297,6 +296,7 @@ c["schedulers"] = [
     FORCE_SCHEDULER,
     WALLET_SCHEDULER,
     TALER_HEALTHCHECK_SCHEDULER,
+    BUILDSLAVETEST_SCHEDULER
 
     ##
     # Rarely/never used, excluding.

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