[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: buildbot: pass project propert
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: buildbot: pass project property to container env |
Date: |
Fri, 13 Sep 2024 21:54:40 +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 8bbfd02 buildbot: pass project property to container env
8bbfd02 is described below
commit 8bbfd0272a48fd5f2e5a3269e78b8f59ef325421
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Fri Sep 13 20:54:30 2024 +0100
buildbot: pass project property to container env
---
buildbot/master.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index c044692..e657a58 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -204,6 +204,7 @@ def container_add_step(HALT_ON_FAILURE,
"--network", "slirp4netns:allow_host_loopback=true",
"--env",
util.Interpolate("CI_COMMIT_REF=%(prop:got_revision:-%(src::revision:-unknown)s)s"),
"--env", util.Interpolate("CI_GIT_BRANCH=%(src::branch)s"),
+ "--env",
util.Interpolate("CI_PROJECT_NAME=%(src::project)s"),
"--volume", f"{WORK_DIR}:/workdir",
"--volume",
"/home/container-worker/container_artifacts:/artifacts",
"--volume",
"/home/container-worker/mounted_files/ci_container_id_ed25519:/root/.ssh/id_ed25519:ro",
--
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: pass project property to container env,
gnunet <=