mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 10:48:15 +00:00
don't use build tags to mark integration tests
This commit is contained in:
@@ -414,10 +414,24 @@ test/images/port-forward-tester
|
||||
test/images/porter
|
||||
test/images/resource-consumer/consume-cpu
|
||||
test/images/serve_hostname
|
||||
test/integration/apiserver
|
||||
test/integration/client
|
||||
test/integration/configmap
|
||||
test/integration/defaulttolerationseconds
|
||||
test/integration/etcd
|
||||
test/integration/examples
|
||||
test/integration/federation
|
||||
test/integration/garbagecollector
|
||||
test/integration/kubectl
|
||||
test/integration/metrics
|
||||
test/integration/objectmeta
|
||||
test/integration/openshift
|
||||
test/integration/pods
|
||||
test/integration/quota
|
||||
test/integration/secrets
|
||||
test/integration/serviceaccount
|
||||
test/integration/storageclasses
|
||||
test/integration/thirdparty
|
||||
test/integration/ttlcontroller
|
||||
test/soak/cauldron
|
||||
test/soak/serve_hostnames
|
||||
|
||||
@@ -68,7 +68,7 @@ runTests() {
|
||||
# KUBE_RACE="-race"
|
||||
make -C "${KUBE_ROOT}" test \
|
||||
WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
|
||||
KUBE_GOFLAGS="${KUBE_GOFLAGS:-} -tags 'integration no-docker'" \
|
||||
KUBE_GOFLAGS="${KUBE_GOFLAGS:-}" \
|
||||
KUBE_TEST_ARGS="${KUBE_TEST_ARGS:-} ${SHORT:--short=true} --vmodule=garbage*collector*=6 --alsologtostderr=true" \
|
||||
KUBE_RACE="" \
|
||||
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
|
||||
|
||||
Reference in New Issue
Block a user