gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: buildbot: use a periodic sched


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: use a periodic scheduler for sandcastle-ng
Date: Mon, 04 Mar 2024 15:57:43 +0100

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 20c81a8  buildbot: use a periodic scheduler for sandcastle-ng
20c81a8 is described below

commit 20c81a8934cc73aa509c764d912ff2b3eafc87b1
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Mar 4 08:56:30 2024 -0500

    buildbot: use a periodic scheduler for sandcastle-ng
---
 buildbot/master.cfg | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 861b8f2..a3bd4d8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -632,6 +632,19 @@ for repo in container_repos:
     ))
 
 
+############## sandcastle-ng Scheduler #################################
+
+
+# Periodic scheduler for sandcastle-ng.
+# Runs every 2 hours (60 seconds * 60 * 2)
+SCHEDULERS.append(schedulers.Periodic(
+    name="sandcastle-ng-periodic-scheduler",
+    builderNames="sandcastle-ng-builder",
+    change_filter=util.ChangeFilter(branch="master"),
+    periodicBuildTimer=60*60*2
+))
+
+
 ################ 99: debug stuff JOB ###################################
 
 # This does nothing, just a starting point for a factory.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]