taler-deployment

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

commit 56d35b552f101f3b50a0e78ff3b436e0f1201d35
parent 46c5efc78fcb87d068a4298cfea637995c1acf6f
Author: Devan Carpenter <devan@taler.net>
Date:   Wed,  6 Sep 2023 14:12:08 -0400

buildbot: add container builders to email alerts

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1406,8 +1406,7 @@ for repo in container_repos: builderNames=[f"{REPO_NAME}-builder"] )) -# TODO: TBD -# EMAIL_ALERTS.append("container-builder") + EMAIL_ALERTS.append(f"{REPO_NAME}-builder")