Remove some miscellaneous references to Cirrus. (#161390)
Towards https://github.com/flutter/flutter/issues/161387. ... made a few TLC changes the best I could.
This commit is contained in:
@@ -2,23 +2,22 @@
|
||||
|
||||
This directory exists to support building Flutter on our build infrastructure.
|
||||
|
||||
Flutter build results are available at:
|
||||
* https://flutter-dashboard.appspot.com/#/build
|
||||
- Aggregate dashboard of the separate CI systems used by Flutter.
|
||||
* https://cirrus-ci.com/github/flutter/flutter/master
|
||||
- Testing is done on PRs and submitted changes on GitHub.
|
||||
Flutter build results are available at: <https://flutter-dashboard.appspot.com>.
|
||||
|
||||
Flutter infra requires special permissions to retrigger builds on the
|
||||
[build dashboard](https://flutter-dashboard.appspot.com/#/build). File an
|
||||
[infra ticket](../../docs/infra/Infra-Ticket-Queue.md) to
|
||||
request permission.
|
||||
|
||||
The [Cirrus](https://cirrus-ci.org)-based bots run the [`test.dart`](test.dart)
|
||||
script for each PR and submission. This does testing for the tools, for the
|
||||
framework, and (for submitted changes only) rebuilds and updates the main
|
||||
branch API docs [staging site](https://main-api.flutter.dev/).
|
||||
The [LUCI](https://chromium.googlesource.com/infra/luci/luci-py/+/refs/heads/main/README.md)-based
|
||||
bots run the [`test.dart`](test.dart) script for each PR and submission. This
|
||||
does testing for the tools, for the framework, and (for submitted changes only)
|
||||
rebuilds and updates the main branch API docs [staging site](https://main-api.flutter.dev/).
|
||||
For tagged dev and beta builds, it also builds and deploys the gallery app to
|
||||
the app stores. It is configured by the [.cirrus.yml](/.cirrus.yml).
|
||||
the app stores. It is configured by two `.ci.yaml` files:
|
||||
|
||||
- framework: [`.ci.yaml`](../../.ci.yaml)
|
||||
- engine: [`engine/src/flutter/.ci.yaml`](../../engine/src/flutter/.ci.yaml)
|
||||
|
||||
The build dashboard includes post-commit testing run on physical devices. See
|
||||
[//dev/devicelab](../devicelab/README.md) for more information.
|
||||
@@ -134,7 +133,6 @@ components need to be updated or installed, follow the steps below:
|
||||
`$ cd ../..`
|
||||
`$ dev/bots/upload_android_tools.py -t ndk`
|
||||
|
||||
|
||||
## Flutter codelabs build test
|
||||
|
||||
The Flutter codelabs exercise Material Components in the form of a
|
||||
|
||||
Reference in New Issue
Block a user