feat: run comparison - run metadata comparison - #2600
Open
camielvs wants to merge 1 commit into
Open
Conversation
This was referenced Jul 30, 2026
Collaborator
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
🎩 PreviewA preview build has been created at: |
This was referenced Jul 30, 2026
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 30, 2026 23:22
bbd75eb to
6d71a83
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
2 times, most recently
from
July 31, 2026 00:24
38d1bf5 to
d0ef921
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 31, 2026 00:24
6d71a83 to
1b84110
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
2 times, most recently
from
July 31, 2026 01:36
dc53d9d to
1e12a5d
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
July 31, 2026 01:36
1b84110 to
378e505
Compare
4 tasks
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 14, 2026 18:17
378e505 to
a10c24a
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
2 times, most recently
from
August 14, 2026 19:07
9ef9026 to
d5b078f
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 14, 2026 19:07
a10c24a to
3508beb
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 21:01
d5b078f to
c24848f
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 14, 2026 21:01
3508beb to
744e5fb
Compare
3 tasks
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 14, 2026 23:47
c24848f to
e998ef1
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 14, 2026 23:47
744e5fb to
fbae585
Compare
camielvs
commented
Aug 17, 2026
camielvs
commented
Aug 17, 2026
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 17, 2026 20:01
e998ef1 to
921fd30
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 17, 2026 20:01
fbae585 to
5095ff0
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 17, 2026 23:03
5095ff0 to
df8cad2
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 17, 2026 23:03
921fd30 to
0f02d18
Compare
8 tasks
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 18, 2026 00:44
df8cad2 to
ecc36ff
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 18, 2026 00:44
0f02d18 to
6980587
Compare
camielvs
force-pushed
the
cmp-05-run-metadata-comparison
branch
from
August 18, 2026 00:56
6980587 to
fbe96eb
Compare
camielvs
force-pushed
the
cmp-04-artifact-comparison
branch
from
August 18, 2026 00:56
ecc36ff to
556f7e8
Compare
camielvs
marked this pull request as ready for review
August 18, 2026 01:20
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.

Description
Fifth PR in the Compare Runs stack. Adds run-level metadata comparison — the context around the two runs, as opposed to their pipeline structure.
It compares who created each run, when, and any run-level annotations and arguments, and surfaces what changed. Two things are deliberately handled specially:
Annotation and argument keys are treated generically, so whatever a given deployment stores shows up without needing hardcoded knowledge of the keys. Rendered as a compact summary bar that expands to show the details when something actually differs.
Related Issue and Pull requests
Part of the Compare Runs stack. Builds on #2599; the next PR (#2601) builds on this branch.
Type of Change
Checklist
Screenshots (if applicable)
Test Instructions
npm run test -- compareRunMetadataAdditional Comments