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
548cfa68
Commit
548cfa68
authored
Mar 25, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #23202 from ixdy/jenkins-test-go-gopath
Auto commit by PR queue bot
parents
9b768e27
2d9671cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+3
-10
No files found.
hack/jenkins/test-dockerized.sh
View file @
548cfa68
...
...
@@ -26,18 +26,9 @@ set -o xtrace
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
&&
godep version
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.
export
KUBE_RACE
=
-race
# Disable coverage report
...
...
@@ -50,6 +41,8 @@ export KUBE_TIMEOUT='-timeout 300s'
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
./hack/build-go.sh
godep go
install
./...
./hack/install-etcd.sh
...
...
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