Skip to content

test(sonarqube): E1 — remove 26.5.0 community branch plugin stack entirely, test stock 26.7 (?v=6) - #15

Merged
emmanuelbruno merged 1 commit into
mainfrom
fix/sonarqube-267-e1-stock
Sep 15, 2026
Merged

emmanuelbruno merged 1 commit into
mainfrom
fix/sonarqube-267-e1-stock

Conversation

@emmanuelbruno

Copy link
Copy Markdown
Contributor

E2 already proved the 26.5.0 community branch plugin boots fine on stock 26.7 (webapp override removed, plugin+agents kept) but search is STILL empty — so the plugin stack's search-path hooks are the remaining suspect. This removes the jar + both javaagents (webapp override already removed in E2). Branch/PR analysis is DISABLED while live. Because /opt/sonarqube/extensions/plugins is PVC-backed, a cleanup-branch-plugin init container rm -f's the stale 26.5.0 jar from the PVC first. Triggers StatefulSet roll (brief outage ~3-5 min). Reversible by reverting (re-adds jar + agents; ?v re-bump needed to bust the ArgoCD raw-valueFiles cache). Verification: search_projects should return 15 components.

Copilot AI lite review requested due to automatic review settings September 15, 2026 08:55
@emmanuelbruno
emmanuelbruno merged commit 2bb0c96 into main Sep 15, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The cleanup init container can report success despite failing to remove the stale plugin.

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Removes the legacy SonarQube branch-plugin stack to test stock 26.7 search behavior.

Changes:

  • Adds PVC cleanup for the stale plugin JAR.
  • Removes plugin installation and Java agents.
  • Bumps the ArgoCD values cache-buster to v=6.
File summaries
File Summary
helm/releases/sonarqube/values.yaml Removes the plugin stack and adds PVC cleanup. Moderate issue: cleanup masks rm failures and should propagate errors.
bootstrap/appset-helm.yaml Updates the values URL cache-buster to force reload.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

- sh
- -c
args:
- rm -f /opt/sonarqube/extensions/plugins/sonarqube-community-branch-plugin-*.jar && echo removed-stale-branch-plugin || echo no-stale-branch-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants