mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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:
parent
6b8b57913d
commit
00b6a4ed06
@ -2,23 +2,22 @@
|
|||||||
|
|
||||||
This directory exists to support building Flutter on our build infrastructure.
|
This directory exists to support building Flutter on our build infrastructure.
|
||||||
|
|
||||||
Flutter build results are available at:
|
Flutter build results are available at: <https://flutter-dashboard.appspot.com>.
|
||||||
* 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 infra requires special permissions to retrigger builds on the
|
Flutter infra requires special permissions to retrigger builds on the
|
||||||
[build dashboard](https://flutter-dashboard.appspot.com/#/build). File an
|
[build dashboard](https://flutter-dashboard.appspot.com/#/build). File an
|
||||||
[infra ticket](../../docs/infra/Infra-Ticket-Queue.md) to
|
[infra ticket](../../docs/infra/Infra-Ticket-Queue.md) to
|
||||||
request permission.
|
request permission.
|
||||||
|
|
||||||
The [Cirrus](https://cirrus-ci.org)-based bots run the [`test.dart`](test.dart)
|
The [LUCI](https://chromium.googlesource.com/infra/luci/luci-py/+/refs/heads/main/README.md)-based
|
||||||
script for each PR and submission. This does testing for the tools, for the
|
bots run the [`test.dart`](test.dart) script for each PR and submission. This
|
||||||
framework, and (for submitted changes only) rebuilds and updates the main
|
does testing for the tools, for the framework, and (for submitted changes only)
|
||||||
branch API docs [staging site](https://main-api.flutter.dev/).
|
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
|
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
|
The build dashboard includes post-commit testing run on physical devices. See
|
||||||
[//dev/devicelab](../devicelab/README.md) for more information.
|
[//dev/devicelab](../devicelab/README.md) for more information.
|
||||||
@ -134,7 +133,6 @@ components need to be updated or installed, follow the steps below:
|
|||||||
`$ cd ../..`
|
`$ cd ../..`
|
||||||
`$ dev/bots/upload_android_tools.py -t ndk`
|
`$ dev/bots/upload_android_tools.py -t ndk`
|
||||||
|
|
||||||
|
|
||||||
## Flutter codelabs build test
|
## Flutter codelabs build test
|
||||||
|
|
||||||
The Flutter codelabs exercise Material Components in the form of a
|
The Flutter codelabs exercise Material Components in the form of a
|
||||||
|
@ -401,7 +401,7 @@ class Configurator {
|
|||||||
// show the end of it if there was a problem.
|
// show the end of it if there was a problem.
|
||||||
print('${DateTime.now().toUtc()}: Building Flutter docset.');
|
print('${DateTime.now().toUtc()}: Building Flutter docset.');
|
||||||
|
|
||||||
// If dashing gets stuck, Cirrus will time out the build after an hour, and we
|
// If dashing gets stuck, LUCI will time out the build after an hour, and we
|
||||||
// never get to see the logs. Thus, we run it in the background and tail the
|
// never get to see the logs. Thus, we run it in the background and tail the
|
||||||
// logs only if it fails.
|
// logs only if it fails.
|
||||||
final ProcessWrapper result = ProcessWrapper(
|
final ProcessWrapper result = ProcessWrapper(
|
||||||
|
@ -42,7 +42,7 @@ To debug tests in Observatory, use the `--start-paused` option to start the test
|
|||||||
paused state and wait for connection from a debugger. This option lets you set breakpoints
|
paused state and wait for connection from a debugger. This option lets you set breakpoints
|
||||||
before the test runs.
|
before the test runs.
|
||||||
|
|
||||||
To run analysis and all the tests for the entire Flutter repository, the same way that Cirrus
|
To run analysis and all the tests for the entire Flutter repository, the same way that LUCI
|
||||||
runs them, run `dart dev/bots/test.dart` and `dart --enable-asserts dev/bots/analyze.dart`.
|
runs them, run `dart dev/bots/test.dart` and `dart --enable-asserts dev/bots/analyze.dart`.
|
||||||
|
|
||||||
If you've built your own flutter engine (see [Setting up the Engine development environment](../../engine/contributing/Setting-up-the-Engine-development-environment.md)), you
|
If you've built your own flutter engine (see [Setting up the Engine development environment](../../engine/contributing/Setting-up-the-Engine-development-environment.md)), you
|
||||||
|
Loading…
Reference in New Issue
Block a user