From 5e3b717437f559b5ace28b60af46feb696e37ad1 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 24 Apr 2020 13:50:58 +0000 Subject: [PATCH] Setting eln release to 0 days in testing 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 f6bd701f0f..29953962a3 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -605,6 +605,11 @@ 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 ##