Unverified Commit 08f698bb authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Update README.md (#85661)

parent 69ea91bf
...@@ -76,7 +76,7 @@ search for files named `api.py` or `example.py` under `infra/build`. ...@@ -76,7 +76,7 @@ search for files named `api.py` or `example.py` under `infra/build`.
### Editing a recipe ### Editing a recipe
Flutter has several recipes depending on the test. The recipes share common Flutter has several recipes depending on the test. The recipes share common
actions through `recipe_modules`. Searching the builder config in [flutter/infra](https://github.com/flutter/infra) actions through `recipe_modules`. Searching the builder config in [infra](https://flutter.googlesource.com/infra/+/refs/heads/main)
will indicate the recipe used for a test. will indicate the recipe used for a test.
Recipes are just Python with some limitations on what can be imported. They are Recipes are just Python with some limitations on what can be imported. They are
...@@ -102,7 +102,7 @@ The typical cycle for editing a recipe is: ...@@ -102,7 +102,7 @@ The typical cycle for editing a recipe is:
### The infra config repository ### The infra config repository
The [flutter/infra](https://github.com/flutter/infra) repository contains The [infra](https://flutter.googlesource.com/infra/+/refs/heads/main) repository contains
configuration files for the dashboard, builder groups, scheduling, and configuration files for the dashboard, builder groups, scheduling, and
individual builders. Edits to this may require changes other internal Google individual builders. Edits to this may require changes other internal Google
repositories - e.g., to change the operating system or number of machines. If repositories - e.g., to change the operating system or number of machines. If
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment