gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] 02/03: buildbot: do not assign pseudo-tty to podman c


From: gnunet
Subject: [taler-deployment] 02/03: buildbot: do not assign pseudo-tty to podman cmd
Date: Wed, 12 Jul 2023 04:42:48 +0200

This is an automated email from the git hooks/post-receive script.

devan-carpenter pushed a commit to branch master
in repository deployment.

commit 3c6698f56feeece6bfbe4140b9d4b4f677aa0411
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jul 10 14:56:56 2023 -0400

    buildbot: do not assign pseudo-tty to podman cmd
---
 buildbot/master.cfg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 418ddfe..32763e3 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -194,7 +194,7 @@ def container_add_step(HALT_ON_FAILURE,
         return steps.ShellSequence(
                 name=stepName,
                 commands=[
-                    util.ShellArg(command=["podman", "run", "-ti", "--rm",
+                    util.ShellArg(command=["podman", "run", "--rm",
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--workdir", "/workdir",
                                            CONTAINER_NAME, jobCmd],
@@ -211,7 +211,7 @@ def container_add_step(HALT_ON_FAILURE,
                     util.ShellArg(command=["podman", "build", "-t", 
CONTAINER_NAME,
                                            "-f", containerFile, "."],
                                   logname='build container', 
haltOnFailure=True),
-                    util.ShellArg(command=["podman", "run", "-ti", "--rm",
+                    util.ShellArg(command=["podman", "run", "--rm",
                                            "--volume", f"{WORK_DIR}:/workdir",
                                            "--workdir", "/workdir",
                                            CONTAINER_NAME, 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]