When running test-update-storage-objects, only build kube-apiserver.

Prior to this we built everything.  So slow!
This commit is contained in:
Matt Liggett 2016-01-29 15:56:51 -08:00
parent c3a9b77d41
commit 1cd140fe49

View File

@ -83,7 +83,7 @@ kube::etcd::start
kube::log::status "Running test for update etcd object scenario"
"${KUBE_ROOT}/hack/build-go.sh"
"${KUBE_ROOT}/hack/build-go.sh" cmd/kube-apiserver
#######################################################