gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated (131ea80 -> ee145aa)


From: gnunet
Subject: [taler-deployment] branch master updated (131ea80 -> ee145aa)
Date: Tue, 10 Oct 2023 00:18:20 +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 131ea80  wip
     new 4190098  buildbot: enable host network loopback from podman
     new ee145aa  buildbot: pass git revision to container

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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 835ad33..61c0006 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -196,6 +196,9 @@ def container_add_step(HALT_ON_FAILURE,
                 name=stepName,
                 commands=[
                     util.ShellArg(command=["podman", "run", "--rm",
+                                           "--add-host", 
"taler.host.internal:10.0.2.2",
+                                           "--network", 
"slirp4netns:allow_host_loopback=true",
+                                           "--env", 
util.Interpolate("CI_COMMIT_REF=%(src::revision)s"),
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--volume", 
"/home/container-worker/container_artifacts:/artifacts",
                                            "--workdir", "/workdir",
@@ -214,6 +217,9 @@ def container_add_step(HALT_ON_FAILURE,
                                            "-f", containerFile, "."],
                                   logname='build container', 
haltOnFailure=True),
                     util.ShellArg(command=["podman", "run", "--rm",
+                                           "--add-host", 
"taler.host.internal:10.0.2.2",
+                                           "--network", 
"slirp4netns:allow_host_loopback=true",
+                                           "--env", 
util.Interpolate("CI_COMMIT_REF=%(src::revision)s"),
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--volume", 
"/home/container-worker/container_artifacts:/artifacts",
                                            "--workdir", "/workdir",

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