engine-flutter-autoroll b79136ba5a
Roll engine 849fe7317031..9e9da56b8923 (4 commits) (#36700)
849fe73170...9e9da56b89

git log 849fe7317031bb8f59b54999029f507185d2fb0f..9e9da56b8923f2bcec6ba91ee2b1d3e4affebdca --no-merges --oneline
9e9da56b8 [luci] Reference the right fuchsia CIPD and upload only once (flutter/engine#9998)
d1cba30a7 Roll src/third_party/skia 7c01208e7800..ebab03ffbffb (1 commits) (flutter/engine#9997)
8855ffd8e Roll fuchsia/sdk/core/linux-amd64 from Kxwo4klJ1u6vmb1zw43v_h5lyPM-BvaHEdTQpXJCfakC to FBDZ1EXEOcpLsJY4a5JRok5wPvXm5SURbJw1V7lpfKUC (flutter/engine#9996)
1b6ee8c27 Roll src/third_party/skia ba35d079524b..7c01208e7800 (1 commits) (flutter/engine#9995)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (aaclarke@google.com), and stop
the roller if necessary.
2019-07-22 15:35:27 -04:00
..

Dart SDK dependency

The bin/internal/engine.version file controls which version of the Flutter engine to use. The file contains the commit hash of a commit in the https://github.com/flutter/engine repository. That hash must have successfully been compiled on https://build.chromium.org/p/client.flutter/ and had its artifacts (the binaries that run on Android and iOS, the compiler, etc) successfully uploaded to Google Cloud Storage.

The /bin/internal/engine.merge_method file controls how we merge a pull request created by the engine auto-roller. If it's squash, there's only one commit for a pull request no matter how many engine commits there are inside that pull request. If it's rebase, the number of commits in the framework is equal to the number of engine commits in the pull request. The latter method makes it easier to detect regressions but costs more test resources.