From 58aedb50b24a41bc0afb5b6d44714d7629cbb2ad Mon Sep 17 00:00:00 2001 From: Ricky Sadowski Date: Tue, 16 May 2023 14:00:20 +0000 Subject: [PATCH] fix: remove reference to kubernetes-release bucket Signed-off-by: Ricky Sadowski --- pkg/testers/ginkgo/ginkgo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/testers/ginkgo/ginkgo.go b/pkg/testers/ginkgo/ginkgo.go index f1f8afde..249136bb 100644 --- a/pkg/testers/ginkgo/ginkgo.go +++ b/pkg/testers/ginkgo/ginkgo.go @@ -42,7 +42,7 @@ type Tester struct { Parallel int `desc:"Run this many tests in parallel at once."` SkipRegex string `desc:"Regular expression of jobs to skip."` FocusRegex string `desc:"Regular expression of jobs to focus on."` - TestPackageVersion string `desc:"The ginkgo tester uses a test package made during the kubernetes build. The tester downloads this test package from one of the release tars published to GCS. Defaults to latest. Use \"gsutil ls gs://kubernetes-release/release/\" to find release names. Example: v1.20.0-alpha.0"` + TestPackageVersion string `desc:"The ginkgo tester uses a test package made during the kubernetes build. The tester downloads this test package from one of the release tars published to the Release bucket. Defaults to latest. visit https://kubernetes.io/releases/ to find release names. Example: v1.20.0-alpha.0"` TestPackageBucket string `desc:"The bucket which release tars will be downloaded from to acquire the test package. Defaults to the main kubernetes project bucket."` TestPackageDir string `desc:"The directory in the bucket which represents the type of release. Default to the release directory."` TestPackageMarker string `desc:"The version marker in the directory containing the package version to download when unspecified. Defaults to latest.txt."`