taler-deployment

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

commit 2a48d7d80d53d4c9e2e87f1587fb7f6694d735ca
parent af2c3ba4fdefaa4eb8f562d8e1f4794d445c1685
Author: Devan Carpenter <devan@taler.net>
Date:   Mon, 10 Mar 2025 08:35:28 -0500

bb: make podman runs use tmpfs storage

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg @@ -218,7 +218,7 @@ def container_add_step(HALT_ON_FAILURE, containerFile="contrib/ci/Containerfile"): print(f"HALT_ON_FAILURE: {HALT_ON_FAILURE}, WARN_ON_FAILURE: {WARN_ON_FAILURE}, CONTAINER_BUILD: {CONTAINER_BUILD}, CONTAINER_NAME: {CONTAINER_NAME}") - runCommand = ["podman", "run", "--rm", + runCommand = ["podman", "--transient-store", "run", "--rm", "--arch", CONTAINER_ARCH, "--log-driver=none", "--add-host", "taler.host.internal:10.0.2.2",