Tools used by Dart's continuous integration (CI) testing that aren't needed by Dart SDK contributors

Clone this repo:
  1. 34a3360 Refactor CI Results to use extension types (Part 1) (#211) by Alexander Thomas · 13 days ago main
  2. 94e8b74 Migrate baseline builder from gsutil to google_cloud_storage (#209) by Alexander Thomas · 5 weeks ago
  3. e564d06 Add Google ToS and Privacy links, remove broken API portal link (#208) by Alexander Thomas · 8 weeks ago
  4. ca2e411 Use custom service account for github-label-notifier (#207) by Alexander Thomas · 3 months ago
  5. 9c7cd6b Authenticate gerritcodereview log requests. (#206) by Alexander Aprelev · 3 months ago

dart_ci

Tools used by Dart's continuous integration (CI) testing infrastructure.

The repository is based at github.com/dart-lang/dart_ci. It is mirrored to dart.googlesource.com/dart_ci. Changes need to be landed as pull requests in this repo.

Results Feed

The results feed is an angular Dart application that displays changed results from the CI and from CQ runs (try-jobs). The code is in the results_feed directory. It is deployed to ci.dart.dev, using Firebase hosting.

Current results server and UI

A Flutter Web application that displays current test results fetched from a server that keeps all the latest test results in memory.

Github Label Notifier

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.