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
Copy file name to clipboardExpand all lines: docs/release/release-tasks.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -425,14 +425,15 @@ The goal of this task is to keep our tests running in CI stable.
425
425
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)
426
426
<br\>**Note**: An alternative to the alert mailing list is manually monitoring the [testgrid dashboards](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api)
427
427
(also dashboards of previous releases). Using the alert mailing list has proven to be a lot less effort though.
428
-
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.
429
-
3. Triage CI failures reported by mail alerts or found by monitoring the testgrid dashboards:
428
+
2. Subscribe to `CI Activity` notifications for the Cluster API repo.
429
+
3. 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.
430
+
4. Triage CI failures reported by mail alerts or found by monitoring the testgrid dashboards:
430
431
1. Create an issue using an appropriate template (failing-test) in the Cluster API repository to surface the CI failure.
431
432
2. Identify if the issue is a known issue, new issue or a regression.
432
433
3. Mark the issue as `release-blocking`if applicable.
433
-
4. Triage periodic GitHub actions failures, with special attention to image scan results;
434
+
5. Triage periodic GitHub actions failures, with special attention to image scan results;
434
435
Eventually open issues as described above.
435
-
5. Monitor IPv6 testing PR informing jobs (look for`capi-pr-e2e-informing-ipv6-<branch_name>` tab on main and supported releases testgrid dashboards), since they are not part of any periodic jobs.
436
+
6. Monitor IPv6 testing PR informing jobs (look for`capi-pr-e2e-informing-ipv6-<branch_name>` tab on main and supported releases testgrid dashboards), since they are not part of any periodic jobs.
436
437
437
438
#### [Continuously] Reduce the amount of flaky tests
0 commit comments