juju-solutions / matrix

Automatic testing of big software deployments under various failure conditions
Other
8 stars 9 forks source link

Gating and Crashdump #62

Closed pengale closed 7 years ago

pengale commented 7 years ago

Wired health check up into gating logic.

We can now fail on an "unhealthy" state, which makes a basic deploy test possible.

We also zip up the matrix.log, so that we can fetch it with the CI process, and have some code in place that will give us a more complete crash dump once gh issue#59 (juju ssh not working) is fixed.

@johnsca @bcsaller