Merge pull request #3282 from johscheuer/update-conformance-ocs

Update conformance docs to use --ginkgo-parallel
This commit is contained in:
Kubernetes Prow Robot 2019-02-25 09:20:47 -08:00 committed by GitHub
commit 20d3fe4cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export KUBERNETES_CONFORMANCE_TEST=y
kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Conformance\]" kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Conformance\]"
# Option B: run parallel conformance tests first, then serial conformance tests serially # 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\]" kubetest --provider=skeleton --test --test_args="--ginkgo.focus=\[Serial\].*\[Conformance\]"
``` ```