From 73f212fc51fc9734d6bc5eae864639e2edd38ec9 Mon Sep 17 00:00:00 2001 From: Luiz Carvalho Date: Fri, 17 Jan 2025 15:55:26 -0500 Subject: [PATCH] Update CLI release policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the EC policy config for the CLI image in two ways. First, the policy config now enforces hermetic builds since the builds are indeed hermetic 🎉. Second the policy config no longer enforces the schedule restriction. Those policy rules are usually meant to avoid releases by a vendor on restricted dates, e.g. weekends. Since this is being used for a community release, this is not a concern. Ref: EC-911 Signed-off-by: Luiz Carvalho --- policies/cli/policy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policies/cli/policy.yaml b/policies/cli/policy.yaml index a938ae0b6..cb6d8bfe7 100644 --- a/policies/cli/policy.yaml +++ b/policies/cli/policy.yaml @@ -36,8 +36,8 @@ sources: include: - '@redhat' exclude: - # Not currently doing hermetic builds, see https://issues.redhat.com/browse/EC-360 - - hermetic_build_task.* + # For an upstream release, we don't worry about restricted release dates. + - schedule ruleData: # # Make high sev CVEs non-blocking temporarily