zhmcclient / zhmc-prometheus-exporter

A Prometheus exporter for the IBM Z HMC
Apache License 2.0
12 stars 8 forks source link

Change safety approach to distinguish between install and development #441

Closed andy-maier closed 4 months ago

andy-maier commented 5 months ago

The safety run for development should be allowed to fail, while the safety run for install should be required to succeed. This lowers the frequency of safety updates without compromising the installable package.

See https://github.com/zhmcclient/python-zhmcclient/pull/1370 for how it was done in the zhmcclient package.