gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (b596d9e -> 620ecef)


From: gnunet
Subject: [taler-deployment] branch master updated (b596d9e -> 620ecef)
Date: Tue, 22 Oct 2024 13:22:49 +0200

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

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

    from b596d9e  buildbot: update support for nested containers
     new 493b9b6  buildbot: let my dev branches trigger pipelines
     new 620ecef  buildbot: add ansible-taler-exchange to projects

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 446bc44..9a3fea0 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -534,6 +534,7 @@ class GenerateStagesCommand(buildstep.ShellMixin, 
steps.BuildStep):
 # List of repos to add to container factory.
 container_repos = ["git.gnunet.org/gnunet",
                    "git.taler.net/anastasis-www",
+                   "git.taler.net/ansible-taler-exchange",
                    "git.taler.net/challenger",
                    "git.taler.net/docs",
                    "git.taler.net/exchange",
@@ -611,7 +612,7 @@ for repo in container_repos:
     SCHEDULERS.append(schedulers.SingleBranchScheduler(
         name=f"{REPO_NAME}-container-scheduler",
         change_filter=util.ChangeFilter(
-            branch="master",
+            branch_re="(master|dev/devan*)",
             project_re=f"({REPO_NAME})"
         ),
         treeStableTimer=30,

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