Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch test_suites to yaml. (flutter#27368)
This will allow us to include package, url, and argument information in the engine repo, requiring less infra soft transitions. The schema of this file should be something like: ```yaml test_suites: - package: tests-0.far - url: fuchsia-pkg://fuchsia.com/tests/meta#tests.cm - test_args: -- --gtest_filter=-Test.Disabled ``` test_args is optional. See https://fxbug.dev/79691.
- Loading branch information