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
28314c79
Commit
28314c79
authored
Oct 08, 2015
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move hack/travis/install-etcd.sh to hack/
parent
6d7d7080
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+1
-1
install-etcd.sh
hack/install-etcd.sh
+1
-1
gotest.sh
hack/jenkins/gotest.sh
+1
-1
shippable.yml
shippable.yml
+2
-2
No files found.
.travis.yml
View file @
28314c79
...
...
@@ -8,7 +8,7 @@ matrix:
install
:
-
go get github.com/tools/godep
-
./hack/
travis/
install-etcd.sh
-
./hack/install-etcd.sh
-
./hack/build-go.sh
-
export PATH=$GOPATH/bin:./third_party/etcd:$PATH
...
...
hack/
travis/
install-etcd.sh
→
hack/install-etcd.sh
View file @
28314c79
...
...
@@ -18,7 +18,7 @@ set -o errexit
set
-o
nounset
set
-o
pipefail
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
/..
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/..
ETCD_VERSION
=
${
ETCD_VERSION
:-
v2
.0.0
}
...
...
hack/jenkins/gotest.sh
View file @
28314c79
...
...
@@ -32,7 +32,7 @@ export PATH=${GOPATH}/bin:${HOME}/third_party/etcd:/usr/local/go/bin:$PATH
# Install a few things needed by unit and /integration tests.
go get
-u
github.com/jstemmer/go-junit-report
./hack/
travis/
install-etcd.sh
./hack/install-etcd.sh
# Enable the Go race detector.
export
KUBE_RACE
=
-race
...
...
shippable.yml
View file @
28314c79
...
...
@@ -32,7 +32,7 @@ before_install:
-
if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
-
if [[ $SHIPPABLE_GO_VERSION == *release* ]]; then gvm install release; gvm use release; fi
-
if [[ $SHIPPABLE_GO_VERSION =~ [0-9].[0-9] ]]; then gvm install go$SHIPPABLE_GO_VERSION; gvm use go$SHIPPABLE_GO_VERSION; fi
-
./hack/
travis/
install-etcd.sh
-
./hack/install-etcd.sh
-
export GOPATH=$SHIPPABLE_GOPATH
-
mkdir -p /root/workspace/src/k8s.io; mv /root/workspace/src/github.com/kubernetes/kubernetes /root/workspace/src/k8s.io/kubernetes
-
export PATH=$GOPATH/bin:./third_party/etcd:$PATH
...
...
@@ -44,7 +44,7 @@ install:
-
go get github.com/jstemmer/go-junit-report
-
./hack/build-go.sh
-
godep go install ./...
-
./hack/
travis/
install-etcd.sh
-
./hack/install-etcd.sh
-
./hack/verify-gofmt.sh
-
./hack/verify-boilerplate.sh
-
./hack/verify-description.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