Update build bot update instructions (#20301)

`run_recipe.py` has been removed and waterfall is deprecated...
This commit is contained in:
liyuqian 2018-08-07 11:49:04 -07:00 committed by GitHub
parent 4de692a2b9
commit 0630518b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
This directory exists to support building Flutter on our build infrastructure. This directory exists to support building Flutter on our build infrastructure.
The results of such builds are viewable at: The results of such builds are viewable at:
* https://build.chromium.org/p/client.flutter/waterfall * https://build.chromium.org/p/client.flutter/console
* https://travis-ci.org/flutter/flutter/builds (limited checking used just for PRs on github) * https://travis-ci.org/flutter/flutter/builds (limited checking used just for PRs on github)
The external master pages for the chromium infra bots do not allow The external master pages for the chromium infra bots do not allow
@ -63,7 +63,7 @@ The typical cycle for editing a recipe is:
`//chrome_infra/build/scripts/slave/recipes/flutter`). `//chrome_infra/build/scripts/slave/recipes/flutter`).
2. Run `build/scripts/slave/recipes.py --use-bootstrap test train` to 2. Run `build/scripts/slave/recipes.py --use-bootstrap test train` to
update expected files update expected files
3. Run `build/scripts/tools/run_recipe.py flutter/<repo> slavename=<slavename> 3. Run `build/scripts/slave/recipes.py run flutter/<repo> slavename=<slavename>
mastername=client.flutter buildername=<buildername> buildnumber=1234` where `<repo>` is one mastername=client.flutter buildername=<buildername> buildnumber=1234` where `<repo>` is one
of `flutter` or `engine`, and `slavename` and `buildername` can be looked up of `flutter` or `engine`, and `slavename` and `buildername` can be looked up
from the *Build Properties* section of a [recent from the *Build Properties* section of a [recent