10 Commits

Author SHA1 Message Date
Dan Field
b63739d641 Use python to run firebase testlab, do not expect recipe to know location of APK (flutter/engine#27434) 2021-07-14 23:46:02 -07:00
Dan Field
bf96d4bbc8 Fix the firebase scenario app run and assert that it does good things (flutter/engine#27295) 2021-07-12 16:56:02 -07:00
Kaushik Iska
2fead370b3 Streamline frame timings recording (flutter/engine#25892) 2021-05-07 12:14:01 -07:00
Dan Field
0adf2b716d Update firebase_testlab.sh (flutter/engine#25816) 2021-04-28 10:44:28 -07:00
Dan Field
5a4efab2a4 Get FTL test running again (flutter/engine#25771) 2021-04-26 22:09:02 -07:00
Greg Spencer
d737cca58e Clean up the CI scripts and make it so that they can be run from anywhere (flutter/engine#20538)
This cleans up the ci scripts so that they can be run from an arbitrary directory, and so that they don't have any bash lint issues, and are more explicit about which dart/pub/dartanalyzer executable they run.

I also fixed the format script to take a "--fix" argument that will fix all of the formatting issues found, including trailing whitespace and gn files.

I added a warning to the license script about untracked/ignored files in the fluttter repo because those so often trip up the license script.

I added missing license information to the ci scripts too.

There's now a bit of boilerplate at the beginning of each script (the follow_links function) in order to reliably find the actual location of the script: I'd put it into a common file, except that that code would be needed to reliably find the common location too, so I needed to duplicate it. It's the same boilerplate as what is used in the flutter/flutter repo for the flutter and dart scripts.

I deleted the ci/test.sh script, since it seems to be obsolete (the test it tries to run doesn't exist anywhere).
2020-08-17 14:03:01 -07:00
Dan Field
b3a9130e8e Re-enable firebase test and don't use google login (flutter/engine#11228) 2019-08-19 13:46:54 -07:00
Dan Field
266df3b39b Make firebase testlab always pass (flutter/engine#11226) 2019-08-19 12:36:33 -07:00
Dan Field
ffa6d11b86 Make firebase test more LUCI friendly (flutter/engine#10783) 2019-08-08 21:47:24 -07:00
Dan Field
0d0471363f test scenario_app on CI (flutter/engine#10065) 2019-07-26 15:59:18 -07:00