Skip to content

[wip] investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation - #285

Closed
mennyaboush wants to merge 2 commits into
mainfrom
investigate/revert-storage-tier-changes
Closed

[wip] investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation#285
mennyaboush wants to merge 2 commits into
mainfrom
investigate/revert-storage-tier-changes

Conversation

@mennyaboush

@mennyaboush mennyaboush commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

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:

Rationale

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

  • Merge this PR and monitor BMaaS CI pipeline runs for stabilization
  • If CI stabilizes, narrow down which of the two PRs is the actual culprit by re-applying them individually
  • If CI does not stabilize, close this PR and investigate other changes in v0.0.85

🤖 Generated with Claude Code

@openshift-ci

openshift-ci Bot commented Aug 12, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: mennyaboush
Once this PR has been reviewed and has the lgtm label, please assign jhernand for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: osac-project/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: fc8d7051-b5f9-4a75-9593-546550390079

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@fullsend-ai-review

fullsend-ai-review Bot commented Aug 12, 2026

Copy link
Copy Markdown

🤖 Finished Review · ✅ Success · Started 12:28 PM UTC · Completed 12:44 PM UTC

Commit: 9ca4a91 · View workflow run →

@mennyaboush mennyaboush changed the title investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation [wip] investigate: Revert storage-tier changes (#256, #159) to diagnose BMaaS CI degradation Aug 12, 2026
@fullsend-ai-review

fullsend-ai-review Bot commented Aug 12, 2026

Copy link
Copy Markdown

Review

Findings

Medium

Low

  • [missing-traceability] No linked Jira issue. The PR body explains the diagnostic intent and the draft status with do-not-merge/work-in-progress label mitigates risk, but if this PR is intended for merge, it should be linked to a tracking issue.

Labels: PR reverts storage-tier changes to diagnose CI degradation incident

@fullsend-ai-review fullsend-ai-review Bot 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.

See the review comment for full details.

kind: ClusterIssuer
name: default-ca

bootstrap:

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[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.

@fullsend-ai-review fullsend-ai-review Bot added requires-manual-review Review requires human judgment storage incident A specific event resulting in a service outage labels Aug 12, 2026
@mennyaboush

Copy link
Copy Markdown
Contributor Author

Closing: the StorageClass double-fault theory (#256 + #159) was debunked. PR #159's StorageTier is a passthrough field to AAP, not a StorageClass lookup. BMaaS has zero StorageTier awareness. The CI degradation is unrelated to these changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/work-in-progress incident A specific event resulting in a service outage requires-manual-review Review requires human judgment storage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant