Skip to content

Commit 2ccaa64

Browse files
committed
docs update jobs.md for 1.26
Signed-off-by: Aniruddha Basak <[email protected]>
1 parent bfe4604 commit 2ccaa64

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)
@@ -53,7 +53,7 @@ Prow Postsubmits:
5353
Prow Periodics:
5454
* [periodic-cluster-api-test-main] `./scripts/ci-test.sh`
5555
* [periodic-cluster-api-test-mink8s-main] `./scripts/ci-test.sh`
56-
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.20.2`
56+
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.20.2`
5757
* [periodic-cluster-api-e2e-main] `./scripts/ci-e2e.sh`
5858
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]|[IPv6]`
5959
* [periodic-cluster-api-e2e-mink8s-main] `./scripts/ci-e2e.sh`
@@ -73,18 +73,20 @@ Prow Periodics:
7373
* GINKGO_FOCUS: `[K8s-Upgrade]`
7474
* [periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main] `./scripts/ci-e2e.sh` FROM: `stable-1.24` TO: `stable-1.25`
7575
* GINKGO_FOCUS: `[K8s-Upgrade]`
76-
* [periodic-cluster-api-e2e-workload-upgrade-1-25-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `ci/latest-1.26`
76+
* [periodic-cluster-api-e2e-workload-upgrade-1-25-1-26-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `stable-1.26`
77+
* GINKGO_FOCUS: `[K8s-Upgrade]`
78+
* [periodic-cluster-api-e2e-workload-upgrade-1-26-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.26` TO: `ci/latest-1.27`
7779
* GINKGO_FOCUS: `[K8s-Upgrade]`
7880
* [cluster-api-push-images-nightly] Google Cloud Build: `make release-staging-nightly`
7981

8082
## Test-infra configuration
8183

8284
* config/jobs/image-pushing/k8s-staging-cluster-api.yaml
83-
* Configures nightly and postsubmit jobs to push images and manifests.
85+
* Configures nightly and postsubmit jobs to push images and manifests.
8486
* config/jobs/kubernetes-sigs/cluster-api/
8587
* Configures Cluster API presubmit and periodic jobs.
8688
* config/testgrids/kubernetes/sig-cluster-lifecycle/config.yaml
87-
* Configures Cluster API testgrid dashboards.
89+
* Configures Cluster API testgrid dashboards.
8890
* config/prow/config.yaml
8991
* `branch-protection` and `tide` are configured to make the golangci-lint GitHub action mandatory for merge
9092
* config/prow/plugins.yaml
@@ -96,7 +98,7 @@ Prow Periodics:
9698
* `plugins`: enables `milestone`, `override` and `require-matching-label` plugins
9799
* `external_plugins`: enables `cherrypicker`
98100
* label_sync/labels.yaml
99-
* Configures labels for the `cluster-api` repository.
101+
* Configures labels for the `cluster-api` repository.
100102

101103

102104
<!-- links -->
@@ -109,7 +111,7 @@ Prow Periodics:
109111
[pull-cluster-api-e2e-informing-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-informing-main
110112
[pull-cluster-api-e2e-informing-ipv6-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-informing-ipv6-main
111113
[pull-cluster-api-e2e-full-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-full-main
112-
[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
114+
[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
113115
[periodic-cluster-api-test-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-main
114116
[periodic-cluster-api-test-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-mink8s-main
115117
[periodic-cluster-api-e2e-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main
@@ -123,6 +125,7 @@ Prow Periodics:
123125
[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
124126
[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
125127
[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
126-
[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
128+
[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
129+
[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
127130
[cluster-api-push-images-nightly]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#cluster-api-push-images-nightly
128131
[post-cluster-api-push-images]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#post-cluster-api-push-images

0 commit comments

Comments
 (0)