Skip to content

List the names of the failing benchmark subworkflows#2144

Open
cezudas wants to merge 2 commits intomainfrom
cezudas/OPS-3888
Open

List the names of the failing benchmark subworkflows#2144
cezudas wants to merge 2 commits intomainfrom
cezudas/OPS-3888

Conversation

@cezudas
Copy link
Contributor

@cezudas cezudas commented Mar 17, 2026

Fixes OPS-3888.

Screenshot 2026-03-17 at 14 58 50

Copilot AI review requested due to automatic review settings March 17, 2026 12:55
@linear
Copy link

linear bot commented Mar 17, 2026

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds display of failed benchmark subworkflow names when a benchmark run completes with partial failures.

Changes:

  • New FailedWorkflowsList component to render failed workflow names as a bulleted list
  • useBenchmarkRun hook tracks and exposes failedWorkflowNames state
  • Wires the new prop through BenchmarkWizard to BenchmarkReadyStep

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
benchmark-ready-step.tsx Adds FailedWorkflowsList component and renders it in the succeeded_with_failures phase
use-benchmark-run.ts Extracts failed subworkflow names from status response and exposes them
benchmark-wizard.tsx Passes failedWorkflowNames prop to BenchmarkReadyStep
use-benchmark-run.test.ts Adds test assertions for failedWorkflowNames
benchmark-ready-step.stories.tsx Adds story args for failedWorkflowNames

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@cezudas cezudas requested a review from ravikiranvm March 17, 2026 12:59
provider: string;
}) => (
<div className="flex flex-col gap-3 py-2">
<div className="flex flex-col gap-1 py-2">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unrelated change: reduces vertical gaps between text and link to match Figma design

@sonarqubecloud
Copy link

@cezudas cezudas requested a review from alexandrudanpop March 17, 2026 13:19
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