diff --git a/infra/config/config.star b/infra/config/config.star index 742439fc58..f0127ebfdd 100755 --- a/infra/config/config.star +++ b/infra/config/config.star @@ -406,6 +406,11 @@ luci.notifier( ), ) +# Notify findit about completed builds for code coverage purposes +luci.buildbucket_notification_topic( + name = "projects/findit-for-me/topics/buildbucket_notification", +) + # Tree closer definitions: luci.tree_closer( diff --git a/infra/config/cr-buildbucket.cfg b/infra/config/cr-buildbucket.cfg index 23a8544f97..a2566074ed 100644 --- a/infra/config/cr-buildbucket.cfg +++ b/infra/config/cr-buildbucket.cfg @@ -5691,3 +5691,8 @@ buckets { service_accounts: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com" } } +common_config { + builds_notification_topics { + name: "projects/findit-for-me/topics/buildbucket_notification" + } +}