gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin-deployment] branch master updated: adding bootstrap+configure


From: gnunet
Subject: [libeufin-deployment] branch master updated: adding bootstrap+configure to workers
Date: Mon, 16 Nov 2020 17:57:31 +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 583bbed  adding bootstrap+configure to workers
583bbed is described below

commit 583bbedc11b174ab2555b4559d1596f01c8473d2
Author: MS <ms@taler.net>
AuthorDate: Mon Nov 16 17:57:12 2020 +0100

    adding bootstrap+configure to workers
---
 buildbot/master.cfg | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 93a8aee..f842556 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -73,9 +73,23 @@ c["schedulers"] = [
 
 ####### FACTORIES
 
+BOOTSTRAP_COMMAND = ShellCommand(
+        name="Bootstrap repository",
+        description="Bootstrap..",
+        descriptionDone="Bootstrap done",
+        command=["./bootstrap"]
+
+CONFIGURE_COMMAND = ShellCommand(
+        name="Configure project",
+        description="Configure..",
+        descriptionDone="Configure done",
+        command=["./configure"]
+
 UNITTESTS_FACTORY = util.BuildFactory()
 UNITTESTS_FACTORY.addSteps([
     Git(repourl="git://git.taler.net/libeufin"),
+    BOOTSTRAP_COMMAND,
+    CONFIGURE_COMMAND,
     ShellCommand(
         name="Unit tests",
         description="Running unit tests",
@@ -87,6 +101,8 @@ UNITTESTS_FACTORY.addSteps([
 INTEGRATION_TESTS_FACTORY = util.BuildFactory()
 INTEGRATION_TESTS_FACTORY.addSteps([
     Git(repourl="git://git.taler.net/libeufin"),
+    BOOTSTRAP_COMMAND,
+    CONFIGURE_COMMAND,
     ShellCommand(
         name="Integration tests",
         description="Running the integration 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]