Merge pull request #26101 from pwittrock/node-e2e-junit
Automatic merge from submit-queue Node e2e junit test artifacts []() - Add junit test reported - Write etcd.log, kubelet.log and kube-apiserver.log to files instead of stdout - Scp artifacts to the jenkins WORKSPACE Fixes #25966
This commit is contained in:
@@ -19,6 +19,7 @@ source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
|
||||
focus=${FOCUS:-""}
|
||||
skip=${SKIP:-""}
|
||||
report=${REPORT:-"/tmp/"}
|
||||
|
||||
ginkgo=$(kube::util::find-binary "ginkgo")
|
||||
if [[ -z "${ginkgo}" ]]; then
|
||||
@@ -27,6 +28,6 @@ if [[ -z "${ginkgo}" ]]; then
|
||||
fi
|
||||
|
||||
# Provided for backwards compatibility
|
||||
"${ginkgo}" --focus=$focus --skip=$skip "${KUBE_ROOT}/test/e2e_node/" -- --alsologtostderr --v 2 --node-name $(hostname) --build-services=true --start-services=true --stop-services=true
|
||||
"${ginkgo}" --focus=$focus --skip=$skip "${KUBE_ROOT}/test/e2e_node/" --report-dir=${report} -- --alsologtostderr --v 2 --node-name $(hostname) --build-services=true --start-services=true --stop-services=true
|
||||
|
||||
exit $?
|
||||
|
@@ -201,6 +201,7 @@ ir-password
|
||||
ir-user
|
||||
jenkins-host
|
||||
jenkins-jobs
|
||||
junit-file-number
|
||||
k8s-bin-dir
|
||||
k8s-build-output
|
||||
keep-gogoproto
|
||||
@@ -367,6 +368,7 @@ resolv-conf
|
||||
resource-container
|
||||
resource-quota-sync-period
|
||||
resource-version
|
||||
results-dir
|
||||
retry_time
|
||||
rkt-api-endpoint
|
||||
rkt-path
|
||||
|
Reference in New Issue
Block a user