Re: FBR: Disable Bodhi batching

2018-04-02 Thread Randy Barlow
On 03/27/2018 03:43 AM, Vít Ondruch wrote:
> So what does the "push to batched" button doing now?

It will still batch the update, but Bodhi will move it to stable within
24 hours now.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: FBR: Disable Bodhi batching

2018-03-27 Thread Vít Ondruch
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-le...@lists.fedoraproject.org
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: FBR: Disable Bodhi batching

2018-03-26 Thread Randy Barlow
This is now deployed to production.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: FBR: Disable Bodhi batching

2018-03-26 Thread Pierre-Yves Chibon
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[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 
> Date: Mon, 26 Mar 2018 02:37:49 +
> Subject: [PATCH] Dequeue bodhi batched updates daily.
> 
> Signed-off-by: Randy Barlow 
> ---
>  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


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


FBR: Disable Bodhi batching

2018-03-25 Thread Randy Barlow
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 
Date: Mon, 26 Mar 2018 02:37:49 +
Subject: [PATCH] Dequeue bodhi batched updates daily.

Signed-off-by: Randy Barlow 
---
 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@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org