Good Morning Everyone,
After being asked why the CI messages aren't being shown to src.fp.o, I looked
at loopabull to find out it wasn't running, the workers were but not the main
app.
So I'd like, 2 +1 after the fact for having restarted it.
In the same idea: 2 +1 to enable it in ansible using the following patch:
"""
From 865436dbdb8f5d1387af1e630c1b9adc01a44ed5 Mon Sep 17 00:00:00 2001
From: Pierre-Yves Chibon <pingou(a)pingoured.fr>
Date: Mon, 15 Oct 2018 16:12:23 +0200
Subject: [PATCH] Ensure the loopabull server is running and enabled
Signed-off-by: Pierre-Yves Chibon <pingou(a)pingoured.fr>
---
roles/loopabull/tasks/main.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/roles/loopabull/tasks/main.yml b/roles/loopabull/tasks/main.yml
index 2edf16190..9ddd42289 100644
--- a/roles/loopabull/tasks/main.yml
+++ b/roles/loopabull/tasks/main.yml
@@ -61,6 +61,7 @@
state: started
enabled: yes
with_items:
+ - loopabull
- loopabull@1
- loopabull@2
- loopabull@3
--
2.14.4
"""
Thanks,
Pierre