ground-android
ground-android copied to clipboard
[Code health] Cloud Build notifiers
trafficstars
Setup alert when instrumentation tests fail on master branch
Recently, we removed running instrumentation tests for PR branches. Also, GCB doesn't provide out-of-the-box solution for build failures.
Either setup a custom notification system for build failures or explore GCB documentation for any related features.
https://cloud.google.com/build/docs/configuring-notifications/notifiers
We spoke. @shobhitagarwal1612 reported that email notifications would require setting up and maintaining an SMTP server, which would be significantly more work. We can skip this for now and rely on chat notifications.