ci: Fix shard info meta-data and add bin/ci-shards#37866
Draft
def- wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Sorry, was in a half-finished state. |
antiguru
approved these changes
Jul 24, 2026
def-
marked this pull request as draft
July 24, 2026 16:08
Sharded jobs record the workflows/files they ran in build meta-data under "Shard for <job label>". Accumulate items across shard_list calls so workflows that shard multiple lists (e.g. sqllogictest's steps) no longer overwrite their own entry. The label alone is a unique key since mkpipeline appends the shard number to parallel steps. Add bin/ci-shards to show the mapping: pass a Buildkite build URL to list every sharded job with its items, a job link for that job's items, or additionally a file/scenario/workflow name to find the job(s) that ran it. Document it in the mz-debug-ci skill. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CeY7DEyG9nLDzbMHFBgt2r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sharded jobs record the workflows/files they ran in build meta-data under "Shard for ". Accumulate items across shard_list calls so workflows that shard multiple lists (e.g. sqllogictest's steps) no longer overwrite their own entry. The label alone is a unique key since mkpipeline appends the shard number to parallel steps.
Add bin/ci-shards to show the mapping: pass a Buildkite build URL to list every sharded job with its items, or a job link for that job's items. Document it in the mz-debug-ci skill.
https://materializeinc.slack.com/archives/C01LKF361MZ/p1784895664071619