[wip] investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation - #285
[wip] investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation#285mennyaboush wants to merge 2 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mennyaboush The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: osac-project/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|
🤖 Finished Review · ✅ Success · Started 12:28 PM UTC · Completed 12:44 PM UTC Commit: |
ReviewFindingsMedium
Low
Labels: PR reverts storage-tier changes to diagnose CI degradation incident |
| kind: ClusterIssuer | ||
| name: default-ca | ||
|
|
||
| bootstrap: |
There was a problem hiding this comment.
[medium] incomplete revert / dead config
The revert of commit c8d822a re-adds bootstrap.cliImage to values.yaml, but does not restore the deleted Helm hook template (charts/operator/templates/hooks/label-storageclass.yaml) that consumed this value. No template currently references bootstrap or cliImage, making this dead config.
Suggested fix: Either restore the Helm hook template for a complete revert, or remove the bootstrap.cliImage entry since nothing consumes it.
Summary
Diagnostic PR to determine whether PRs #256 and #159 are causing the BMaaS CI degradation observed starting Aug 11 20:17 UTC (coinciding with release v0.0.85).
This PR reverts:
c8d822a4): OSAC-3886 — deleted a StorageClass labeling Helm hook3e9b25c0): OSAC-3629 — addedstorage_tierto the CRD/reconciler and updated test fixturesRationale
The CI degradation timeline correlates with the v0.0.85 release. These two PRs modified storage-related infrastructure and are the most likely candidates for the regression. Reverting them in isolation lets us confirm or rule out causation before investing in a targeted fix.
Test plan
🤖 Generated with Claude Code