taler-deployment

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

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

changed time on buildslavetest scheduler

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

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