mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #78059 from figo/e2e
Check KUBE_SERVER_PLATFORMS emptiness
This commit is contained in:
commit
df4b3c866a
@ -302,7 +302,7 @@ kube::golang::server_test_targets() {
|
|||||||
IFS=" " read -ra KUBE_TEST_SERVER_TARGETS <<< "$(kube::golang::server_test_targets)"
|
IFS=" " read -ra KUBE_TEST_SERVER_TARGETS <<< "$(kube::golang::server_test_targets)"
|
||||||
readonly KUBE_TEST_SERVER_TARGETS
|
readonly KUBE_TEST_SERVER_TARGETS
|
||||||
readonly KUBE_TEST_SERVER_BINARIES=("${KUBE_TEST_SERVER_TARGETS[@]##*/}")
|
readonly KUBE_TEST_SERVER_BINARIES=("${KUBE_TEST_SERVER_TARGETS[@]##*/}")
|
||||||
readonly KUBE_TEST_SERVER_PLATFORMS=("${KUBE_SERVER_PLATFORMS[@]}")
|
readonly KUBE_TEST_SERVER_PLATFORMS=("${KUBE_SERVER_PLATFORMS[@]:+"${KUBE_SERVER_PLATFORMS[@]}"}")
|
||||||
|
|
||||||
# Gigabytes necessary for parallel platform builds.
|
# Gigabytes necessary for parallel platform builds.
|
||||||
# As of January 2018, RAM usage is exceeding 30G
|
# As of January 2018, RAM usage is exceeding 30G
|
||||||
|
Loading…
Reference in New Issue
Block a user