taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

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

BUILDSLAVETEST set to 9:15

Diffstat:
Mbuildbot/master.cfg | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 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.