[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: trigger integration tests alwa
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: trigger integration tests always |
Date: |
Tue, 27 Jul 2021 15:11:52 +0200 |
This is an automated email from the git hooks/post-receive script.
ms pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 2777543 trigger integration tests always
2777543 is described below
commit 27775439e0a961aa72edf2241aba420103a1a2e2
Author: ms <ms@taler.net>
AuthorDate: Tue Jul 27 15:11:47 2021 +0200
trigger integration tests always
---
buildbot/master.cfg | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index b223cab..25226e0 100644
--- 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 ###################################
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: trigger integration tests always,
gnunet <=