gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: reduce redundant job


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: reduce redundant jobs
Date: Tue, 12 Dec 2023 17:30:50 +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 51d915e  buildbot: reduce redundant jobs
51d915e is described below

commit 51d915ed8fe80b5a81e331c3f36cfef4054a78e2
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Tue Dec 12 11:29:45 2023 -0500

    buildbot: reduce redundant jobs
    
    jobs should only be triggered from changes occuring more than 1 minute
    apart
---
 buildbot/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 3560b64..ab2a671 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -1208,7 +1208,7 @@ for repo in container_repos:
             branch_re='.*',
             project_re=f"({REPO_NAME})"
         ),
-        treeStableTimer=None,
+        treeStableTimer=60,
         builderNames=[f"{REPO_NAME}-builder"]
     ))
 

-- 
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]