Skip to content

Avoid returning deployment metrics url to MR widget when the deployment is not successful

Shinya Maeda requested to merge fix-deployment-metrics-in-mr-widget into master

What does this MR do?

After 11.5 RC4 deployment on gitlab.com, https://sentry.gitlab.net/gitlab/gitlabcom/issues/561552/ is being reported.

This error happens when user accesses deployment metrics in MR widget. Currently, we return metrics url even if the deployment is still running, however, this should not be returned until the deployment succeeded.

What are the relevant issue numbers?

Close https://gitlab.com/gitlab-org/gitlab-ce/issues/53870

Does this MR meet the acceptance criteria?

Edited by Shinya Maeda

Merge request reports