mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
rebasing with latest master and updating shippable.yml
This commit is contained in:
parent
675a369682
commit
7e2532c5a7
@ -1,11 +1,16 @@
|
|||||||
|
sudo: false
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
|
||||||
- 1.4
|
|
||||||
- 1.3
|
|
||||||
|
|
||||||
build_image: shipimg/ubuntu1204_go:latest
|
build_image: shipimg/ubuntu1204_go:latest
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- go: 1.4
|
||||||
|
env: KUBE_TEST_API_VERSIONS="v1beta1"
|
||||||
|
- go: 1.3
|
||||||
|
env: KUBE_TEST_API_VERSIONS="v1beta3"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- source $HOME/.gvm/scripts/gvm;
|
- source $HOME/.gvm/scripts/gvm;
|
||||||
- if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
|
- if [[ $SHIPPABLE_GO_VERSION == "tip" ]]; then gvm install tip; gvm use tip; fi
|
||||||
@ -25,10 +30,10 @@ install:
|
|||||||
- GOPATH=$PWD/Godeps/_workspace:$GOPATH go install ./...
|
- GOPATH=$PWD/Godeps/_workspace:$GOPATH go install ./...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 ./hack/test-go.sh -- -p=2
|
- KUBE_RACE="-race" KUBE_COVER="y" KUBE_GOVERALLS_BIN="$HOME/gopath/bin/goveralls" KUBE_TIMEOUT='-timeout 300s' KUBE_COVERPROCS=8 KUBE_TEST_API_VERSIONS=$KUBE_TEST_API_VERSIONS ./hack/test-go.sh -- -p=2
|
||||||
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
|
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-cmd.sh
|
||||||
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
|
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/verify-gendocs.sh
|
||||||
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH ./hack/test-integration.sh
|
- PATH=$HOME/gopath/bin:./third_party/etcd:$PATH KUBE_TEST_API_VERSIONS=$KUBE_TEST_API_VERSIONS ./hack/test-integration.sh
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#google-containers"
|
irc: "chat.freenode.net#google-containers"
|
||||||
|
Loading…
Reference in New Issue
Block a user