OCPBUGS-112332: Add missing securityContextConfig: restricted to catalog source templates - #31562
OCPBUGS-112332: Add missing securityContextConfig: restricted to catalog source templates#31562oceanc80 wants to merge 1 commit into
securityContextConfig: restricted to catalog source templates#31562Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
|
@oceanc80: This pull request references Jira Issue OCPBUGS-112332, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (8)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe compatibility test fixtures now set ChangesCatalogSource security context
Estimated code review effort: 1 (Trivial) | ~3 minutes Merge Risk: ⚪ Minimal · up to This localized template update adds the requested security context configuration, and no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (8 skipped: 8 unsupported.) Full details: Stable And Deterministic Test NamesExplanation PASS: The pull request changes only eight YAML CatalogSource fixtures under Full details: Test Structure And QualityExplanation PASS: The pull request changes only eight YAML fixture files under Full details: Microshift Test CompatibilityExplanation PASS — The pull request changes only eight existing YAML test fixtures. The commit adds Full details: Single Node Openshift (Sno) Test CompatibilityExplanation PASS: The pull request changes only eight existing YAML CatalogSource fixtures. The exact patch adds Full details: Topology-Aware Scheduling CompatibilityExplanation PASS: The PR changes only eight CatalogSource test fixtures. Each added field is Full details: Ote Binary Stdout ContractExplanation PASS: The pull request changes only eight YAML test-data files under Full details: Ipv6 And Disconnected Network Test CompatibilityExplanation PASS: The pull request changes only eight YAML CatalogSource fixtures. The diff adds Full details: No-Weak-CryptoExplanation The pull request changes only eight CatalogSource YAML fixtures. The added setting is Full details: Container-PrivilegesExplanation PASS. The pull request changes only eight CatalogSource YAML fixtures. The added fields are Full details: No-Sensitive-Data-In-LogsExplanation PASS: The pull request changes only eight CatalogSource YAML fixtures. The added content is ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
The changes look fine, but since we don't have any known tests executing in namespaces without openshift-* prefix this ensures that any catalogs created by these templates will have the appropriate PSA from creation. |
| mediatype: "" | ||
| publisher: "${PUBLISHER}" | ||
| sourceType: "${SOURCETYPE}" | ||
| grpcPodConfig: |
There was a problem hiding this comment.
this is ignored by OLM, since this is not a GRPC pod
| name: scenario3 | ||
| namespace: scenario3 | ||
| spec: | ||
| sourceType: internal |
There was a problem hiding this comment.
sourceType internal will take the configmap path, so these changes are ignored by OLM.
|
/test e2e-aws-ovn |
|
Scheduling required tests: |
|
/override ci/prow/e2e-aws-ovn-microshift-serial Automated triage: This failure appears unrelated to the PR changes. Rationale: The job failed in the Evidence:
If you disagree with this assessment, AI-generated. Review for accuracy. |
|
@redhat-chai-bot: Overrode contexts on behalf of redhat-chai-bot: ci/prow/e2e-aws-ovn-microshift-serial DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/override ci/prow/e2e-aws-ovn-serial-2of2 Automated triage: This failure appears unrelated to the PR changes. Rationale: The job failed during Evidence:
If you disagree with this assessment, AI-generated. Review for accuracy. |
|
@redhat-chai-bot: Overrode contexts on behalf of redhat-chai-bot: ci/prow/e2e-aws-ovn-serial-2of2 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/verified later @sdodson |
|
@sdodson: This PR has been marked to be verified later by DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: grokspawn, oceanc80 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/override ci/prow/e2e-metal-ipi-ovn-ipv6 Automated triage: This failure appears unrelated to the PR changes. Rationale: The job failed in the Evidence:
If you disagree with this assessment, AI-generated. Review for accuracy. |
|
@redhat-chai-bot: Overrode contexts on behalf of redhat-chai-bot: ci/prow/e2e-metal-ipi-ovn-ipv6 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@oceanc80: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Add missing
securityContextConfig: restrictedto catalog source templatesSummary by CodeRabbit
Bug Fixes
Tests