mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +00:00
Rename integration-test and update README
This commit is contained in:
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
Block a user