Skip to content

Link master broken incidents to related issues

Alina Mihaila requested to merge am-link-incident-on-failure-issue into main

What does this MR do and why?

Describe in detail what your merge request does and why.

Related gitlab-org/gitlab#423965 (closed)

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Testing with:

We would need to have incidents and slow issues related. For example gitlab-org/quality/engineering-productivity/master-broken-incidents#3461 (closed)

And change the data in RSpec report to have a match

files = ['rspec-4749998065.json']
token = "token"

report = GitlabQuality::TestTooling::Report::SlowTestIssue.new(token: token, input_files: files, project: "46635874")

report.invoke!

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alina Mihaila

Merge request reports