Skip to content

Commit

Permalink
Update conformance docs to use --ginkgo-parallel instead of deprecate…
Browse files Browse the repository at this point in the history
…d env var
  • Loading branch information
johscheuer committed Feb 20, 2019
1 parent 80f2e40 commit 81651e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/devel/sig-architecture/conformance-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\]"
```

Expand Down

0 comments on commit 81651e6

Please sign in to comment.