From df8e13732d2d9412366b212b59a951705adb4cef Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sep 30 2020 15:32:19 +0000 Subject: bodhi / backend: fesco wants to keep 3 days to stable until final See https://pagure.io/fesco/issue/2477 Signed-off-by: Kevin Fenzi --- diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 211e126..c1ef595 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -586,7 +586,10 @@ f{{ FedoraBranchedNumber }}.pre_beta.critpath.min_karma = 1 f{{ FedoraBranchedNumber }}.pre_beta.critpath.stable_after_days_without_negative_karma = 14 {% elif FedoraBranchedBodhi is defined and FedoraBranchedBodhi == 'postbeta' %} f{{ FedoraBranchedNumber }}.status = post_beta -f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 7 +#f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 7 +#fesco has decided that since this cycle is so short, we will keep 3 days in testing until release. +#This should change to 7 after release. +f{{ FedoraBranchedNumber }}.post_beta.mandatory_days_in_testing = 3 f{{ FedoraBranchedNumber }}.post_beta.critpath.min_karma = 2 f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negative_karma = 14 {% endif %}