-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Problem
When comparing bundle analysis, the baseline report is the latest job corresponding to the base branch(ex: main branch).
For reports related to long-lived commits in a feature branch, commits in a branch checkout from other non-base branch, or for projects that rely on multiple base branches, the baseline can be different than the actual git change. As a result, the bundle analysis comparison can show irelevant differences:
For example:
feature-b#commit-dis compared with the latest job in the base branch,main#commit-c". It should be compared withfeature-b#commit-b`feature-a#commit-eis compared with the latest job in the base branch,main#commit-c". It should be compared withmain#commit-a`
Solution
Extract the corresponding base branch and commit for a build, and try to infer the closest available baseline.
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress