diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-02-25 09:20:47 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-25 09:20:47 -0800 |
| commit | 20d3fe4cd54d65f74a13b37d2648ffefa067a4c9 (patch) | |
| tree | 1032507e9c68de6845f30615e36a2cd5a64e8ff4 /contributors | |
| parent | 37053fda48c91465fa370daebfc5da21f02a5750 (diff) | |
| parent | 81651e685488782a274e845e3b39464dac9ac50f (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.md | 2 |
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\]" ``` |
