commit 8c42ad742cdd6f72e67545a2d34e42a3ae67214f
parent 1f9f01133642537338c48449c986a564b5d1ddd4
Author: ms <ms@taler.net>
Date: Fri, 2 Jul 2021 14:59:49 +0200
run tips checker once a day
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git 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
@@ -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 ###################################