taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit b596d9e613adcc5b0cc2dfccab9c1caced04a5cf
parent c178dff429e1ab4f9c215d5520652a0066630af6
Author: Devan Carpenter <devan@taler.net>
Date:   Tue, 22 Oct 2024 12:17:29 +0100

buildbot: update support for nested containers

Diffstat:
Mbuildbot/master.cfg | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -205,6 +205,7 @@ def container_add_step(HALT_ON_FAILURE, "--env", util.Interpolate("CI_COMMIT_REF=%(prop:got_revision:-%(src::revision:-unknown)s)s"), "--env", util.Interpolate("CI_GIT_BRANCH=%(src::branch)s"), "--env", util.Interpolate("CI_PROJECT_NAME=%(src::project)s"), + "--cap-add", "SYS_ADMIN,CAP_SYS_CHROOT", "--volume", f"{WORK_DIR}:/workdir", "--volume", "/home/container-worker/ephemeral_ci_artifacts:/artifacts", "--volume", "/home/container-worker/persistent_ci_artifacts:/persistent_artifacts",