gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: add volume mounts fo


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: add volume mounts for ssh keys to podman
Date: Mon, 01 Apr 2024 17:46:19 +0200

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 99dd7b8  buildbot: add volume mounts for ssh keys to podman
99dd7b8 is described below

commit 99dd7b8995769b7d225bca9543fee0bce8ca9875
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Apr 1 11:45:50 2024 -0400

    buildbot: add volume mounts for ssh keys to podman
---
 buildbot/master.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 8b06b9f..7d5ff7a 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -207,6 +207,8 @@ def container_add_step(HALT_ON_FAILURE,
                                            "--env", 
util.Interpolate("CI_GIT_BRANCH=%(src::branch)s"),
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--volume", 
"/home/container-worker/container_artifacts:/artifacts",
+                                           "--volume", 
"/home/container-worker/mounted_files/ci_container_id_ed25519:/root/.ssh/id_ed25519:ro",
+                                           "--volume", 
"/home/container-worker/mounted_files/container_known_hosts:/root/.ssh/known_hosts:ro",
                                            "--workdir", "/workdir",
                                            CONTAINER_NAME, jobCmd],
                                   logname='run inside container',
@@ -232,6 +234,8 @@ def container_add_step(HALT_ON_FAILURE,
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--volume", 
"/home/container-worker/container_artifacts:/artifacts",
                                            "--volume", 
f"/run/user/{pwd.getpwnam('container-worker').pw_uid}/podman/podman.sock:/run/podman/podman.sock",
+                                           "--volume", 
"/home/container-worker/mounted_files/ci_container_id_ed25519:/root/.ssh/id_ed25519:ro",
+                                           "--volume", 
"/home/container-worker/mounted_files/container_known_hosts:/root/.ssh/known_hosts:ro",
                                            "--security-opt", "label=disable",
                                            "--workdir", "/workdir",
                                            CONTAINER_NAME, jobCmd],

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