Skip to content

Commit bf28060

Browse files
matanlureymboetger
authored andcommitted
Engine builders no longer require is_fusion (flutter#170849)
Yay, we're de-fused! /cc @LouiseHsu
1 parent ce59082 commit bf28060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The typical cycle for editing a recipe is:
7070
the existing expected output to match the new output. Verify completely new test
7171
cases by altering the `GenTests` method of the recipe. The recipe is required
7272
to have 100% test coverage.
73-
4. Run `led get-builder 'luci.flutter.staging:BUILDER_NAME' | led edit -pa git_ref='refs/pull/<PR number>/head' | led edit -pa git_url='https://github.com/flutter/<repo>' | led edit-recipe-bundle | led edit -pa is_fusion='true' | led launch`, where `BUILDER_NAME` is the builder name (e.g. `Linux Engine`), and
73+
4. Run `led get-builder 'luci.flutter.staging:BUILDER_NAME' | led edit -pa git_ref='refs/pull/<PR number>/head' | led edit -pa git_url='https://github.com/flutter/<repo>' | led edit-recipe-bundle | led edit -pa | led launch`, where `BUILDER_NAME` is the builder name (e.g. `Linux Engine`), and
7474
`git_ref`/`git_url` is the ref/url of the intended changes to build.
7575
* If `led` fails, ensure that your `depot_tools` checkout is up to date.
7676
5. To submit a CL, you need a local branch first (`git checkout -b [some branch name]`).

0 commit comments

Comments
 (0)