summaryrefslogtreecommitdiff
path: root/.gitlab/issue_templates/Broken Master - Non-flaky.md
blob: d2dc616ead8a129b3da3e7eb3fe9b8becd2e3ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!---
This issue template is for a master pipeline is failing for a non-flaky reason.

Please read the below documentations for a workflow of triaging and resolving broken master.

- https://about.gitlab.com/handbook/engineering/workflow/#triage-broken-master
- https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/blob/main/runbooks/master-broken.md
--->

### Summary

<!-- Link to the failing master build and add the build failure output in the below code block section. -->

### Steps to reproduce

<!-- If the pipeline failure is reproducible, provide steps to recreate the issue locally. Please use an ordered list. -->

### Proposed Resolution

<!-- Describe the proposed change to restore master stability. -->

Please refer to the [Resolution guidance](https://about.gitlab.com/handbook/engineering/workflow/#resolution-of-broken-master) to learn more about resolution of broken master.

/label ~"master:broken" ~"Engineering Productivity" ~"priority::1" ~"severity::1" ~"type::maintenance" ~"maintenance::pipelines"