This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Make firebase test more LUCI friendly#10783
Merged
dnfield merged 4 commits intoflutter:masterfrom Aug 9, 2019
Merged
Conversation
chinmaygarde
approved these changes
Aug 8, 2019
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Aug 9, 2019
engine-flutter-autoroll
added a commit
to flutter/flutter
that referenced
this pull request
Aug 9, 2019
[email protected]:flutter/engine.git/compare/dd735c917929...ff49ca1 git log dd735c9..ff49ca1 --no-merges --oneline 2019-08-09 [email protected] Make firebase test more LUCI friendly (flutter/engine#10783) 2019-08-09 [email protected] Add a test for creating images from bytes. (flutter/engine#10799) 2019-08-09 [email protected] Roll fuchsia/sdk/core/linux-amd64 from 1nsfv... to 9xVXx... (flutter/engine#10798) 2019-08-09 [email protected] Wire up a concurrent message loop backed SkExecutor for Skia. (flutter/engine#10788) 2019-08-09 [email protected] Roll buildroot for ANGLE support (flutter/engine#10784) 2019-08-09 [email protected] When setting up AOT snapshots from symbol references, make buffer sizes optional. (flutter/engine#10674) 2019-08-09 [email protected] Include Maven dependency in files.json (flutter/engine#10719) 2019-08-09 [email protected] Remove 3 semi-redundant try-jobs (flutter/engine#10786) 2019-08-09 [email protected] Roll src/third_party/skia 04580795746b..4d557e3df433 (4 commits) (flutter/engine#10794) 2019-08-09 [email protected] Build JARs containing the Android embedding sources and the engine native library (flutter/engine#10778) 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is backwards compatible with the cirrus version, but will use the service account on LUCI if the env var isn't specified.
Also creates another shell script to wrap the other one so LUCI can just invoke one script to build and one to test.