Merge pull request #123526 from cblecker/fm2

Re-add KUBE_TIMEOUT explicitly to make test
This commit is contained in:
Kubernetes Prow Robot 2024-02-26 16:56:54 -08:00 committed by GitHub
commit a882a2bf50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,7 @@ runTests() {
KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \ KUBE_TEST_ARGS="${SHORT:--short=true} --vmodule=${KUBE_TEST_VMODULE} ${KUBE_TEST_ARGS}" \
WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \ WHAT="${WHAT:-$(kube::test::find_integration_test_dirs | paste -sd' ' -)}" \
GOFLAGS="${GOFLAGS:-}" \ GOFLAGS="${GOFLAGS:-}" \
KUBE_TIMEOUT="${KUBE_TIMEOUT}" \
KUBE_RACE="" \ KUBE_RACE="" \
MAKEFLAGS="" \ MAKEFLAGS="" \
make -C "${KUBE_ROOT}" test make -C "${KUBE_ROOT}" test