jvm-operators / abstract-operator

Library/SDK for creating the operators for Kubernetes and Openshift.
Apache License 2.0
60 stars 17 forks source link

Simple e2e test against one concrete operator #33

Closed jkremser closed 5 years ago

jkremser commented 5 years ago

There is a new task in the Makefile that does following:

It's good enough as a fist shot. Although, there is a very high chance that the failure in this e2e test will go unnoticed, because in case of the failure, the travis is marked as green.

Further extension would be either travis checks (this requires enabling "GitHub Apps" - https://blog.travis-ci.com/2018-05-07-announcing-support-for-github-checks-api-on-travis-ci-com)

or adding a simple comment on existing PR, using curl and GH token