gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: log the container bu


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: log the container build step
Date: Mon, 12 Jun 2023 21:49:05 +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 b515fe7  buildbot: log the container build step
b515fe7 is described below

commit b515fe734f4ff13a9a557f450dcd17c9d697cdf0
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jun 12 15:48:47 2023 -0400

    buildbot: log the container build step
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 89157bd..915cf24 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -170,7 +170,8 @@ def container_run_step(factory, WORK_DIR, containerName,
         name="container build and run",
         commands=[
             util.ShellArg(command=["podman", "build", "-t", containerName,
-                                   "-f", containerFile, "."]),
+                                   "-f", containerFile, "."],
+                          logname='build container', haltOnFailure=True),
             util.ShellArg(command=["podman", "run", "-ti", "--rm", "--volume",
                                    "$PWD:/workdir", "--workdir", "/workdir",
                                    containerName, 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]