Skip to content

Commit

Permalink
Merge pull request #10066 from sbueringer/pr-update-jobs-md
Browse files Browse the repository at this point in the history
🌱 Update jobs.md and make it version-independent
  • Loading branch information
k8s-ci-robot committed Jan 30, 2024
2 parents 4cbc679 + dced427 commit caa378c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 64 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/kubernetes_bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ changes should be cherry-picked to all release series that will support the new

* [ ] Update book:
* Update supported versions in `versions.md`
* Update job documentation in `jobs.md`
* Prior art: #9161
* [ ] Issues specific to the Kubernetes minor release:
* Sometimes there are adjustments that we have to make in Cluster API to be able to support
Expand Down
99 changes: 36 additions & 63 deletions docs/book/src/reference/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,37 @@ It also documents the cluster-api specific configuration in test-infra.

> NOTE: To see which test jobs execute which tests or e2e tests, you can click on the links which lead to the respective test overviews in testgrid.
The dashboards for the ProwJobs can be found here: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api

More details about ProwJob configurations can be found here: [cluster-api-prowjob-gen.yaml](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api/cluster-api-prowjob-gen.yaml)

### Presubmits

Prow Presubmits:
* mandatory for merge, always run:
* [pull-cluster-api-build-main] `./scripts/ci-build.sh`
* [pull-cluster-api-verify-main] `./scripts/ci-verify.sh`
* pull-cluster-api-build-main `./scripts/ci-build.sh`
* pull-cluster-api-verify-main `./scripts/ci-verify.sh`
* mandatory for merge, run if go code changes:
* [pull-cluster-api-test-main] `./scripts/ci-test.sh`
* [pull-cluster-api-e2e-main] `./scripts/ci-e2e.sh`
* pull-cluster-api-test-main `./scripts/ci-test.sh`
* pull-cluster-api-e2e-blocking-main `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[PR-Blocking]`
* optional for merge, run if go code changes:
* [pull-cluster-api-apidiff-main] `./scripts/ci-apidiff.sh`
* pull-cluster-api-apidiff-main `./scripts/ci-apidiff.sh`
* mandatory for merge, run if manually triggered:
* [pull-cluster-api-test-mink8s-main] `./scripts/ci-test.sh`
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.24.2`
* [pull-cluster-api-e2e-mink8s-main] `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]|[IPv6]`
* KUBERNETES_VERSION_MANAGEMENT: `stable-1.24`
* [pull-cluster-api-e2e-full-dualstack-and-ipv6-main] `./scripts/ci-e2e.sh`
* pull-cluster-api-test-mink8s-main `./scripts/ci-test.sh`
* pull-cluster-api-e2e-mink8s-main `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance]|[IPv6]`
* pull-cluster-api-e2e-dualstack-and-ipv6-main `./scripts/ci-e2e.sh`
* DOCKER_IN_DOCKER_IPV6_ENABLED: `true`
* GINKGO_SKIP: `[PR-Blocking] [Conformance] [K8s-Upgrade]`
* [pull-cluster-api-e2e-full-main] `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[PR-Blocking] [Conformance] [K8s-Upgrade]|[IPv6]`
* [pull-cluster-api-e2e-workload-upgrade-1-29-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.29` TO: `ci/latest-1.30`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* optional for merge, run if manually triggered:
* [pull-cluster-api-e2e-scale-main-experimental] `./scripts/ci-e2e-scale.sh`
* GINKGO_SKIP: `[Conformance]`
* pull-cluster-api-e2e-main `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance]|[IPv6]`
* pull-cluster-api-e2e-upgrade-* `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Upgrade]`
* pull-cluster-api-e2e-conformance-main `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Install]`
* pull-cluster-api-e2e-conformance-ci-latest-main `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Install-ci-latest]`

GitHub Presubmit Workflows:
* PR golangci-lint: golangci/golangci-lint-action
Expand Down Expand Up @@ -68,29 +72,21 @@ Prow Postsubmits:
### Periodics

