vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Add e2e tests to release pipeline #553

Closed rjew closed 6 years ago

rjew commented 6 years ago

Fixes #409

Run e2e tests before running release plan. There is some redundancy in that the e2e images are built and then the same release images are built but this prevents release images that fail the e2e tests from being pushed to the public docker hub.