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 ru


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: log the container run step
Date: Mon, 12 Jun 2023 21:52:03 +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 3fbfe1e  buildbot: log the container run step
3fbfe1e is described below

commit 3fbfe1e9f0daa8421e7578634fe8147343b64476
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jun 12 15:51:55 2023 -0400

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

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 915cf24..bfd3e31 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -174,7 +174,8 @@ def container_run_step(factory, WORK_DIR, containerName,
                           logname='build container', haltOnFailure=True),
             util.ShellArg(command=["podman", "run", "-ti", "--rm", "--volume",
                                    "$PWD:/workdir", "--workdir", "/workdir",
-                                   containerName, jobCmd]),
+                                   containerName, jobCmd],
+                          logname='run container step', haltOnFailure=True),
         ],
         haltOnFailure=True,
         workdir=WORK_DIR

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