From 1541900e2987edf38b8453337e13019c1c4845ae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 14 Apr 2017 19:53:21 +0200 Subject: reproducible Debian: add first stub to move those 166 build jobs from jenkins to systemd as scheduler Signed-off-by: Holger Levsen --- hosts/jenkins/etc/systemd/system/reproducible_build@service | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 hosts/jenkins/etc/systemd/system/reproducible_build@service (limited to 'hosts') diff --git a/hosts/jenkins/etc/systemd/system/reproducible_build@service b/hosts/jenkins/etc/systemd/system/reproducible_build@service new file mode 100644 index 00000000..dc465f75 --- /dev/null +++ b/hosts/jenkins/etc/systemd/system/reproducible_build@service @@ -0,0 +1,12 @@ +[Unit] +Description=Build service for reproducible-builds jobs + +[Service] +# Restart whenever the script exits, without rate limiting: +Restart=always +StartLimitInterval=0 + +ExecStart=/srv/jenkins/bin/reproducible_build_service.sh %I + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf