From 085481ee55757dd98133ce4b78151d738983ca64 Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Thu, 14 Sep 2023 12:21:52 +0100 Subject: [PATCH] Update jobs.md for newly blocking jobs Signed-off-by: killianmuldoon --- docs/book/src/reference/jobs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/book/src/reference/jobs.md b/docs/book/src/reference/jobs.md index 3328bbaa25a3..40b50d81a3f0 100644 --- a/docs/book/src/reference/jobs.md +++ b/docs/book/src/reference/jobs.md @@ -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` @@ -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: