You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/bots/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ The typical cycle for editing a recipe is:
70
70
the existing expected output to match the new output. Verify completely new test
71
71
cases by altering the `GenTests` method of the recipe. The recipe is required
72
72
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
74
74
`git_ref`/`git_url` is the ref/url of the intended changes to build.
75
75
* If `led` fails, ensure that your `depot_tools` checkout is up to date.
76
76
5. To submit a CL, you need a local branch first (`git checkout -b [some branch name]`).
0 commit comments