gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: add default Containe


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: add default Containerfile path to podman
Date: Mon, 12 Jun 2023 21:31:15 +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 3a1845a  buildbot: add default Containerfile path to podman
3a1845a is described below

commit 3a1845aadd9736f5e0351c17df85d982b079264e
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Mon Jun 12 15:31:00 2023 -0400

    buildbot: add default Containerfile path to podman
---
 buildbot/master.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 7b1e2dd..89157bd 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -164,12 +164,13 @@ def update_deployment(factory):
 
 # Convenience function that builds and runs a container.
 def container_run_step(factory, WORK_DIR, containerName,
+                       containerFile="ci/Containerfile",
                        jobCmd="/workdir/ci/ci.sh"):
     factory.addStep(steps.ShellSequence(
         name="container build and run",
         commands=[
             util.ShellArg(command=["podman", "build", "-t", containerName,
-                                   "."]),
+                                   "-f", containerFile, "."]),
             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]