From 5e1fc2603b1845944e732de2dff8d6e8106c0c77 Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sat, 5 Jun 2021 11:19:36 +0200 Subject: [PATCH] Bodhi: critpath rawhide updates don't need days in testing Signed-off-by: Mattia Verga --- roles/bodhi2/base/templates/production.ini.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 00001ffb52..43d3b6cfd5 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -606,6 +606,9 @@ f{{ FedoraRawhideNumber }}c.pre_beta.mandatory_days_in_testing = 0 # Rawhide gating - Updates in rawhide don't require any days in testing. f{{ FedoraRawhideNumber }}.status = pre_beta f{{ FedoraRawhideNumber }}.pre_beta.mandatory_days_in_testing = 0 +f{{ FedoraRawhideNumber }}.pre_beta.critpath.min_karma = 0 +f{{ FedoraRawhideNumber }}.pre_beta.critpath.stable_after_days_without_negative_karma = 0 + # ELN gating - Updates in ELN don't require any days in testing. eln.status = pre_beta