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
0d84b49f
Commit
0d84b49f
authored
Jan 20, 2016
by
Jeff Grafton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update tests from Go 1.5.2 to Go 1.5.3
parent
79e0c9f5
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
8 deletions
+7
-8
.travis.yml
.travis.yml
+1
-1
build-etcd.sh
cluster/images/etcd/build-etcd.sh
+2
-3
gotest-dockerized.sh
hack/jenkins/gotest-dockerized.sh
+1
-1
Dockerfile
hack/jenkins/test-image/Dockerfile
+1
-1
Makefile
hack/jenkins/test-image/Makefile
+1
-1
shippable.yml
shippable.yml
+1
-1
No files found.
.travis.yml
View file @
0d84b49f
...
...
@@ -11,7 +11,7 @@ language: go
matrix
:
include
:
-
go
:
1.5.
2
-
go
:
1.5.
3
install
:
-
go get github.com/tools/godep
...
...
cluster/images/etcd/build-etcd.sh
View file @
0d84b49f
...
...
@@ -27,7 +27,7 @@ TAG=$1
ARCH
=
$2
TARGET_DIR
=
$3
GOLANG_VERSION
=
${
GOLANG_VERSION
:-
1
.5.
2
}
GOLANG_VERSION
=
${
GOLANG_VERSION
:-
1
.5.
3
}
GOARM
=
6
# Create the ${TARGET_DIR} directory, if it doesn't exist
...
...
@@ -54,4 +54,4 @@ else
# Move the contents in bin to the target directory
mv
${
TARGET_DIR
}
/bin/
*
${
TARGET_DIR
}
fi
\ No newline at end of file
fi
hack/jenkins/gotest-dockerized.sh
View file @
0d84b49f
...
...
@@ -42,5 +42,5 @@ docker run --rm=true \
-v
"
${
REPO_DIR
}
"
:/go/src/k8s.io/kubernetes
\
-v
"
${
KUBE_JUNIT_REPORT_DIR
}
"
:/workspace/artifacts
\
--env
REPO_DIR
=
"
${
REPO_DIR
}
"
\
-i
gcr.io/google_containers/kubekins-test:0.
6
\
-i
gcr.io/google_containers/kubekins-test:0.
7
\
bash
-c
"cd kubernetes && ./hack/jenkins/test-dockerized.sh"
hack/jenkins/test-image/Dockerfile
View file @
0d84b49f
...
...
@@ -15,7 +15,7 @@
# This file creates a build environment for building and running kubernetes
# unit and integration tests
FROM
golang:1.5.
2
FROM
golang:1.5.
3
MAINTAINER
Jeff Lowdermilk <jeffml@google.com>
ENV
WORKSPACE /workspace
...
...
hack/jenkins/test-image/Makefile
View file @
0d84b49f
all
:
push
TAG
=
0.
6
TAG
=
0.
7
container
:
docker build
-t
gcr.io/google_containers/kubekins-test .
...
...
shippable.yml
View file @
0d84b49f
...
...
@@ -4,7 +4,7 @@ language: go
matrix
:
include
:
-
go
:
1.5.
2
-
go
:
1.5.
3
env
:
-
KUBE_TEST_API_VERSIONS=v1,extensions/v1beta1 KUBE_TEST_ETCD_PREFIXES=registry
-
KUBE_JUNIT_REPORT_DIR="${SHIPPABLE_REPO_DIR}/shippable/testresults"
...
...
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