Skip to content

Commit

Permalink
Enable product version aware RPM sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
vfreex committed Dec 20, 2024
1 parent d01e65a commit 073bb55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions group.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 073bb55

Please sign in to comment.