During Friday's FESCo meeting there was a discussion about Bodhi's batching feature[0]. It was decided that Bodhi should disable batching until FESCo can come to agreement about what to do about it[1]. FESCo didn't say when this change should be made, but since we are in a freeze I thought I'd ask for an FBR to implement it (see attached). [0] https://pagure.io/fesco/issue/1820[1] https://meetbot.fedoraproject.org/teams/fesco/fesco.2018-03-23-15.00.log.html
>From 410258bb75e035bc08a4d788369d2d9a1f713316 Mon Sep 17 00:00:00 2001 From: Randy Barlow <randy@xxxxxxxxxxxxxxxxxxxxx> Date: Mon, 26 Mar 2018 02:37:49 +0000 Subject: [PATCH] Dequeue bodhi batched updates daily. Signed-off-by: Randy Barlow <randy@xxxxxxxxxxxxxxxxxxxxx> --- roles/bodhi2/backend/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index b9cd967..b074796 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -191,7 +191,7 @@ name: "bodhi-dequeue-stable" minute: "0" hour: "3" - weekday: "2" + weekday: "*" job: "/usr/bin/bodhi-dequeue-stable && touch /var/lib/bodhi/dequeue-stable" user: "apache" when: inventory_hostname.startswith('bodhi-backend01') -- 1.8.3.1
_______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx