multicluster-mesh-addon: Mark pre submit sonar job as optional for now#79510
Conversation
|
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 (1)
WalkthroughA single line in the multicluster-mesh-addon CI configuration is updated to mark the ChangesCI Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
/pj-rehearse ack |
|
@FilipB: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/retest |
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse ack |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: FilipB, sridhargaddam 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 |
|
@FilipB: your |
|
/pj-rehearse ack |
|
@mkolesnik: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@FilipB: all tests passed! 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. |
openshift#79510) * multicluster-mesh-addon: Mark pre submit sonar job as optional for now TODO: stolostron/multicluster-mesh-addon#78 * Run make ci-operator-config
TODO: stolostron/multicluster-mesh-addon#78
Summary
This PR updates the OpenShift CI configuration for the stolostron/multicluster-mesh-addon repository to make the sonar pre-submit code-quality test non-blocking by marking the
sonar-pre-submittest as optional.Changes Made
sonar-pre-submit) in ci-operator config for stolostron/multicluster-mesh-addon now includesoptional: true. The post-submit SonarCloud scan (sonar-post-submit) remains a postsubmit job and is unchanged.Practical Impact
File Modified