taler-deployment

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

commit 27775439e0a961aa72edf2241aba420103a1a2e2
parent c53f173b0f85937cfcbca84ccba948e27ab3877e
Author: ms <ms@taler.net>
Date:   Tue, 27 Jul 2021 15:11:47 +0200

trigger integration tests always

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -1099,7 +1099,10 @@ BUILDERS.append(util.BuilderConfig( EMAIL_ALERTS.append("test-builder") # Scheduler that triggers if anything changes -CODECHANGE_TRIGGERS.append("test-builder") +CODECHANGE_TRIGGERS.append( + "test-builder", + "wallet-builder" # has the complete Taler integration tests suite. +) ################ 15: Python linting JOB ###################################