Prow Periodics:
* [periodic-cluster-api-test-main] `./scripts/ci-test.sh`
* [periodic-cluster-api-test-mink8s-main] `./scripts/ci-test.sh`
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.24.2`
* [periodic-cluster-api-e2e-main] `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]|[IPv6]`
* [periodic-cluster-api-e2e-mink8s-main] `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]|[IPv6]`
* KUBERNETES_VERSION_MANAGEMENT: `stable-1.24`
* [periodic-cluster-api-e2e-dualstack-and-ipv6-main] `./scripts/ci-e2e.sh`
* periodic-cluster-api-test-main `./scripts/ci-test.sh`
* periodic-cluster-api-test-mink8s-main `./scripts/ci-test.sh`
* periodic-cluster-api-e2e-main `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance]|[IPv6]`
* periodic-cluster-api-e2e-mink8s-main `./scripts/ci-e2e.sh`
* GINKGO_SKIP: `[Conformance]|[IPv6]`
* periodic-cluster-api-e2e-dualstack-and-ipv6-main `./scripts/ci-e2e.sh`
* DOCKER_IN_DOCKER_IPV6_ENABLED: `true`
* GINKGO_SKIP: `[Conformance] [K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-24-1-25-main] `./scripts/ci-e2e.sh` FROM: `stable-1.24` TO: `stable-1.25`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-25-1-26-main] `./scripts/ci-e2e.sh` FROM: `stable-1.25` TO: `stable-1.26`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-26-1-27-main] `./scripts/ci-e2e.sh` FROM: `stable-1.26` TO: `stable-1.27`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-27-1-28-main] `./scripts/ci-e2e.sh` FROM: `stable-1.27` TO: `stable-1.28`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-28-1-29-main] `./scripts/ci-e2e.sh` FROM: `stable-1.28` TO: `stable-1.29`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* [periodic-cluster-api-e2e-workload-upgrade-1-29-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.29` TO: `ci/latest-1.30`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* GINKGO_SKIP: `[Conformance]`
* periodic-cluster-api-e2e-upgrade-* `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Upgrade]`
* periodic-cluster-api-e2e-conformance-main `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Install]`
* periodic-cluster-api-e2e-conformance-ci-latest-main `./scripts/ci-e2e.sh`
* GINKGO_FOCUS: `[Conformance] [K8s-Install-ci-latest]`
* [cluster-api-push-images-nightly] Google Cloud Build: `make release-staging-nightly`

## Test-infra configuration
Expand All @@ -116,28 +112,5 @@ Prow Periodics:


<!-- links -->
[pull-cluster-api-build-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-build-main
[pull-cluster-api-apidiff-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-apidiff-main
[pull-cluster-api-verify-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-verify-main
[pull-cluster-api-test-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-test-main
[pull-cluster-api-test-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-test-mink8s-main
[pull-cluster-api-e2e-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-mink8s-main
[pull-cluster-api-e2e-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-main
[pull-cluster-api-e2e-informing-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-informing-main
[pull-cluster-api-e2e-full-dualstack-and-ipv6-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-full-dualstack-and-ipv6-main
[pull-cluster-api-e2e-full-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-full-main
[pull-cluster-api-e2e-workload-upgrade-1-29-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-main-1-29-latest
[pull-cluster-api-e2e-scale-main-experimental]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-pr-e2e-scale-main-experimental
[periodic-cluster-api-test-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-main
[periodic-cluster-api-test-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-test-mink8s-main
[periodic-cluster-api-e2e-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main
[periodic-cluster-api-e2e-mink8s-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-mink8s-main
[periodic-cluster-api-e2e-dualstack-and-ipv6-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-dualstack-and-ipv6-main
[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
[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
[periodic-cluster-api-e2e-workload-upgrade-1-26-1-27-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-26-1-27
[periodic-cluster-api-e2e-workload-upgrade-1-27-1-28-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-27-1-28
[periodic-cluster-api-e2e-workload-upgrade-1-28-1-29-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-28-1-29
[periodic-cluster-api-e2e-workload-upgrade-1-29-latest-main]: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api#capi-e2e-main-1-29-latest
[cluster-api-push-images-nightly]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#cluster-api-push-images-nightly
[post-cluster-api-push-images]: https://testgrid.k8s.io/sig-cluster-lifecycle-image-pushes#post-cluster-api-push-images

0 comments on commit caa378c

Please sign in to comment.