taler-deployment

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

commit 2e50997b7daabca09f96cb088c3e23bc63d51f33
parent ec1dcf7c80436dd70b052f9cde11d1d3790a4020
Author: buckE <buckE@disroot.org>
Date:   Sun, 14 Jun 2020 07:48:38 +0000

playing with buildbotslavetest

Diffstat:
Mbuildbot/master.cfg | 6+++---
1 file changed, 3 insertions(+), 3 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 9:45am every day: coverage analysis and auditor. +# Run at 11am every day: coverage analysis and auditor. TEST_SCHEDULER = schedulers.SingleBranchScheduler( name="test-scheduler", builderNames=["buildslavetest-builder"], branch="master", - hour=9, - minute=45 + hour=11, + minute=00 ) # Run at 6am every day: coverage analysis and auditor.