mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Notify chromiums code coverage service about builds using buildbucket v2 notifications.
Based on https://chromium-review.googlesource.com/c/chromium/src/+/5889124 Bug: chromium:352560718 Change-Id: I8064ed4437a510bfcbfbe82268389c5fb75739f4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/363980 Commit-Queue: Björn Terelius <terelius@webrtc.org> Reviewed-by: Christoffer Dewerin <jansson@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43096}
This commit is contained in:
parent
8d4638f985
commit
20e4ce51df
2 changed files with 10 additions and 0 deletions
|
@ -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:
|
# Tree closer definitions:
|
||||||
|
|
||||||
luci.tree_closer(
|
luci.tree_closer(
|
||||||
|
|
|
@ -5691,3 +5691,8 @@ buckets {
|
||||||
service_accounts: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
service_accounts: "webrtc-try-builder@chops-service-accounts.iam.gserviceaccount.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
common_config {
|
||||||
|
builds_notification_topics {
|
||||||
|
name: "projects/findit-for-me/topics/buildbucket_notification"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue