-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[test] Empty commit #27599
[test] Empty commit #27599
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Manually merging. the Linux Unopt change is due to HEAD being at a bad checkout and this is an empty commit to test https://flutter-review.googlesource.com/c/infra/+/15660 |
At one point, this shard built the Android Vulkan binaries, but during the migration to ci.yaml-based recipes, the gn and build steps for that build were accidentally removed. As such, this shard no longer builds anything. This was detected when a buildroot roll triggered a clobber build which caused the verify_exported.dart script to fail due to a missing 'out' directory, which caused several of us to wonder why we were: 1. Checking that we strip release binaries on a debug bot, and 2. Why we're checking that we strip release binaries before we actually build anything at all. It appears that we used to build android vulkan binaries, such as in steps 14-16 of Build 11130: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11130/overview We migrated to ci.yaml-based infra in this commit: * https://flutter-review.googlesource.com/c/infra/+/15660 A no-op rebuild was triggered in commmit: * flutter#27599 Which triggered the following buikld, Build 11131: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11131/overview That build does not contain the gn or build steps for the Android Vulkan binaries. HOWEVER... we have no users actually using Android Vulkan binaries, so rather than update the build to fix this, we delete the shard altogether and save some CPU. This will be followed by a patch that removes the --enable-vulkan flag from gn and throughout our build.
At one point, this shard built the Android Vulkan binaries, but during the migration to ci.yaml-based recipes, the gn and build steps for that build were accidentally removed. As such, this shard no longer builds anything. This was detected when a buildroot roll triggered a clobber build which caused the verify_exported.dart script to fail due to a missing 'out' directory, which caused several of us to wonder why we were: 1. Checking that we strip release binaries on a debug bot, and 2. Why we're checking that we strip release binaries before we actually build anything at all. It appears that we used to build android vulkan binaries, such as in steps 14-16 of Build 11130: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11130/overview We migrated to ci.yaml-based infra in this commit: * https://flutter-review.googlesource.com/c/infra/+/15660 A no-op rebuild was triggered in commmit: * #27599 Which triggered the following buikld, Build 11131: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11131/overview That build does not contain the gn or build steps for the Android Vulkan binaries. HOWEVER... we have no users actually using Android Vulkan binaries, so rather than update the build to fix this, we delete the shard altogether and save some CPU. This will be followed by a patch that removes the --enable-vulkan flag from gn and throughout our build.
* Roll Dart SDK from e256855 to a3b62f3 (4 revisions) (#21809) * Roll Dart SDK from e655b9a to b58cfe5 (1 revision) (#21920) * Roll Dart SDK from fc82eee to 8be6a08 (1 revision) (#22005) * Roll Dart SDK from fe12b05 to a188781 (1 revision) (#22379) * Roll Skia from 95b5fb9 to 68ac3b9 (17 revisions) (#22713) * Roll Dart SDK from 2c74e62 to f9760fc (5 revisions) (#22881) * Roll Dart SDK from 68d1c75 to f166571 (1 revision) (#23056) * Roll Dart SDK from 970d74c to fd72dbb (1 revision) (#23820) * Trigger an engine build to re-open the tree (#26056) This commit is empty and simply triggers a new build to open the tree. Commit 106963e was re-built after a succesful build; upload to the cloud storage bin failed. * Roll Skia from d9a7c5953df3 to 827bb729a84d (2 revisions) (#26096) * Roll Dart SDK from d616108 to a527411 (0 revision) (#26156) * Roll Dart SDK from bb9d96f to 7250fd6 (0 revision) (#26374) * Roll Dart SDK from 202c42e to 2e9c430 (1 revision) (#26578) * Roll buildroot to 275038b (#26945) * [test] empty commit (#27599) https://flutter-review.googlesource.com/c/infra/+/15660 * Roll Dart SDK from e141400 to 6860708 (1 revision) (#27620) * Empty commit to apply latest LUCI config (#27767) * Roll Dart SDK from 3b11f88 to 976f160 (3 revisions) (#29436) * Empty commit to fix main tree status (#29760) * Add option to enable serial GC This option can be used to avoid thread contention issues for the UI thread when running on low power devices with limited number of cores. * Fix format. * Added test. * Add build rule. * Address review comments. Co-authored-by: skia-flutter-autoroll <skia-flutter-autoroll@skia.org> Co-authored-by: Chris Bracken <chris@bracken.jp> Co-authored-by: Casey Hillers <chillers@google.com>
At one point, this shard built the Android Vulkan binaries, but during the migration to ci.yaml-based recipes, the gn and build steps for that build were accidentally removed. As such, this shard no longer builds anything. This was detected when a buildroot roll triggered a clobber build which caused the verify_exported.dart script to fail due to a missing 'out' directory, which caused several of us to wonder why we were: 1. Checking that we strip release binaries on a debug bot, and 2. Why we're checking that we strip release binaries before we actually build anything at all. It appears that we used to build android vulkan binaries, such as in steps 14-16 of Build 11130: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11130/overview We migrated to ci.yaml-based infra in this commit: * https://flutter-review.googlesource.com/c/infra/+/15660 A no-op rebuild was triggered in commmit: * flutter#27599 Which triggered the following buikld, Build 11131: * https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20Android%20Debug%20Engine/11131/overview That build does not contain the gn or build steps for the Android Vulkan binaries. HOWEVER... we have no users actually using Android Vulkan binaries, so rather than update the build to fix this, we delete the shard altogether and save some CPU. This will be followed by a patch that removes the --enable-vulkan flag from gn and throughout our build.
This commit is to validate the changes in https://flutter-review.googlesource.com/c/infra/+/15660. Reverting this commit will not do anything. However, if the CL needs to be reverted, this commit can also be reverted to retry the tree.
flutter/flutter#84998
Pre-launch Checklist
writing and running engine tests.
///
).