feat(ci-bot): add config to run the discord notification bot every day
We want daily updates of the CI's and Gerrit's status. Add a systemd
service and timer to do this automatically. Wrap the discord script in
uv to reduce the required setup. Add some instructions on how to install
on your machine too, kept in the script's docstring to make it self
contained.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: I4b960576a78b84b909d167f9aa5975e44978ad71
diff --git a/script/status_reporting/notifier.service b/script/status_reporting/notifier.service
new file mode 100644
index 0000000..8d12794
--- /dev/null
+++ b/script/status_reporting/notifier.service
@@ -0,0 +1,5 @@
+[Unit]
+Description="Pushes a notification about the CI to Discord"
+
+[Service]
+ExecStart=/path/to/platform-ci/script/status_reporting/discord_notify.py <discord_webhook_url>