Skip to content

Commit 584abcf

Browse files
authored
Merge pull request #7802 from aniruddha2000/ani/docs-update-job
📖 docs update jobs.md for 1.26
2 parents a18beb9 + 2ccaa64 commit 584abcf

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

docs/book/src/reference/jobs.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Prow Presubmits:
2727
* GINKGO_FOCUS: `[IPv6] [PR-Informing]`, IP_FAMILY: `IPv6`
2828
* ✳️️ ✴️ [pull-cluster-api-e2e-full-main] `./scripts/ci-e2e.sh`
2929
* GINKGO_SKIP: `[PR-Blocking] [Conformance] [K8s-Upgrade] [IPv6]` (i.e. "no tags")
30-
* ✳️️ ✴️ [pull-cluster-api-e2e-workload-upgrade-1-25-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `ci/latest-1.26`
30+
* ✳️️ ✴️ [pull-cluster-api-e2e-workload-upgrade-1-26-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.26` TO: `ci/latest-1.27`
3131
* GINKGO_FOCUS: `[K8s-Upgrade]`
3232

3333
GitHub Presubmit Workflows:
@@ -37,7 +37,7 @@ GitHub Presubmit Workflows:
3737
* Verifies the PR titles have a valid format, i.e. contains one of the valid icons.
3838
* Verifies the PR description is valid, i.e. is long enough.
3939
* Check PR Markdown links (run when markdown files changed)
40-
* Checks markdown for broken links.
40+
* Checks markdown for broken links.
4141
* dependabot (run on dependabot PRs)
4242
* Regenerates Go modules and code.
4343
* release (run on tags)
@@ -60,7 +60,7 @@ Prow Postsubmits:
6060
Prow Periodics:
6161
* [periodic-cluster-api-test-main] `./scripts/ci-test.sh`
6262
* [periodic-cluster-api-test-mink8s-main] `./scripts/ci-test.sh`
63-
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.20.2`
63+
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.20.2`
6464
* [periodic-cluster-api-e2e-main] `./scripts/ci-e2e.sh`
6565
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]|[IPv6]`
6666
* [periodic-cluster-api-e2e-mink8s-main] `./scripts/ci-e2e.sh`
@@ -80,18 +80,20 @@ Prow Periodics:
8080
* GINKGO_FOCUS: `[K8s-Upgrade]`
8181
* [periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main] `./scripts/ci-e2e.sh` FROM: `stable-1.24` TO: `stable-1.25`
8282
* GINKGO_FOCUS: `[K8s-Upgrade]`
83-
* [periodic-cluster-api-e2e-workload-upgrade-1-25-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `ci/latest-1.26`
83+
* [periodic-cluster-api-e2e-workload-upgrade-1-25-1-26-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `stable-1.26`
84+
* GINKGO_FOCUS: `[K8s-Upgrade]`
85+
* [periodic-cluster-api-e2e-workload-upgrade-1-26-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.26` TO: `ci/latest-1.27`
8486
* GINKGO_FOCUS: `[K8s-Upgrade]`
8587
* [cluster-api-push-images-nightly] Google Cloud Build: `make release-staging-nightly`
8688

8789
## Test-infra configuration
8890

8991
* config/jobs/image-pushing/k8s-staging-cluster-api.yaml
90-
* Configures nightly and postsubmit jobs to push images and manifests.
92+
* Configures nightly and postsubmit jobs to push images and manifests.
9193
* config/jobs/kubernetes-sigs/cluster-api/
9294
* Configures Cluster API presubmit and periodic jobs.
9395
* config/testgrids/kubernetes/sig-cluster-lifecycle/config.yaml
94-
* Configures Cluster API testgrid dashboards.
96+
* Configures Cluster API testgrid dashboards.
9597
* config/prow/config.yaml
9698
* `branch-protection` and `tide` are configured to make the golangci-lint GitHub action mandatory for merge
9799
* config/prow/plugins.yaml
@@ -103,7 +105,7 @@ Prow Periodics:
103105
* `plugins`: enables `milestone`, `override` and `require-matching-label` plugins
104106
* `external_plugins`: enables `cherrypicker`
105107
* label_sync/labels.yaml
106-
* Configures labels for the `cluster-api` repository.
108+
* Configures labels for the `cluster-api` repository.
107109

108110

109111
<!-- links -->
@@ -116,7 +118,7 @@ Prow Periodics:
116118
[pull-cluster-api-e2e-informing-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-informing-main
117119
[pull-cluster-api-e2e-informing-ipv6-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-informing-ipv6-main
118120
[pull-cluster-api-e2e-full-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-full-main
119-
[pull-cluster-api-e2e-workload-upgrade-1-25-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-main-1-25-latest
121+
[pull-cluster-api-e2e-workload-upgrade-1-26-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-main-1-26-latest
120122
[periodic-cluster-api-test-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-main
121123
[periodic-cluster-api-test-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-mink8s-main
122124
[periodic-cluster-api-e2e-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main
@@ -130,6 +132,7 @@ Prow Periodics:
130132
[periodic-cluster-api-e2e-workload-upgrade-1-22-1-23-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-22-1-23
131133
[periodic-cluster-api-e2e-workload-upgrade-1-23-1-24-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-23-1-24
132134
[periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-24-1-25
133-
[periodic-cluster-api-e2e-workload-upgrade-1-25-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-25-latest
135+
[periodic-cluster-api-e2e-workload-upgrade-1-25-1-26-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-25-1-26
136+
[periodic-cluster-api-e2e-workload-upgrade-1-26-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-26-latest
134137
[cluster-api-push-images-nightly]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#cluster-api-push-images-nightly
135138
[post-cluster-api-push-images]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#post-cluster-api-push-images

0 commit comments

Comments
 (0)