Introduce travis-based integration testing #92
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces a
.travis.yml
file, which tests the minikube statefulset example.In order to enable Travis on this repository (assuming the PR gets merged), please follow: https://docs.travis-ci.com/user/tutorial/
Setup shouldn't take more than 5 minutes.
Issues
Upon creating this minor test-suite, I've hit upon #86 and #85 both of which affect the master branch.
kubectl create clusterrolebinding default-admin --clusterrole cluster-admin --servicaccount=default:default
The build log for the #86 effected build can be seen here:
While the sidecar error produced with kubernates v1.10.0 for #85 can be seen here:
Credits
The
.travis.yml
file is inspired by: https://github.com/LiliC/travis-minikube and this blog post: https://blog.travis-ci.com/2017-10-26-running-kubernetes-on-travis-ci-with-minikube