Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@ricardoamador
Copy link
Contributor

@ricardoamador ricardoamador commented Jan 26, 2024

Changes to use the proto.textpb config file as the version of the emulator device and show the cipd dependency version in the dependencies so devs know it can be updated.

This will not pass until recipe changes have landed.

List which issues are fixed by this PR. You must list at least one issue.
Fixes flutter/flutter#142261

If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@ricardoamador ricardoamador marked this pull request as ready for review January 30, 2024 19:31
Copy link
Contributor

@keyonghan keyonghan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with recipes supporting CL landing first.

@ricardoamador ricardoamador force-pushed the use_proto_name_andemulator branch from 6b10a52 to f35a22b Compare February 1, 2024 19:10
@ricardoamador ricardoamador added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 1, 2024
@auto-submit auto-submit bot merged commit d0db4c4 into flutter:main Feb 1, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 2, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 2, 2024
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 2, 2024
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 2, 2024
…142783)

flutter/engine@dd4c79a...b35153d

2024-02-02 [email protected] Manual roll Dart SDK from 82936dcdaf4f to 5a5d4c262200 (2 revisions) (flutter/engine#50264)
2024-02-01 [email protected] Remove number of arguments from defining Dart FFI (flutter/engine#50153)
2024-02-01 [email protected] Refactor the linux_android targets to make use of recent changes to android virtual device params (flutter/engine#50099)
2024-02-01 [email protected] Re-add tests deleted on accident (flutter/engine#50223)
2024-02-01 [email protected] [Impeller] updated todos from opengles golden work (flutter/engine#50218)
2024-02-01 [email protected] Get bounds from RTree in DLBuilder::Build() (flutter/engine#50253)
2024-02-01 [email protected] [Impeller] Remove unused define. (flutter/engine#50250)
2024-02-01 [email protected] Add the focus state related methods to the platform dispatcher (flutter/engine#49841)
2024-02-01 [email protected] Fix the output paths of the Web esbuild GN template (flutter/engine#50188)
2024-02-01 [email protected] [Impeller] Delete unnecessary special casing for Vulkan in framebuffer fetch. (flutter/engine#50251)

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
is aware of the problem.

To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

autosubmit Merge PR when tree becomes green via auto submit App

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify the Android Emulator recipes to use the proto config file and expose the avd cipd version

2 participants