From 81651e685488782a274e845e3b39464dac9ac50f Mon Sep 17 00:00:00 2001 From: "Johannes M. Scheuermann" Date: Wed, 20 Feb 2019 14:10:24 +0100 Subject: Update conformance docs to use --ginkgo-parallel instead of deprecated env var --- contributors/devel/sig-architecture/conformance-tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/devel/sig-architecture/conformance-tests.md b/contributors/devel/sig-architecture/conformance-tests.md index 46ca318d..d726094e 100644 --- a/contributors/devel/sig-architecture/conformance-tests.md +++ b/contributors/devel/sig-architecture/conformance-tests.md @@ -122,7 +122,7 @@ export KUBERNETES_CONFORMANCE_TEST=y kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Conformance\]" # Option B: run parallel conformance tests first, then serial conformance tests serially -GINKGO_PARALLEL=y kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]" +kubetest --ginkgo-parallel --provider=skeleton --test --test_args="--ginkgo.focus=\[Conformance\] --ginkgo.skip=\[Serial\]" kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Serial\].*\[Conformance\]" ``` -- cgit v1.2.3