Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ci/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ directory.
* **contexts** - a list of available contexts to add to the text execution step.
The list of supported contexts can be found [here](https://flutter.googlesource.com/recipes/+/refs/heads/main/recipe_modules/flutter_deps/api.py#687). As of 06/20/23 two contexts are supported:
"android_virtual_device" and "metric_center_token".
* **test_if** - a regex of what branches this test should run on. Defaults
to everywhere.

The test scripts will run in a deferred context (failing the step only after
logs have been uploaded). Tester and builder recipes provide an environment
Expand Down
3 changes: 2 additions & 1 deletion ci/builders/linux_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@
"parameters": [
"--variant",
"android_profile_arm64"
]
],
"test_if": "main"
}
]
},
Expand Down