Skip to content

Commit 073bb55

Browse files
committed
Enable product version aware RPM sweep
This PR requires openshift-eng/art-tools#1085
1 parent d01e65a commit 073bb55

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

group.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ vars:
2626
GO_LATEST: "1.23"
2727
GO_EXTRA: "1.23" # There is no extra version at this time, so just duplicate latest.
2828

29+
feature_gates:
30+
# This is to allow the use of the new rpm sweep approach.
31+
# With this enabled, rpms that have been shipped in other product versions (e.g. RHEL or other OCP versions)
32+
# will not be swept.
33+
# We will need to enable this for all future GA releases.
34+
product_version_aware_rpm_sweep: true
35+
2936
compliance:
3037
rpm_shim:
3138
enabled: true
@@ -39,6 +46,7 @@ arches:
3946
multi_arch:
4047
enabled: true
4148

49+
4250
# It is not decided yet from which OCP version on a new release version will have the format i.e. 4.18.0-0
4351
# Until then the new_payload_versioning_scheme will have the value False
4452
new_payload_versioning_scheme: false

0 commit comments

Comments
 (0)