gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: Allow change in repo X trig


From: gnunet
Subject: [libeufin-deployment] branch master updated: Allow change in repo X trigger build in repo Y.
Date: Tue, 24 Nov 2020 15:27:33 +0100

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

ms pushed a commit to branch master
in repository libeufin-deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2657662  Allow change in repo X trigger build in repo Y.
2657662 is described below

commit 265766294fbb92926cdfee129d26ec39281c9f3d
Author: MS <ms@taler.net>
AuthorDate: Tue Nov 24 15:22:19 2020 +0100

    Allow change in repo X trigger build in repo Y.
    
    This is only possible if repo Y is not trying to
    checkout the new revision from repo X, after the
    Git hook triggered Buildbot (see alwaysUseLatest
    param for the Git step).
---
 buildbot/master.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e1c88da..05ff995 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -92,7 +92,7 @@ CONFIGURE_COMMAND = ShellCommand(
 
 UNITTESTS_FACTORY = util.BuildFactory()
 UNITTESTS_FACTORY.addSteps([
-    Git(repourl="git://git.taler.net/libeufin"),
+    Git(repourl="git://git.taler.net/libeufin", alwaysUseLatest=True),
     BOOTSTRAP_COMMAND,
     CONFIGURE_COMMAND,
     ShellCommand(
@@ -106,7 +106,7 @@ UNITTESTS_FACTORY.addSteps([
 
 INTEGRATION_TESTS_FACTORY = util.BuildFactory()
 INTEGRATION_TESTS_FACTORY.addSteps([
-    Git(repourl="git://git.taler.net/libeufin"),
+    Git(repourl="git://git.taler.net/libeufin", alwaysUseLatest=True),
     BOOTSTRAP_COMMAND,
     CONFIGURE_COMMAND,
     ShellCommand(
@@ -120,7 +120,7 @@ INTEGRATION_TESTS_FACTORY.addSteps([
 
 PARSING_TESTS_FACTORY = util.BuildFactory()
 PARSING_TESTS_FACTORY.addSteps([
-    Git(repourl="git://git.taler.net/libeufin-tests"),
+    Git(repourl="git://git.taler.net/libeufin-tests", alwaysUseLatest=True),
     BOOTSTRAP_COMMAND,
     ShellCommand(
         name="Parsing tests",

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