-
Notifications
You must be signed in to change notification settings - Fork 28.6k
engine_v2 tests are incorrectly run on dart-internal bots when they should run on prod #142626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
|
@CaseyHillers I don't see the failure in web_engine build, do you mean to add a different link for it? |
Prior discussion was at flutter/engine#49650 (comment). How should it be configured to run emulators?
web_engine isn't failing, but the tests are running on dart-internal. See https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20Production%20Engine%20Drone/31109/overview which is an example test shard that I would expect to run on the prod pool |
The tests need to be filtered on non release branches. |
This issue was introduced when the test was moved from the standalone builder to run as part of the fuchsia build. |
Closing as stale. Please feel free to open a new issue with a strong justification for doing this. (To be clear, the |
Type of Request
bug
Infrastructure Environment
LUCI - engine_v2 recipe
What is happening?
https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20engine_release_builder/815/overview failed due to linux_fuchsia not having any kvm bots in dart-internal to run on. The expectation is that tests should run on prod to save dart-internal capacity.
This seems to be occurring on linux_web_engine as well https://ci.chromium.org/ui/p/dart-internal/builders/flutter/Linux%20Production%20Engine%20Drone/31109/overview.
For the short term, we added some kvm bots to unblock the releases, but we should fix engine_v2 to trigger the tests outside dart-internal.
Steps to reproduce
No response
Expected results
Possible solutions
The text was updated successfully, but these errors were encountered: