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%5B1] https://meetbot.fedoraproject.org/teams/fesco/fesco.2018-03-23-15.00.log.htm...
On 03/25/2018 07:42 PM, Randy Barlow wrote:
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%5B1] https://meetbot.fedoraproject.org/teams/fesco/fesco.2018-03-23-15.00.log.htm...
+1
kevin
On Sun, Mar 25, 2018 at 10:42:03PM -0400, Randy Barlow wrote:
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%5B1] https://meetbot.fedoraproject.org/teams/fesco/fesco.2018-03-23-15.00.log.htm...
From 410258bb75e035bc08a4d788369d2d9a1f713316 Mon Sep 17 00:00:00 2001 From: Randy Barlow randy@electronsweatshop.com Date: Mon, 26 Mar 2018 02:37:49 +0000 Subject: [PATCH] Dequeue bodhi batched updates daily.
Signed-off-by: Randy Barlow randy@electronsweatshop.com
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
+1 for me as well
Pierre
So what does the "push to batched" button doing now?
V.
Dne 26.3.2018 v 20:46 Randy Barlow napsal(a):
This is now deployed to production. _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
infrastructure@lists.fedoraproject.org