From 777a2a983ed0ebb5d4dbd842fa536ad9fceee96f Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Wed, 29 Apr 2020 19:14:19 +0000 Subject: [PATCH] Adding eln to prod bodhi Signed-off-by: Mohan Boddu --- roles/bodhi2/base/templates/production.ini.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 29953962a3..e964fb7eed 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -605,11 +605,10 @@ 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 -{% if env == 'staging' %} + # ELN gating - Updates in ELN don't require any days in testing. eln.status = pre_beta eln.pre_beta.mandatory_days_in_testing = 0 -{% endif %} ## ## Buildroot Override ##