Skip to content

Commit

Permalink
Merge pull request #9362 from killianmuldoon/pr-drop-pr-informing
Browse files Browse the repository at this point in the history
🌱 Drop PR-Informing test tag and job description
  • Loading branch information
k8s-ci-robot committed Sep 4, 2023
2 parents df024c3 + e0c5681 commit 967ee7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/book/src/reference/jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/cluster_upgrade_runtimesdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 967ee7d

Please sign in to comment.