mirror of https://github.com/k3s-io/k3s
Rename integration-test and update README
parent
693051c1ca
commit
8a677b1226
|
@ -17,7 +17,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
|
- PATH=$HOME/gopath/bin:$PATH ./hack/test-go.sh
|
||||||
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
|
- PATH=$HOME/gopath/bin:$PATH ./hack/test-cmd.sh
|
||||||
- PATH=$HOME/gopath/bin:$PATH ./hack/integration-test.sh
|
- PATH=$HOME/gopath/bin:$PATH ./hack/test-integration.sh
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#google-containers"
|
irc: "chat.freenode.net#google-containers"
|
||||||
|
|
|
@ -136,7 +136,7 @@ sudo ln -s "$REPO_ROOT/target/bin/etcd" /usr/bin/etcd
|
||||||
|
|
||||||
```
|
```
|
||||||
cd kubernetes
|
cd kubernetes
|
||||||
hack/integration-test.sh
|
hack/test-integration.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
### End-to-End tests
|
### End-to-End tests
|
||||||
|
|
Loading…
Reference in New Issue