mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Merge pull request #26932 from aaronlevy/conformance-fix
Automatic merge from submit-queue Allow conformance tests to run on non-GCE providers fixes https://github.com/kubernetes/kubernetes/issues/26869 Creates a skeleton provider which has all the required function stubs -- but will allow a previously set "skeleton" KUBERNETES_PROVIDER to not be overriden with "gce".
This commit is contained in:
@@ -479,6 +479,7 @@ credentials.
|
||||
# setup for conformance tests
|
||||
export KUBECONFIG=/path/to/kubeconfig
|
||||
export KUBERNETES_CONFORMANCE_TEST=y
|
||||
export KUBERNETES_PROVIDER=skeleton
|
||||
|
||||
# run all conformance tests
|
||||
go run hack/e2e.go -v --test --test_args="--ginkgo.focus=\[Conformance\]"
|
||||
|
Reference in New Issue
Block a user