Skip to content

Commit f7b371a

Browse files
Add step into release process to update test-infra
Signed-off-by: Danil-Grigorev <[email protected]>
1 parent ddbd8fd commit f7b371a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

docs/book/src/04_developer/01_release.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ make update-helm-plugin-repo
5353

5454
5. Create a PR with the changes.
5555

56+
6. In case this is a minor or major version release, update `test-infra` jobs for the new `release-x.x` branch. This will require updating dashboard pointer to use updated presubmit spec per the detailed [description](#setup-jobs-and-dashboards-for-a-new-release-branch).
57+
5658
## Setup jobs and dashboards for a new release branch
5759

5860
The goal of this task is to have test coverage for the new release branch and results in testgrid.
@@ -74,4 +76,6 @@ We are currently running CI jobs only in main and latest stable release branch (
7476
* For example, let's assume we just created tests for v0.5, then we can now drop test coverage for the release-0.4 branch.
7577
4. Verify the jobs and dashboards a day later by taking a look at: `https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-operator-0.5`.
7678

77-
Prior art: https://github.com/kubernetes/test-infra/pull/30372
79+
Prior art:
80+
- https://github.com/kubernetes/test-infra/pull/30372
81+
- https://github.com/kubernetes/test-infra/pull/33506

docs/book/src/05_reference/05_ci-jobs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ Prow Presubmits:
2727
GitHub Presubmit Workflows:
2828
* PR golangci-lint: golangci/golangci-lint-action
2929
* Runs golangci-lint. Can be run locally via `make lint`.
30-
* PR verify: kubernetes-sigs/kubebuilder-release-tools verifier
30+
* PR verify: title verifier
3131
* Verifies the PR titles have a valid format, i.e. contains one of the valid icons.
32-
* Verifies the PR description is valid, i.e. is long enough.
3332
* PR dependabot (run on dependabot PRs)
3433
* Regenerates Go modules and code.
3534

hack/verify-pr-title.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)