Skip to content

WIP: EE: pipeline graph durations

Thong Kuah requested to merge ee-pipeline-timings into master

What does this MR do?

A start towards https://gitlab.com/gitlab-org/gitlab-ee/issues/2666.

Shows durations for each stage and group in the pipeline graph. Could be useful for developers looking to identify which are the slowest jobs in their pipeline

Currently triggered by appending ?timings=1 to the pipeline show URL. Eg. /pipelines/82?timings=1. I plan to put this behind a per project feature flag as well.

The UX might be bit crude currently but I think it will be valuable for &25

Screenshots

Screen_Shot_2019-09-02_at_10.38.38_AM

TODO

  • Specs
  • Query performance
  • License project policy
  • CE MR / EE specific things
  • Docs
  • Put behind Feature Flag

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports