From c062941d0a0f2b710477784fd0039d813fb63d91 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Apr 12 2021 19:26:55 +0000 Subject: Revert "bodhi / backend: fesco wants to keep 3 days to stable until final" Now that F33 is released, we should revert back to original. Fixes: https://pagure.io/releng/issue/10087 This reverts commit df8e13732d2d9412366b212b59a951705adb4cef. --- diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 5791879..47535f0 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -592,10 +592,7 @@ 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 -#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.mandatory_days_in_testing = 7 f{{ FedoraBranchedNumber }}.post_beta.critpath.min_karma = 2 f{{ FedoraBranchedNumber }}.post_beta.critpath.stable_after_days_without_negative_karma = 14 {% endif %}