Build engine for iOS on presubmit#8011
Conversation
|
The checks say yellow but they've actually passed.. landing this. |
flutter/engine@39c46de...a28329c git log 39c46de..a28329c --no-merges --oneline a28329c Roll src/third_party/skia 58a75383a70b..c97b0672a73f (1 commits) (flutter/engine#8018) cdc1410 Roll src/third_party/skia 0d7012a80c17..58a75383a70b (1 commits) (flutter/engine#8017) 01d8a1f Roll src/third_party/skia c945f0e31a53..0d7012a80c17 (1 commits) (flutter/engine#8016) 75cd4df Roll src/third_party/skia 9159c8ef83b2..c945f0e31a53 (1 commits) (flutter/engine#8015) 13064ae Add overloads for lookup that lets you specify a bundle (flutter/engine#8007) 130cf77 Build engine for iOS on presubmit (flutter/engine#8011) 7234cc4 Roll src/third_party/skia 705e67347962..9159c8ef83b2 (1 commits) (flutter/engine#8014) 8a0b054 Roll src/third_party/skia 09198525261a..705e67347962 (7 commits) (flutter/engine#8013) 36cdd2e Roll src/third_party/skia 436d47d5bde9..09198525261a (6 commits) (flutter/engine#8012) 9bef73a Roll src/third_party/skia e1f5b644656f..436d47d5bde9 (3 commits) (flutter/engine#8009) 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 ([email protected]), and stop the roller if necessary.
|
Cool, thanks Dan! It seems that the newly added test needs about 20 minutes to finish, which is much longer than other engine presubmit checks. I wonder if in the future we can cache the |
|
That should be possible |
|
Actually I'm not sure it would save us much time here. The Mac machines cache things via upload. I could try it but it may not save much time. I'd also like to avoid caching the build out put because that leads to false positive and negatives sometimes |
|
No worries. It's not a critical issue. We have much infra work to do that's probably more important. Feel free to leave it as is if you think the benefit over cost/risk ratio isn't high enough. |
We don't currently test building for ios as part of our presubmits. We should.