gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Change buildbot worker for doc


From: gnunet
Subject: [taler-deployment] branch master updated: Change buildbot worker for docs.git
Date: Mon, 30 Jan 2023 12:45:35 +0100

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

javier-sepulveda pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new fb38c80  Change buildbot worker for docs.git
fb38c80 is described below

commit fb38c800b7acaaeeba8aeb6c28bbf34299dbc841
Author: Javier Sepulveda <javier.sepulveda@uv.es>
AuthorDate: Mon Jan 30 12:45:22 2023 +0100

    Change buildbot worker for docs.git
---
 buildbot/master.cfg | 25 ++++++++++++++++++++++---
 1 file changed, 22 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index f3206be..42ac446 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -215,18 +215,37 @@ SCHEDULERS.append(schedulers.SingleBranchScheduler(
 # Location: /home/docbuilder @ taler.net
 WORKERS.append(worker.Worker("doc-worker", "doc-pass"))
 
+# DOCS.GIT - GENERATE STEP 1 (create docker image) - javisep
+
 DOC_FACTORY = create_factory_with_deployment()
 DOC_FACTORY.addStep(
     ShellCommand(
-        name="build docs",
+        name="build image docs",
         description="Building documentation",
         descriptionDone="Documentation built.",
-        command=["./build-docs.sh"],
-        workdir="../../deployment/buildbot",
+        command=["./build.sh"],
+        workdir="../../deployment/docker/docs-build",
+        env={'PATH': "${HOME}/.local/bin:${PATH}"},
+        haltOnFailure=True
+    )
+)
+
+# DOCS.GIT - GENERATE STEP 2 (execute docker image)  - javisep
+
+DOC_FACTORY.addStep(
+    ShellCommand(
+        name="run image docs",
+        description="Building documentation",
+        descriptionDone="Documentation built.",
+        command=["./run.sh"],
+        workdir="../../deployment/docker/docs-build",
         env={'PATH': "${HOME}/.local/bin:${PATH}"},
         haltOnFailure=True
     )
 )
+
+# OTHER STUFF, IN THE SAME WORKER ...
+
 DOC_FACTORY.addStep(
     steps.ShellSequence(
         name="prepare exchange",

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