Build/Archive/Test refactoring of CI testing needs implemention of the test phase #116906
Labels
a: tests
"flutter test", flutter_test, or one of our tests
⏳
Bot is counting down the days until it unassigns the issue
team-infra
Owned by Infrastructure team
The issue
#81855
tracks the refactoring of Flutter CI testing to separate the building of Flutter engine artifacts and
the running of tests on those artifacts.
The implementation of the testers that will run the tests can be tracked here.
These are running on the LUCI test system, where all running jobs are called "builders", so
they can also be called builders or test builders.
Work is currently proceeding on a initial implementation that supports also a
logical monorepo checkout of Dart SKD, Flutter engine, and Flutter framework.
https://flutter-review.git.corp.google.com/c/recipes/+/36400
https://flutter-review.git.corp.google.com/c/recipes/+/37200
This issue also tracks the design of the testing, including:
Can the existing flutter/flutter_drone recipe, currently used for testing, be extended to handle
the testing done after this refactoring, instead of creating a new recipe?
The text was updated successfully, but these errors were encountered: