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
0d65d310
Commit
0d65d310
authored
Mar 18, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enter /go/src/k8s.io/kubernetes before building/running tests
Also print godep version after installing it.
parent
0a28a381
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
test-dockerized.sh
hack/jenkins/test-dockerized.sh
+3
-1
No files found.
hack/jenkins/test-dockerized.sh
View file @
0d65d310
...
@@ -26,7 +26,7 @@ set -o xtrace
...
@@ -26,7 +26,7 @@ set -o xtrace
export
PATH
=
${
GOPATH
}
/bin:
${
PWD
}
/third_party/etcd:/usr/local/go/bin:
${
PATH
}
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
go get github.com/jstemmer/go-junit-report
# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
# godep v59+ has issues with our GOPATH munging, so pin to v58 for now.
...
@@ -50,6 +50,8 @@ export KUBE_TIMEOUT='-timeout 300s'
...
@@ -50,6 +50,8 @@ export KUBE_TIMEOUT='-timeout 300s'
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
KUBE_INTEGRATION_TEST_MAX_CONCURRENCY
=
4
export
LOG_LEVEL
=
4
export
LOG_LEVEL
=
4
cd
/go/src/k8s.io/kubernetes
./hack/build-go.sh
./hack/build-go.sh
godep go
install
./...
godep go
install
./...
./hack/install-etcd.sh
./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