taler-deployment

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

commit bcc4202a6af1daae6cf8e7caf7b9fa662369e1f8
parent fe9f8d0e2648e017f49f8d1e8702b75bd2862a7c
Author: buckE <buckE@disroot.org>
Date:   Sun, 14 Jun 2020 06:46:54 +0000

TEST_SCHEDULER testing

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