gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: add buildbot-work


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add buildbot-worker-taler-{demo, test}-healthcheck service
Date: Mon, 21 Oct 2019 16:53:39 +0200

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

ng0 pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 046aa7e  add buildbot-worker-taler-{demo,test}-healthcheck service
046aa7e is described below

commit 046aa7e905b8d3f5c2207b64ed2af3e77ea93bfb
Author: ng0 <address@hidden>
AuthorDate: Mon Oct 21 14:53:11 2019 +0000

    add buildbot-worker-taler-{demo,test}-healthcheck service
---
 buildbot-worker-taler-demo-healthcheck.service | 13 +++++++++++++
 buildbot-worker-taler-test-healthcheck.service | 13 +++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/buildbot-worker-taler-demo-healthcheck.service 
b/buildbot-worker-taler-demo-healthcheck.service
new file mode 100644
index 0000000..ce9ab42
--- /dev/null
+++ b/buildbot-worker-taler-demo-healthcheck.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for taler-demo-healthcheck
+AssertPathExists=/home/taler-demo-healthcheck/worker
+
+[Service]
+WorkingDirectory=/home/taler-demo-healthcheck/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target
diff --git a/buildbot-worker-taler-test-healthcheck.service 
b/buildbot-worker-taler-test-healthcheck.service
new file mode 100644
index 0000000..1973640
--- /dev/null
+++ b/buildbot-worker-taler-test-healthcheck.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Buildbot worker service for taler-test-healthcheck
+AssertPathExists=/home/taler-test-healthcheck/worker
+
+[Service]
+WorkingDirectory=/home/taler-test-healthcheck/
+ExecStart=/usr/local/bin/buildbot-worker start --nodaemon worker
+ExecReload=/usr/local/bin/buildbot-worker restart --nodaemon worker
+ExecStop=/usr/local/bin/buildbot-worker stop worker
+Restart=always
+
+[Install]
+WantedBy=default.target

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]