summaryrefslogtreecommitdiff
path: root/contributors
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-25 09:20:47 -0800
committerGitHub <noreply@github.com>2019-02-25 09:20:47 -0800
commit20d3fe4cd54d65f74a13b37d2648ffefa067a4c9 (patch)
tree1032507e9c68de6845f30615e36a2cd5a64e8ff4 /contributors
parent37053fda48c91465fa370daebfc5da21f02a5750 (diff)
parent81651e685488782a274e845e3b39464dac9ac50f (diff)
Merge pull request #3282 from johscheuer/update-conformance-ocs
Update conformance docs to use --ginkgo-parallel
Diffstat (limited to 'contributors')
-rw-r--r--contributors/devel/sig-architecture/conformance-tests.md2
1 files changed, 1 insertions, 1 deletions
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\]"
```