From e0c5681453f8cde2c4c8afc04bede6d65d232ffd Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Mon, 4 Sep 2023 12:28:29 +0100 Subject: [PATCH] Drop PR-Informing test tag and job description Signed-off-by: killianmuldoon --- docs/book/src/reference/jobs.md | 2 -- test/e2e/cluster_upgrade_runtimesdk_test.go | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/book/src/reference/jobs.md b/docs/book/src/reference/jobs.md index 5228b64a752a..3328bbaa25a3 100644 --- a/docs/book/src/reference/jobs.md +++ b/docs/book/src/reference/jobs.md @@ -19,8 +19,6 @@ Prow Presubmits: * GINKGO_FOCUS: `[PR-Blocking]` * optional for merge, run if go code changes: * [pull-cluster-api-apidiff-main] `./scripts/ci-apidiff.sh` - * [pull-cluster-api-e2e-informing-main] `./scripts/ci-e2e.sh` - * GINKGO_FOCUS: `[PR-Informing]` * optional for merge, run if manually triggered: * [pull-cluster-api-test-mink8s-main] `./scripts/ci-test.sh` * KUBEBUILDER_ENVTEST_KUBERNETES_VERSION: `1.24.2` diff --git a/test/e2e/cluster_upgrade_runtimesdk_test.go b/test/e2e/cluster_upgrade_runtimesdk_test.go index b8a6af160d16..388ca5ac41bc 100644 --- a/test/e2e/cluster_upgrade_runtimesdk_test.go +++ b/test/e2e/cluster_upgrade_runtimesdk_test.go @@ -26,7 +26,7 @@ import ( "k8s.io/utils/pointer" ) -var _ = Describe("When upgrading a workload cluster using ClusterClass with RuntimeSDK [PR-Informing] [ClusterClass]", func() { +var _ = Describe("When upgrading a workload cluster using ClusterClass with RuntimeSDK [ClusterClass]", func() { clusterUpgradeWithRuntimeSDKSpec(ctx, func() clusterUpgradeWithRuntimeSDKSpecInput { version, err := semver.ParseTolerant(e2eConfig.GetVariable(KubernetesVersionUpgradeFrom)) Expect(err).ToNot(HaveOccurred(), "Invalid argument, KUBERNETES_VERSION_UPGRADE_FROM is not a valid version")