Skip to content

Commit 967ee7d

Browse files
authored
Merge pull request #9362 from killianmuldoon/pr-drop-pr-informing
🌱 Drop PR-Informing test tag and job description
2 parents df024c3 + e0c5681 commit 967ee7d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/book/src/reference/jobs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Prow Presubmits:
1919
* GINKGO_FOCUS: `[PR-Blocking]`
2020
* optional for merge, run if go code changes:
2121
* [pull-cluster-api-apidiff-main] `./scripts/ci-apidiff.sh`
22-
* [pull-cluster-api-e2e-informing-main] `./scripts/ci-e2e.sh`
23-
* GINKGO_FOCUS: `[PR-Informing]`
2422
* optional for merge, run if manually triggered:
2523
* [pull-cluster-api-test-mink8s-main] `./scripts/ci-test.sh`
2624
* KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.24.2`

test/e2e/cluster_upgrade_runtimesdk_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"k8s.io/utils/pointer"
2727
)
2828

29-
var _ = Describe("When upgrading a workload cluster using ClusterClass with RuntimeSDK [PR-Informing] [ClusterClass]", func() {
29+
var _ = Describe("When upgrading a workload cluster using ClusterClass with RuntimeSDK [ClusterClass]", func() {
3030
clusterUpgradeWithRuntimeSDKSpec(ctx, func() clusterUpgradeWithRuntimeSDKSpecInput {
3131
version, err := semver.ParseTolerant(e2eConfig.GetVariable(KubernetesVersionUpgradeFrom))
3232
Expect(err).ToNot(HaveOccurred(), "Invalid argument, KUBERNETES_VERSION_UPGRADE_FROM is not a valid version")

0 commit comments

Comments
 (0)