Conversation
|
Warning Review limit reachedNext included review available in 54 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (7)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
70439d6 to
3ba4387
Compare
|
The matrix failures were all caused by the test harness using the flavor-filtered output as the global feature catalog. That made valid but hidden features such as |
3ba4387 to
3391cd0
Compare
|
The full matrix exposed one more catalog source: the valid |
3391cd0 to
8297720
Compare
|
I checked the exact-head failure in the proxy fapolicyd job. The test host started rejecting trusted |
|
The complete exact-head matrix is green now: run 36275312513. |
Why are you introducing these changes? (Problem description, related links)
foremanctl featurescurrently lists server-only features on proxy deployments and vice versa.Fixes #539
What are the changes introduced in this pull request?
How to test this pull request
python -m pytest --confcutdir=tests/unit tests/unit/filter_test.py -q.ruff check tests/ src/ development/scripts/ inventories/.ansible-lint playbooks/features/features.yamlfromsrc/.foremanctl featuresbefore a deployment and after Katello and content proxy deployments.Checklist