Skip to content

Adds a pipeline report for seeing pass/fail on gitlab-qa jobs

John Jarvis requested to merge jarv/pipeline-report into master

Moved here from staging!36 (closed)

$ bundle exec bin/pipeline_report -d 10 -p gitlab-org/quality/canary
Fetching page 1 of jobs
Fetching page 2 of jobs
Fetching page 3 of jobs
Fetching page 4 of jobs
Fetching page 5 of jobs
Fetching page 6 of jobs
+--------------+-------------------------------+-------+-----------+--------------+--------------+--------------+
| Stage        | Job                           | Count | Pass Rate | Avg Duration | Max Duration | Min Duration |
+--------------+-------------------------------+-------+-----------+--------------+--------------+--------------+
| cleanup      | qa-schedules-subgroup-cleanup | 117   | 99        | 153.11       | 482.78       | 78.73        |
| notification | notify-slack-success          | 115   | 99        | 17.87        | 268.28       | 11.87        |
| sanity       | qa-schedules-smoke-ff         | 116   | 0         | 147.86       | 792.02       | 103.15       |
| sanity       | qa-schedules-smoke-quarantine | 116   | 86        | 183.25       | 859.49       | 91.56        |
| sanity       | qa-schedules-smoke            | 118   | 97        | 405.11       | 1301.45      | 157.96       |
| sanity       | qa-triggers-smoke-quarantine  | 5     | 100       | 133.38       | 191.37       | 107.63       |
| sanity       | qa-triggers-smoke             | 5     | 100       | 387.0        | 435.56       | 346.5        |
| notification | notify-slack-fail             | 4     | 100       | 20.64        | 34.39        | 13.12        |
+--------------+-------------------------------+-------+-----------+--------------+--------------+--------------+

Merge request reports

Loading