From 3a53bfe8cd21b0422f702ab8ac319ba3a505dbff Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 23 May 2019 15:06:40 +0000 Subject: [PATCH] Set number of testing days for rawhide containers to 0 Signed-off-by: Mohan Boddu --- roles/bodhi2/base/templates/production.ini.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index d0acbe0d01..55a5e46d39 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -640,6 +640,11 @@ f{{ FedoraBranchedNumber }}.post_beta.critpath.min_karma = 2 f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negative_karma = 14 {% endif %} +# Rawhide layered containers are shipped through bodhi and rawhide containers not require any day +# in testing +f{{ FedoraRawhideNumber }}c.status = pre_beta +f{{ FedoraRawhideNumber }}c.pre_beta.mandatory_days_in_testing = 0 + ## ## Buildroot Override ##