[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: print inputs path to
From: |
Admin |
Subject: |
[taler-deployment] branch master updated: buildbot: print inputs path to log |
Date: |
Sun, 09 Feb 2025 17:22:37 +0100 |
This is an automated email from the git hooks/post-receive script.
dvn pushed a commit to branch master
in repository taler-deployment.
The following commit(s) were added to refs/heads/master by this push:
new 551171f buildbot: print inputs path to log
551171f is described below
commit 551171fd12618ef8332108ad39a3e3e6906442f0
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Sun Feb 9 17:21:58 2025 +0100
buildbot: print inputs path to log
useful for debugging
---
buildbot/master.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 25450c3..db456f7 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -235,6 +235,7 @@ def container_add_step(HALT_ON_FAILURE,
# Inputs directory
inputs_path = f"/home/container-worker/container_inputs/{CONTAINER_NAME}"
if os.path.isdir(inputs_path):
+ print(f"adding {inputs_path}")
runCommand += ["--volume", f"{inputs_path}:/inputs:ro"]
if CONTAINER_BUILD:
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: buildbot: print inputs path to log,
Admin <=