gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: added weblatetest.sh and webla


From: gnunet
Subject: [taler-deployment] branch master updated: added weblatetest.sh and weblatetest buildslave (hopefully) to master.cfg
Date: Tue, 09 Jun 2020 08:42:14 +0200

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

buck pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4c07c84  added weblatetest.sh and weblatetest buildslave (hopefully) 
to master.cfg
4c07c84 is described below

commit 4c07c84c43d8a4b64368be00d4b245229c50ca9d
Author: buckE <buckE@disroot.org>
AuthorDate: Tue Jun 9 06:41:36 2020 +0000

    added weblatetest.sh and weblatetest buildslave (hopefully) to master.cfg
---
 buildbot/master.cfg     | 15 +++++++++++++++
 buildbot/weblatetest.sh |  3 +++
 2 files changed, 18 insertions(+)

diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index e7440b0..6d76fc6 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -490,6 +490,21 @@ LINT_FACTORY.addStep(
     )
 )
 
+
+# "weblatestest" test buildbot slave is nothing to do with weblate, just a 
tests
+# deleteme when test confirmed
+WEBLATETEST_FACTORY = create_factory_with_deployment()
+WEBLATETEST_FACTORY.addStep(
+    ShellCommand(
+        name="weblatetest script (does nothing)",
+        description="just testing building a buildslace",
+        descriptionDone="weblatetest job is done",
+        command=["./weblatetest.sh"],
+        workdir="../.."
+    )
+)
+
+
 INTEGRATIONTEST_FACTORY = create_factory_with_deployment()
 INTEGRATIONTEST_FACTORY.addStep(
     ShellCommand(
diff --git a/buildbot/weblatetest.sh b/buildbot/weblatetest.sh
new file mode 100755
index 0000000..39f05c6
--- /dev/null
+++ b/buildbot/weblatetest.sh
@@ -0,0 +1,3 @@
+#!/bin/bash -e
+
+touch whereDoesThisFileGetCreated

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