Cloud Operations Sandbox is an open source collection of tools that helps practitioners to learn O11y and R9y practices from Google and apply them using Cloud Operations suite of tools.
The sre-recipes runner was failing on any text printed to stderr, even if it was just a warning. This PR addresses this by checking if "WARNING" appears in the error logs, and if so, it continues to run
The sre-recipes runner was failing on any text printed to stderr, even if it was just a warning. This PR addresses this by checking if "WARNING" appears in the error logs, and if so, it continues to run
Fixes https://github.com/GoogleCloudPlatform/cloud-ops-sandbox/issues/935