Fix forecast markdown block
This commit is contained in:
+26
-24
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user