commit | 701b61a617fde14ef562c17a63c87cfd0a2ee5f2 | [log] [tgz] |
---|---|---|
author | William Hesse <whesse@google.com> | Tue Jun 06 09:24:58 2023 +0000 |
committer | William Hesse <whesse@google.com> | Tue Jun 06 09:24:58 2023 +0000 |
tree | 7a1168271cae01fc7fd3c3d6677fbcc19d41086f | |
parent | 599a35c2225bb187e2e28cfad984136f34df884e [diff] |
[results feed] Add cloud build and deploy for results feed This adds cloud build scripts that deploy the results feed without the current results UI included. Redirects from the old location of the current results UI to its new location are added. Bug: b/284923968 Change-Id: I04f6fb66fa39c4766b07a4b7d85af87841e4a482 Reviewed-on: https://dart-review.googlesource.com/c/dart_ci/+/307100 Reviewed-by: Alexander Thomas <athom@google.com>
The repository is based at dart.googlesource.com/dart_ci. It is mirrored to github.com/dart-lang/dart_ci. Do not land pull requests on Github.
The results feed is an angular Dart application that displays changed results from the CI and from CQ runs (tryjobs). The code is in the results_feed directory. It is deployed to ci.dart.dev, using Firebase hosting.
The automated testing of Dart on the CI and CQ publishes results to Cloud Pubsub, and cloud functions triggered by those Pubsub messages process the data and store it in Firestore. These functions are located in the functions directory, and are deployed on the dart-ci Google Cloud project.
Internal users get automatic notifications of new GitHub issues created in certain repositories, by subscribing to issue labels on those repositories. This tool provides a UI for internal users to subscribe to their chosen issue labels. That UI is hosted at dart-github-label-notifier.firebaseapp.com. It also defines cloud functions that are triggered by GitHub webhooks and use the issue label subscriptions to send email notifications using SendGrid.