gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (78cc6fa -> 1b47901)


From: gnunet
Subject: [taler-deployment] branch master updated (78cc6fa -> 1b47901)
Date: Mon, 17 Jul 2023 18:00:27 +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 78cc6fa  buildbot: containers: add volume for artifacts
     new 8d45146  buildbot: remove legacy docs build step
     new 1b47901  buildbot: add master branch to container scheduler

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 | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index a9cb5cd..7eeabeb 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -277,17 +277,6 @@ WORKERS.append(Worker("doc-worker", "doc-pass"))
 
 
 DOC_FACTORY = create_factory_with_deployment()
-DOC_FACTORY.addStep(
-    ShellCommand(
-        name="build docs",
-        description="Building documentation",
-        descriptionDone="Documentation built.",
-        command=["./build-docs.sh"],
-        workdir="../../deployment/buildbot",
-        env={'PATH': "${HOME}/.local/bin:${PATH}"},
-        haltOnFailure=True
-    )
-)
 DOC_FACTORY.addStep(
     ShellCommand(
         name="fetch taler.net sources",
@@ -1371,7 +1360,7 @@ for reponame in container_repos:
     container_factory.addStep(Git(
         name="git",
         repourl=REPO_URL,
-        branch="dev/devan-carpenter/container-ci",
+        branch=util.Interpolate('%(src::branch)s'),
         mode='full',
         method='fresh',
         haltOnFailure=True,
@@ -1401,7 +1390,7 @@ for reponame in container_repos:
     SCHEDULERS.append(schedulers.SingleBranchScheduler(
         name=f"{reponame}-container-scheduler",
         change_filter=util.ChangeFilter(
-            branch="dev/devan-carpenter/container-ci",
+            branch="(master|dev/devan-carpenter/container-ci)",
             project_re=f"({reponame})"
         ),
         treeStableTimer=None,

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