Skip to content

ci: add examples-chat-e2e-summary aggregator job#523

Merged
blove merged 1 commit into
mainfrom
claude/chat-e2e-summary
May 21, 2026
Merged

ci: add examples-chat-e2e-summary aggregator job#523
blove merged 1 commit into
mainfrom
claude/chat-e2e-summary

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 21, 2026

Summary

PR #521 sharded the singular examples/chat — e2e job into a 4-way matrix. The singular check name is no longer reported — anything referencing it externally (status badges, branch protection rules, deploy gates that read by name) sees a missing context.

This mirrors the existing cockpit-e2e-summary pattern (ci.yml:334-345): a no-op aggregator job named examples/chat — e2e that gates on the matrix's aggregated result. Restores the singular check name without undoing the sharding.

Test plan

  • On this PR, both the matrix shards (examples/chat — e2e (N/4)) AND the summary (examples/chat — e2e) report success
  • On main, the singular examples/chat — e2e check appears alongside the 4 shard checks

🤖 Generated with Claude Code

PR #521 sharded the singular `examples/chat — e2e` job into a 4-way
matrix. The singular check name is no longer reported, which would
break any external reference (status badges, branch protection rules,
deploy gates that read by name).

This mirrors the existing `cockpit-e2e-summary` pattern (lines
334-345 — fan-in over the cockpit matrix): a no-op aggregator named
`examples/chat — e2e` that gates on the matrix's aggregated result.
Restores the singular check name without undoing the matrix.

needs: [ci-scope, examples-chat-e2e] — ci-scope must be in needs for
the if-guard to access its outputs (GitHub Actions only exposes
needs.<job>.outputs for jobs in the explicit needs list).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment May 21, 2026 9:02pm

Request Review

@blove blove merged commit 120e7eb into main May 21, 2026
42 of 44 checks passed
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.

1 participant