Skip to main content
Flaky Tests webhook events now carry the Bazel label for tests that have one. The test_case object in test_case.monitor_status_changed and v2.test_case.status_changed webhook payloads now includes an optional bazel_label field. When a test case is associated with a Bazel target, this field contains the fully qualified label (for example, //mypackage:my_test). The field is absent when no Bazel label is recorded for the test. This makes it easier to route, deduplicate, or link webhook-driven tickets and alerts back to a specific Bazel target in your build graph. It is particularly useful for repositories that use multiple test targets with similar names across packages. See the Webhooks reference for the full field tables.