taler-deployment

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

commit fe9f8d0e2648e017f49f8d1e8702b75bd2862a7c
parent 495358c2eefb51b52a4c969305c6fa28d4b2d9d1
Author: buckE <buckE@disroot.org>
Date:   Sun, 14 Jun 2020 06:42:02 +0000

added TEST_SCHEDULER to schedulers array

Diffstat:
Mbuildbot/master.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -279,6 +279,7 @@ FORCE_SCHEDULER = schedulers.ForceScheduler( ) c["schedulers"] = [ + TEST_SCHEDULER, NIGHTLY_SCHEDULER, TIP_RESERVE_TOPPER_SCHEDULER, DEMO_SERVICES_CHECKER_SCHEDULER,