gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: create instances automatically


From: gnunet
Subject: [taler-deployment] branch master updated: create instances automatically
Date: Tue, 21 Jul 2020 16:45:14 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 0ac5315  create instances automatically
0ac5315 is described below

commit 0ac531596cc7be0bc87834e30b3048c47a179892
Author: MS <ms@taler.net>
AuthorDate: Tue Jul 21 16:44:50 2020 +0200

    create instances automatically
---
 buildbot/create_instances.sh |  7 +++++++
 buildbot/master.cfg          | 12 ++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/buildbot/create_instances.sh b/buildbot/create_instances.sh
new file mode 100755
index 0000000..40b736d
--- /dev/null
+++ b/buildbot/create_instances.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# Step for the BUILD_FACTORY running the 'test.taler.net' site.
+set -eu
+
+source "${HOME}/activate"
+taler-config-instances
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6772355..bf7f09c 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -808,6 +808,18 @@ BUILD_FACTORY.addStep(
     )
 )
 
+BUILD_FACTORY.addStep(
+    ShellCommand(
+        name="create instances",
+        description="Create merchant instances.",
+        descriptionDone="All the instances got created.",
+        command=["./create_instances.sh"],
+        workdir="../../deployment/buildbot",
+        haltOnFailure=True,
+        env={'DEPLOYMENT': "test"}
+    )
+)
+
 SELENIUM_FACTORY = create_factory_with_deployment()
 SELENIUM_FACTORY.addStep(
     ShellCommand(

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