Skip to content

Commit

Permalink
keep stream in releases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwindasr committed Nov 5, 2024
1 parent 7ec36ee commit 15533c7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
releases:
stream:
assembly:
type: stream
permits:
- code: OUTDATED_RPMS_IN_STREAM_BUILD
component: '*'
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: rhcos
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: openshift-clients
- code: CONFLICTING_GROUP_RPM_INSTALLED
component: local-storage-mustgather
members:
images:
- distgit_key: '*'
why: Exclude rpm updates that should not cause mass rebuilds
metadata:
scan_sources:
exempt_rpms:
- redhat-release* # documents rhel release notes and concerns
- tzdata

0 comments on commit 15533c7

Please sign in to comment.