Skip to content

Commit 327dc87

Browse files
authored
Switch SoT to GitHub in readme and OWNERS
1 parent f3f8e9a commit 327dc87

File tree

4 files changed

+5
-50
lines changed

4 files changed

+5
-50
lines changed

OWNERS

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
2-
3-
2+

PRESUBMIT.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

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

5-
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.
5+
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.
66

77
### Results Feed
88

99
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.
1010

11-
### Cloud functions
11+
### Current results server and UI
1212

13-
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.
13+
A Flutter Web application that displays current test results fetched from a server that keeps all the latest test results in memory.
1414

1515
### Github Label Notifier
1616

current_results/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ configuration and the ESPv2 proxy. Three deployment scripts, there
4545
are three deployment scripts.
4646

4747
These scripts should be run with the current directory set to the
48-
current_results directory in a checkout of the dart.googlesource.com/dart_ci
48+
current_results directory in a checkout of the dart-lang/dart_ci
4949
repository, with the version you wish to deploy checked out.
5050

5151
* initial_configuration.sh (only needed once to setup a new project)

0 commit comments

Comments
 (0)