Skip to content

Commit 49912a8

Browse files
authored
📖 update testgrid links for release docs (#12601)
* update testgrid links for release docs * tweak release docs wording
1 parent 67f09cb commit 49912a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/release/release-team-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Now, let's dive into the specific onboarding notes for each sub-team below.
5555

5656
- Start by gaining a general understanding of GitHub labels and how to find issues and pull requests for the current milestone.
5757
- Familiarize yourself with Prow commands: The Cluster API project utilizes [Prow](https://docs.prow.k8s.io/docs/overview/) to manage CI automation. Issues and PRs are categorized by applying specific list of area labels, which helps in prioritization of that specific issue/PR during the release cycle or release process. Learn more about the available [labels](https://github.com/kubernetes/test-infra/blob/master/label_sync/labels.md#labels-that-apply-to-kubernetes-sigscluster-api-for-both-issues-and-prs) and prow [commands](https://prow.k8s.io/command-help).
58-
- Take a look at [TestGrid](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#Summary), an interactive dashboard for visualizing the CI job results of the project in a grid format!
58+
- Take a look at [TestGrid](https://testgrid.k8s.io/cluster-api-core) for a high level overview of `main` and the supported release branches' testing status. Drill into one of the links for an interactive dashboard visualizing the CI job results of that branch in a grid format!
5959
- Examine the [CI jobs](https://github.com/kubernetes/test-infra/tree/master/config/jobs/kubernetes-sigs/cluster-api) in the test-infra repository. These jobs are defined in YAML and represent various job types, such as periodics and presubmits, that we run in the project.
6060
- Explore [k8s-triage](https://storage.googleapis.com/k8s-triage/index.html?job=periodic-cluster-api-*), a tool that identifies groups of similar test failures across all jobs.
6161
- Experiment with running [end-to-end tests](https://cluster-api.sigs.k8s.io/developer/core/testing#running-the-end-to-end-tests-locally) on your local machine to gain a better understanding of the tests and build a confidence debugging CI issues.

docs/release/role-handbooks/ci-signal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ While we add test coverage for the new release branch we will also drop the test
4545
```sh
4646
TEST_INFRA_DIR=../../k8s.io/test-infra make generate-test-infra-prowjobs
4747
```
48-
6. Verify the jobs and dashboards a day later by taking a look at: `https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-1.8`
48+
6. Verify the jobs and dashboards a day later by taking a look at the relevant release branch: `https://testgrid.k8s.io/cluster-api-core`
4949

5050
Prior art:
5151

@@ -58,7 +58,7 @@ The goal of this task is to keep our tests running in CI stable.
5858
**Note**: To be very clear, this is not meant to be an on-call role for Cluster API tests.
5959

6060
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)
61-
<br\>**Note**: An alternative to the alert mailing list is manually monitoring the [testgrid dashboards](https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api)
61+
<br\>**Note**: An alternative to the alert mailing list is manually monitoring the [testgrid dashboards](https://testgrid.k8s.io/cluster-api-core)
6262
(also dashboards of previous releases). Using the alert mailing list has proven to be a lot less effort though.
6363
2. Subscribe to `CI Activity` notifications for the Cluster API repo.
6464
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.

0 commit comments

Comments
 (0)