Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,20 @@ This widget provides insights into how long it takes to recover from a failure o

The following options are available for this widget:

* **View Breakdown**: Provides a detailed breakdown of restoration time by team.
* **View Breakdown**: Provides a detailed breakdown of restoration time by team.

## Troubleshooting

### Lead Time for Changes

#### Why does the Build phase show no data even when the PR merge time is before the build creation time?

![](../static/build-time-troubleshooting.png)

This occurs due to a correlation mismatch between commits and CI builds. The build time for the Effiency Profile is calculated as:

$$
\text{Build Time} = \text{First CI Build} - \text{Last PR Merged}
$$

If the build time calculation results in a negative value, for example, when the first CI build occurs before the last PR was merged (e.g. August 25 to September 2), the build time is considered `0`. This is why no data appears.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.