-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Depend on the goldens repo through git. #25479
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
Conversation
It's easier to run the android_views integration test this way, without needing to worry if we have a local clone of the goldens repo or not.
|
LGTM |
|
@tvolkert do we want to do this? We're not depending on the remote goldens repo, we're checking out specific commits of the local golden repo based on goldens.version. How is that expressed now? |
|
This is only for a specific integration test, not for all flutter goldens - correct? |
|
Same question (since this seems to be the only non frozen dependency). How do we keep it hermetic (on the same devicelab test on the same commit, run once, submit something to goldens, run a second time, there might be a different result) |
|
Good point, I'll fix it to a specific commit. |
|
Followed up in #25678 |
* flt_master: (143 commits) Roll engine 215ca15..d8c5ec0 (12 commits) (flutter#25728) Provide some more locations for the FAB. (flutter#24736) Undeprecated BigInteger support, but document what it actually does. (flutter#24511) ClipPath.shape and related fixes (flutter#24816) Handle errors in `compute()` by propagating them to the Future. (flutter#24848) Fix merge conflict. (flutter#25718) Some minor tweaks to InputDecoration (mainly docs). (flutter#24643) Expose font fallback API in TextStyle, Roll engine 54a3577..215ca15 (8 commits) (flutter#25585) Updated Shrine demo (flutter#25674) Pin the goldens repo to a specific commit in the android_views test. (flutter#25678) Friendlier flags for Dart compilation training. (flutter#25645) Revert dependency upgrade to see if it helps with build times and APK size (flutter#25642) Depend on the goldens repo through git. (flutter#25479) no period after an alone link in see also section (flutter#25604) Update links for China help (flutter#25238) Roll engine 6a90418..54a3577 (23 commits) (flutter#25649) Roll engine e859296..6a90418 (4 commits) (flutter#25643) Adding support for android app bundle - Issue flutter#17829 (flutter#24440) Revert "[O] Remove many timeouts. (flutter#23531)" (flutter#25646) [O] Remove many timeouts. (flutter#23531) ...
It's easier to run the android_views integration test this way, without
needing to worry if we have a local clone of the goldens repo or not.