From bc8872bf3ef25e32f99d336e5dde094a5dfb6737 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Wed, 14 Nov 2018 01:53:49 +0000 Subject: [PATCH] Configure containers to have 7 days in testing. Signed-off-by: Randy Barlow --- roles/bodhi2/base/templates/production.ini.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 350de479d5..0a8d834d16 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -564,6 +564,7 @@ critpath.num_admin_approvals = 0 # The minimum amount of time an update must spend in testing before # it can reach the stable repository fedora.mandatory_days_in_testing = 7 +fedora_container.mandatory_days_in_testing = 7 fedora_epel.mandatory_days_in_testing = 14 fedora_modular.mandatory_days_in_testing = 7