Fix bug that causes us to skip our new e2e tests (#285)

Various e2e test bugfixes. The test runner now compiles fission bundle and cli, installs helm, installs kubectl, and uses helm to install fission, run all scripts under test/tests/, and uninstalls fission.

The change also removes go tip tests -- I think we can get by without them, but we'll add them back if the next go version update brings some surprises.
This commit is contained in:
Soam Vasani
2017-08-15 17:00:27 -07:00
committed by GitHub
parent f79d44156b
commit 00a8430a24
4 changed files with 46 additions and 9 deletions
+2 -2
View File
@@ -4,18 +4,18 @@ language: go
go:
- 1.8
- tip
cache:
directories:
- $HOME/google-cloud-sdk/
- $HOME/k8scli
install:
- go get github.com/Masterminds/glide
- hack/travis-kube-setup.sh
env:
- KUBECONFIG=${HOME}/.kube/config
- KUBECONFIG=${HOME}/.kube/config PATH=$HOME/k8scli:${PATH}
script:
- cd ${TRAVIS_BUILD_DIR}