Fix forecast markdown block

This commit is contained in:
Matisse Hack
2022-09-16 15:57:25 -07:00
parent c104913e50
commit 230c4e2f57
+26 -24
View File
@@ -52,30 +52,32 @@ The forecast report, logs, and completed job data will be located within the `tm
The "Total" section of the forecast report contains high level statistics related to all the jobs completed after the `--start-date` CLI option: The "Total" section of the forecast report contains high level statistics related to all the jobs completed after the `--start-date` CLI option:
> - Job count: __73__ ```md
> - Pipeline count: __6__ - Job count: **73**
> - Pipeline count: **6**
> - Execution time
> - Execution time
> - Total: __27,057 minutes__
> - Median: __2 minutes__ - Total: **27,057 minutes**
> - P90: __19 minutes__ - Median: **2 minutes**
> - Min: __0 minutes__ - P90: **19 minutes**
> - Max: __15,625 minutes__ - Min: **0 minutes**
> - Max: **15,625 minutes**
> - Queue time
> - Queue time
> - Median: __0 minutes__
> - P90: __0 minutes__ - Median: **0 minutes**
> - Min: __0 minutes__ - P90: **0 minutes**
> - Max: __0 minutes__ - Min: **0 minutes**
> - Max: **0 minutes**
> - Concurrent jobs
> - Concurrent jobs
> - Median: __1__
> - P90: __3__ - Median: **1**
> - Min: __0__ - P90: **3**
> - Max: __29__ - Min: **0**
- Max: **29**
```
Here are some key terms of items defined in the forecast report: Here are some key terms of items defined in the forecast report: