We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2b6c4d + 3b3df8b commit 61572d7Copy full SHA for 61572d7
hack/jenkins/test-cmd-dockerized.sh
@@ -20,10 +20,10 @@ set -o pipefail
20
set -o xtrace
21
22
# Runs test-cmd, intended to be run in prow.k8s.io
23
-set -x;
24
25
# TODO: make test-cmd should handle this automatically
26
source ./hack/install-etcd.sh
27
+set -x;
28
make test-cmd
29
hack/jenkins/test-dockerized.sh
@@ -20,7 +20,6 @@ set -o pipefail
# Runs test-cmd and test-integration, intended to be run in prow.k8s.io
# TODO: make test-integration should handle this automatically
@@ -32,5 +31,6 @@ export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
32
31
# Save the verbose stdout as well.
33
export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
34
export LOG_LEVEL=4
35
36
make test-integration
0 commit comments