gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: buildbot: move ci scripts path


From: gnunet
Subject: [taler-deployment] branch master updated: buildbot: move ci scripts path in repos to contrib
Date: Thu, 23 Nov 2023 04:38:34 +0100

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 fbf55ba  buildbot: move ci scripts path in repos to contrib
fbf55ba is described below

commit fbf55ba8e13f9778ebb23de06fc2b52396982640
Author: Devan Carpenter <devan@taler.net>
AuthorDate: Wed Nov 22 22:36:44 2023 -0500

    buildbot: move ci scripts path in repos to contrib
---
 buildbot/master.cfg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index baa28cb..e485660 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -188,7 +188,7 @@ def container_add_step(HALT_ON_FAILURE,
                        factory,
                        WORK_DIR,
                        stepName,
-                       jobCmd="/workdir/ci/ci.sh",
+                       jobCmd="/workdir/contrib/ci/ci.sh",
                        containerFile="ci/Containerfile"):
     print(f"HALT_ON_FAILURE: {HALT_ON_FAILURE}, WARN_ON_FAILURE: 
{WARN_ON_FAILURE}, CONTAINER_BUILD: {CONTAINER_BUILD}, CONTAINER_NAME: 
{CONTAINER_NAME}")
     if not CONTAINER_BUILD:
@@ -1071,8 +1071,8 @@ class GenerateStagesCommand(buildstep.ShellMixin, 
steps.BuildStep):
     @defer.inlineCallbacks
     def run(self):
         CONTAINER_WORKDIR = 
f"/home/container-worker/workspace/{self.REPO_NAME}"
-        CI_JOBS_PATH = f"{CONTAINER_WORKDIR}/ci/jobs"
-        # run 'ls <project_root>/ci/jobs/' to get the list of stages
+        CI_JOBS_PATH = f"{CONTAINER_WORKDIR}/contrib/ci/jobs"
+        # run 'ls <project_root>/contrib/ci/jobs/' to get the list of stages
         cmd = yield self.makeRemoteShellCommand()
         yield self.runCommand(cmd)
         jobDirs = []
@@ -1140,7 +1140,7 @@ for repo in container_repos:
     REPO_NAME = repo.rsplit('/', 1)[1]
     REPO_URL = "https://"; + repo + ".git"
     CONTAINER_WORKDIR = f"/home/container-worker/workspace/{REPO_NAME}"
-    CI_JOBS_PATH = f"{CONTAINER_WORKDIR}/ci/jobs"
+    CI_JOBS_PATH = f"{CONTAINER_WORKDIR}/contrib/ci/jobs"
 
     # Create a factory
     container_factory = util.BuildFactory()

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