-
Notifications
You must be signed in to change notification settings - Fork 28.6k
Windows Plugins presubmit is failing on flutter/plugins #69232
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
This is because now Windows build_tests are competing for the same bots used by plugins. To fix this problem we need to:
|
based on competition, shall the |
I thought they were failing after a few mins, the ones linked here are failing immediately which means there are 0 Windows Server machines available |
https://chromium-swarm.appspot.com/botlist?c=id&c=task&c=os&c=status&d=asc&f=pool%3Aluci.flutter.try&f=os%3AWindows-Server&k=os&s=id I see machines available. I would expect long queue time but not seeing failures immediately. |
Are all these windows bots the same config of 8 cores? We used to have 32 cores bots, which flutter/plugins are currently using. |
Working on a PR to fix this. |
Meta-issue question: can we make the bot status page linked from PRs give useful feedback here (e.g., "Unable to schedule job; zero available machines meet job requirements") instead of a page that just has no information and essentially a link to nowhere? |
The link in checks page will link to the build details only if the task is scheduled. If failed before being scheduled, the build id will not be available. Instead if we can obtain the taks id (like 4f86ca6c72bfff10), then it is more useful to have this link. But as currently supported from cocoon backend, the build is triggered via |
The new config has been propagated. Just retried the failed builds from the above two PRs, and they are running now. |
Let's open a bug for the usability request there are many of those that we'll need to address once we have the reliability and scalability parts under control. |
Created issue to track the usability: #69242. |
This still doesn't seem to be resolved... |
Ohh thanks, that is being worked on as well. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
New PRs to
flutter/plugins
are getting a failed "Windows Plugins" presubmit, the cirrus link directs to the flutter dashboard which has no useful information.Sample PRs with the failure:
This is currently blocking all flutter/plugins PRs.
The text was updated successfully, but these errors were encountered: