taler-deployment

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

commit 0b81565a35cb66ff9c93558009549ca2db08d1e4
parent 789f8f1ca70f4cb33732695d924a7a64c6ab2081
Author: buckE <buckE@disroot.org>
Date:   Sun, 14 Jun 2020 07:02:18 +0000

buildslavetest-builder testing

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -130,13 +130,13 @@ c["change_source"] = [ALLCS] # Configure the Schedulers, which decide how to react to incoming # changes. -# Run at 9am every day: coverage analysis and auditor. +# Run at 9:30am every day: coverage analysis and auditor. TEST_SCHEDULER = schedulers.SingleBranchScheduler( name="test-scheduler", builderNames=["buildslavetest-builder"], branch="master", hour=9, - minute=00 + minute=30 ) # Run at 6am every day: coverage analysis and auditor.