Skip to content

Commit

Permalink
Merge pull request #9429 from killianmuldoon/pr-update-optional-jobs
Browse files Browse the repository at this point in the history
📖  Update jobs.md for newly blocking jobs
  • Loading branch information
k8s-ci-robot committed Sep 15, 2023
2 parents 4e6b589 + 085481e commit 034c8dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/book/src/reference/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Prow Presubmits:
* GINKGO_FOCUS: `[PR-Blocking]`
* optional for merge, run if go code changes:
* [pull-cluster-api-apidiff-main] `./scripts/ci-apidiff.sh`
* optional for merge, run if manually triggered:
* 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`
Expand All @@ -32,6 +32,7 @@ Prow Presubmits:
* GINKGO_SKIP: `[PR-Blocking] [Conformance] [K8s-Upgrade]|[IPv6]`
* [pull-cluster-api-e2e-workload-upgrade-1-28-latest-main] `./scripts/ci-e2e.sh` FROM: `stable-1.28` TO: `ci/latest-1.29`
* GINKGO_FOCUS: `[K8s-Upgrade]`
* optional for merge, run if manually triggered:
* [pull-cluster-api-e2e-scale-main-experimental] `./scripts/ci-e2e-scale.sh`

GitHub Presubmit Workflows:
Expand Down

0 comments on commit 034c8dd

Please sign in to comment.