Skip to content

Commit f5bca0a

Browse files
committed
tweak release docs wording
1 parent efc2655 commit f5bca0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/cluster-api-core-main), 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` branch 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: 1 addition & 1 deletion
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/cluster-api-core-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

0 commit comments

Comments
 (0)