-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#3458Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team
Description
On this plugin test I can see there's 110 Flutter-iPhone simulators, some still booted before the tests run https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8787351356520040209/+/u/Run_package_tests/list_simulators/stdout. That could cause issues like running out of disk space.
The plugins tests should try to delete any simulators they have added.
Also a good idea to add api.os_utils.shutdown_simulators() to the recipe so at least they aren't booted:
https://flutter.googlesource.com/recipes/+/refs/heads/main/recipes/devicelab/devicelab_drone.py#203
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.team-infraOwned by Infrastructure teamOwned by Infrastructure team