Add ITS policy config for early release-violation visibility#236
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a Red Hat ITS Conforma policy that simulates release-time evaluation, loads base and release policy sources, includes Red Hat rules, and excludes the ChangesRed Hat ITS policy
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
st3penta
reviewed
Jul 16, 2026
st3penta
previously approved these changes
Jul 16, 2026
st3penta
left a comment
Contributor
There was a problem hiding this comment.
looks good, i just left a non-blocking comment about the effective date
This policy config lets teams surface release-time Conforma policy violations during Integration Tests. It sets pipeline_intention to "release" to unlock OLM rules, while excluding the schedule and quay_expiration packages that would always fail outside an actual release. Ref: EC-1904 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
st3penta
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
redhat-its/policy config that simulates release-time Conforma evaluation during Integration Testspipeline_intention: releaseto unlock OLM rules (unpinned_snapshot_references, unpinned_related_images, inaccessible_related_images, unmapped_references)scheduleandquay_expirationpackages since they enforce release-only constraints that would always fail in ITSTest plan
ec validate imageworks against this config with a test imageRef: EC-1904
🤖 Generated with Claude Code