taler-deployment

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

commit 495358c2eefb51b52a4c969305c6fa28d4b2d9d1
parent 5b1ab71e6c63105409c3681016d1ca217bcff096
Author: buckE <buckE@disroot.org>
Date:   Sun, 14 Jun 2020 06:39:29 +0000

changed buildslavetest schedule time to 8:45

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -104,6 +104,7 @@ c["workers"] = [ ## # testing buildbot using the "buildslavetest" user (for no specific reason except it exists) + # connects to `buidlslavetest` @ taler.net worker.Worker("buildslavetest-worker", "Gei8naiyox4uuhoo") ] @@ -129,13 +130,13 @@ c["change_source"] = [ALLCS] # Configure the Schedulers, which decide how to react to incoming # changes. -# Run at 6:15am every day: coverage analysis and auditor. +# Run at 8:45am every day: coverage analysis and auditor. TEST_SCHEDULER = schedulers.Nightly( name="test-scheduler", builderNames=["buildslavetest-builder"], #branch="master", - hour=6, - minute=15 + hour=8, + minute=45 ) # Run at 6am every day: coverage analysis and auditor.