[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: run tips checker once a day
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: run tips checker once a day |
Date: |
Fri, 02 Jul 2021 15:00:10 +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 8c42ad7 run tips checker once a day
8c42ad7 is described below
commit 8c42ad742cdd6f72e67545a2d34e42a3ae67214f
Author: ms <ms@taler.net>
AuthorDate: Fri Jul 2 14:59:49 2021 +0200
run tips checker once a day
---
buildbot/check_tip_reserve.py | 1 +
buildbot/master.cfg | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index 0c5e580..68b87b0 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -53,5 +53,6 @@ if total_amount.is_zero():
# FIXME, eventually, just check the largest amount left through
# all the reserves.
print(f"Tip money is available: {total_amount}")
+print("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n")
print(f"=========================================")
print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}")
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 773a25d..213e95d 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -442,7 +442,7 @@ BUILDERS.append(util.BuilderConfig(
EMAIL_ALERTS.append("lcov-builder")
NIGHTLY_TRIGGERS.append("lcov-builder")
-
+NIGHTLY_TRIGGERS.append("check-tips-builder")
################ 5: UNIT TEST 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: run tips checker once a day,
gnunet <=