taler-deployment

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

commit d14af8c19c7b70e4ca5e0d64dc9e0118e3a32e64
parent 61551ea8d1e13ad791b996f5befff984cc5fe219
Author: buckE <buckE@disroot.org>
Date:   Tue, 16 Jun 2020 04:30:03 +0000

added buckE to admins

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -130,7 +130,7 @@ c["change_source"] = [ALLCS] # Configure the Schedulers, which decide how to react to incoming # changes. -# Run at 11am every day: coverage analysis and auditor. +# Run at 11am every day. TEST_SCHEDULER = schedulers.SingleBranchScheduler( name="test-scheduler", builderNames=["buildslavetest-builder"], @@ -1044,7 +1044,7 @@ authz = util.Authz( roleMatchers=[ util.RolesFromUsername( roles=["admins"], - usernames=["marcello", "florian", "christian"] + usernames=["marcello", "florian", "christian", "buckE"] ) ] )