NO-JIRA: ci(.tekton/): remove obsolete sbom-syft-generate step override - #4569
Conversation
Buildah task v0.11.0 removed the `sbom-syft-generate` step; SBOM generation now
runs inside the `build` step. A `stepSpecs` override referencing a removed step
fails pipeline validation with:
[User error] invalid StepOverride: No Step named sbom-syft-generate
Drop the stale `sbom-syft-generate` entry from the `build-images` `stepSpecs`.
The `prepare-sboms` and `build` overrides are kept (both steps still exist).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited), Repository UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (62)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
💤 Files with no reviewable changes (62)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. 📝 WalkthroughWalkthroughThe change removes Priority: ➖ Normal Estimated code review effort: 2 (Simple) | ~12 minutes Merge Risk: ⚪ Minimal · up to The obsolete step overrides were removed without any remaining review findings. 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
Comment |
CI status [antigravity]Run: Build Notebooks (push) #34593813370 — 3/3 complete · 3 skipped No workbench image jobs ran; all matrix jobs were skipped. |
📋 Review SummaryThis pull request correctly removes the obsolete 🔍 General Feedback
I did not post inline review comments. |
CI status [antigravity]Run: Build Notebooks (pr) #34593820556 — 3/3 complete · 1 passed · 2 skipped No workbench image jobs ran; all matrix jobs were skipped. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4569 +/- ##
=======================================
Coverage 49.27% 49.27%
=======================================
Files 51 51
Lines 6583 6583
Branches 1103 1103
=======================================
Hits 3244 3244
Misses 3056 3056
Partials 283 283
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ide-developer 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 |
Summary
Removes the obsolete
sbom-syft-generatestep override from thebuild-imagesstepSpecsin the ODH Konflux PipelineRuns.Buildah task v0.11.0 removed the
sbom-syft-generatestep (SBOM generation now runsinside the
buildstep). AstepSpecsentry referencing a removed step fails pipelinevalidation with:
The
prepare-sbomsandbuildoverrides are retained (both steps still exist).62
.tekton/PipelineRun files changed (8 lines removed each).Related
sbom-syft-generate; SBOM generation moved into the build step.Testing
sbom-syft-generatereferences remain in.tekton/.Summary by CodeRabbit