Merge pull request #69817 from dims/switch-off-kube-build-conformance-image-by-default

Switch off KUBE_BUILD_CONFORMANCE to diagnose a ci-cross issue
This commit is contained in:
k8s-ci-robot
2018-10-15 13:53:21 -07:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ readonly RELEASE_TARS="${LOCAL_OUTPUT_ROOT}/release-tars"
readonly RELEASE_IMAGES="${LOCAL_OUTPUT_ROOT}/release-images"
KUBE_BUILD_HYPERKUBE=${KUBE_BUILD_HYPERKUBE:-y}
KUBE_BUILD_CONFORMANCE=${KUBE_BUILD_CONFORMANCE:-y}
KUBE_BUILD_CONFORMANCE=${KUBE_BUILD_CONFORMANCE:-n}
# Validate a ci version
#