Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
999e2e0c
Unverified
Commit
999e2e0c
authored
Feb 08, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Feb 08, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #73581 from krzysied/test_KUBE_JUNIT_REPORT_DIR_revert
KUBE_JUNIT_REPORT_DIR fixes
parents
836ce9fd
c20262eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
benchmark-dockerized.sh
hack/jenkins/benchmark-dockerized.sh
+2
-0
test.sh
hack/make-rules/test.sh
+4
-0
No files found.
hack/jenkins/benchmark-dockerized.sh
View file @
999e2e0c
...
...
@@ -34,12 +34,14 @@ retry() {
export
PATH
=
${
GOPATH
}
/bin:
${
PWD
}
/third_party/etcd:/usr/local/go/bin:
${
PATH
}
go
install
k8s.io/kubernetes/vendor/github.com/cespare/prettybench
go
install
k8s.io/kubernetes/vendor/github.com/jstemmer/go-junit-report
# Disable the Go race detector.
export
KUBE_RACE
=
" "
# Disable coverage report
export
KUBE_COVER
=
"n"
export
ARTIFACTS
=
${
ARTIFACTS
:-
"
${
WORKSPACE
}
/artifacts"
}
export
FULL_LOG
=
"true"
mkdir
-p
"
${
ARTIFACTS
}
"
cd
/go/src/k8s.io/kubernetes
...
...
hack/make-rules/test.sh
View file @
999e2e0c
...
...
@@ -188,6 +188,10 @@ if [[ -n "${KUBE_JUNIT_REPORT_DIR}" ]] ; then
go_test_grep_pattern
=
"^[^[:space:]]
\+
[[:space:]]
\+
[^[:space:]]
\+
/[^[[:space:]]
\+
"
fi
if
[[
-n
"
${
FULL_LOG
:-}
"
]]
;
then
go_test_grep_pattern
=
".*"
fi
# Filter out arguments that start with "-" and move them to goflags.
testcases
=()
for
arg
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment