You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Report flaky tests or jobs in Cluster API CI
4
+
title: ''
5
+
labels: ''
6
+
assignees: ''
7
+
8
+
---
9
+
10
+
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Cluster API CI -->
11
+
12
+
**Which jobs are flaking:**
13
+
14
+
**Which tests are flaking:**
15
+
16
+
**Testgrid link:**
17
+
18
+
**Reason for failure (if possible):**
19
+
20
+
**Anything else we need to know:**
21
+
- links to go.k8s.io/triage appreciated
22
+
- links to specific failures in spyglass appreciated
23
+
24
+
25
+
/kind flake
26
+
27
+
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -383,8 +383,9 @@ The goal of this task is to keep our tests running in CI stable.
383
383
1. Add yourself to the [Cluster API alert mailing list](https://github.com/kubernetes/k8s.io/blob/151899b2de933e58a4dfd1bfc2c133ce5a8bbe22/groups/sig-cluster-lifecycle/groups.yaml#L20-L35)
384
384
<br\>**Note**: An alternative to the alert mailing list is manually monitoring the [testgrid dashboards](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api)
385
385
(also dashboards of previous releases). Using the alert mailing list has proven to be a lot less effort though.
386
-
2. Triage CI failures reported by mail alerts or found by monitoring the testgrid dashboards:
387
-
1. Create an issue in the Cluster API repository to surface the CI failure.
386
+
2. Check the existing **failing-test** and **flaking-test** issue templates under `.github/ISSUE_TEMPLATE/` folder of the repo, used to create an issue for failing or flaking tests respectively. Please make sure they are up-to-date and if not, send a PR to update or improve them.
387
+
3. Triage CI failures reported by mail alerts or found by monitoring the testgrid dashboards:
388
+
1. Create an issue using an appropriate template (failing-test) in the Cluster API repository to surface the CI failure.
388
389
2. Identify if the issue is a known issue, new issue or a regression.
389
390
3. Mark the issue as `release-blocking`if applicable.
390
391
@@ -398,7 +399,7 @@ To reduce the amount of flakes please periodically:
0 commit comments