From 073bb552309e90b56e5575041ecd91df225b6720 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhu Date: Fri, 20 Dec 2024 16:32:27 +0800 Subject: [PATCH] Enable product version aware RPM sweep This PR requires https://github.com/openshift-eng/art-tools/pull/1085 --- group.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/group.yml b/group.yml index af7d85bd3..5d19b3f4e 100644 --- a/group.yml +++ b/group.yml @@ -26,6 +26,13 @@ vars: GO_LATEST: "1.23" GO_EXTRA: "1.23" # There is no extra version at this time, so just duplicate latest. +feature_gates: + # This is to allow the use of the new rpm sweep approach. + # With this enabled, rpms that have been shipped in other product versions (e.g. RHEL or other OCP versions) + # will not be swept. + # We will need to enable this for all future GA releases. + product_version_aware_rpm_sweep: true + compliance: rpm_shim: enabled: true @@ -39,6 +46,7 @@ arches: multi_arch: enabled: true + # It is not decided yet from which OCP version on a new release version will have the format i.e. 4.18.0-0 # Until then the new_payload_versioning_scheme will have the value False new_payload_versioning_scheme: false