mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 23:19:26 +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:
@@ -46,7 +46,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
|
||||
# ---- Do cloud-provider-specific setup
|
||||
if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
|
||||
echo "Conformance test: not doing test setup."
|
||||
KUBERNETES_PROVIDER=""
|
||||
KUBERNETES_PROVIDER="skeleton"
|
||||
|
||||
detect-master-from-kubeconfig
|
||||
|
||||
|
Reference in New Issue
Block a user