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
21df2aac
Commit
21df2aac
authored
Mar 18, 2016
by
Eric Paris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23207 from ixdy/gotest-pin-godep
Pin to godep v58 in Jenkins unit/integration
parents
5563a397
70813d6b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+9
-0
No files found.
hack/jenkins/test-dockerized.sh
View file @
21df2aac
...
@@ -29,6 +29,15 @@ export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
...
@@ -29,6 +29,15 @@ export PATH=${GOPATH}/bin:${PWD}/third_party/etcd:/usr/local/go/bin:${PATH}
go get github.com/tools/godep
go get github.com/tools/godep
go get github.com/jstemmer/go-junit-report
go get github.com/jstemmer/go-junit-report
# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
# https://github.com/kubernetes/kubernetes/issues/23200
(
cd
${
GOPATH
}
/src/github.com/tools/godep
git checkout v58
godep go
install
)
godep version
# Enable the Go race detector.
# Enable the Go race detector.
export
KUBE_RACE
=
-race
export
KUBE_RACE
=
-race
# Disable coverage report
# Disable coverage report
...
...
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