- 17 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 10 Apr, 2019 1 commit
-
-
xster authored
-
- 06 Apr, 2019 1 commit
-
-
xster authored
-
- 27 Mar, 2019 1 commit
-
-
liyuqian authored
Unblock the engine roll that includes the Dart roll that removes `-c`.
-
- 20 Mar, 2019 1 commit
-
-
Fedor Korotkov authored
-
- 12 Mar, 2019 1 commit
-
-
Fedor Korotkov authored
* Install JDK and Android SDK only for integration and build tests
-
- 10 Mar, 2019 2 commits
- 08 Mar, 2019 1 commit
-
-
Dan Field authored
-
- 06 Mar, 2019 2 commits
-
-
Dan Field authored
* Wrap test.main with a custom processor * Report test results to bigquery table
-
Reece Dunham authored
This switches the Cirrus macOS images to use Mojave, since Cirrus has deprecated the High Sierra images.
-
- 25 Feb, 2019 1 commit
-
-
Reece Dunham authored
-
- 23 Feb, 2019 1 commit
-
-
Dan Field authored
* add2app test
-
- 22 Feb, 2019 1 commit
-
-
Ray Rischpater, KF6GPE authored
* deploy to .dev firebase projects. * Updated secrets for .dev web sites. * Fixed missing docs.*.io references.
-
- 12 Feb, 2019 1 commit
-
-
Ian Hickson authored
This pattern is problematic when Flutter is ported to build systems that require each executable end-point to be self-contained (e.g. Bazel).
-
- 11 Jan, 2019 1 commit
-
-
Greg Spencer authored
-
- 04 Jan, 2019 1 commit
-
-
Amir Hardon authored
Cirrus puts the PR description and commit message in environment variables. These messages tend to have non ASCII characters sometimes (like emojis), which triggers a Gradle bug (gradle/gradle#3117) resulting in Gradle crashing without a helpful error message. The real solution to this problem should be fixing the Gradle bug. The better workaround on the Flutter side would be to set a UTF8 locale on the Cirrus machine, but I have yet figured out how to do it. For now to avoid more people from hitting this I'm working around by temporarily unsetting the Cirrus environment variables with the PR description and commit message. A non ASCII character to make sure it works:
-
- 17 Dec, 2018 1 commit
-
-
Danny Tuppeny authored
* Fall back to ANDROID_SDK_ROOT if ANDROID_HOME is not set And update descriptions to use the non-deprecated ANDROID_SDK_ROOT. Fixes #15114. * Remove trailing whitespace * Update dev/devicelab/lib/framework/adb.dart Co-Authored-By: DanTup <danny@tuppeny.com> * Reformat long line
-
- 29 Nov, 2018 1 commit
-
-
Dan Field authored
* build tests - AOT on all, APK on Linux, IPA on Mac
-
- 16 Nov, 2018 1 commit
-
-
Fedor Korotkov authored
While investigating reports from @gspencergoog about unexpectedly failing tasks I've found out that `tool_tests` sometimes fails with Out Of Memory errors. I've also added detection of such issues to Cirrus CI.
-
- 14 Nov, 2018 1 commit
-
-
Greg Spencer authored
-
- 08 Oct, 2018 1 commit
-
-
Yegor authored
-
- 04 Oct, 2018 1 commit
-
-
Greg Spencer authored
The Gallery deployment was missing some secrets in order to correctly deploy. This adds those missing secrets as encrypted env vars.
-
- 19 Sep, 2018 1 commit
-
-
Greg Spencer authored
-
- 06 Sep, 2018 1 commit
-
-
TL Lee authored
* Add build test for Flutter codelabs * Fix indentation in build test script * Correct filename for the codelabs build test run by travis * Change if statement to elif * Replace echo statements with set -x * Add BSD-style license * Add codelabs build test to Cirrus * Remove codelabs_build_test from Travis. * Remove codelabs_build_test from travis_script.sh * Update documentation for codelabs_build_test.sh * Update readme for build test * Add link to open a new issue to MDC-Flutter * Add phrase to address "if you think you really need to break this test, please escalate this"
-
- 30 Aug, 2018 1 commit
-
-
Alexander Aprelev authored
* Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart. This allows to run analysis step with command line arguments that are only applicable to flutter analyze(like --dart-sdk, needed for dart-flutter-engine head-head-head bot). * Add forgotten dev/bots/analyze.dart * Refactor common code from analyze.dart and test.dart into run_command.dart * Remove comments, add header
-
- 08 Aug, 2018 1 commit
-
-
Greg Spencer authored
-
- 07 Aug, 2018 1 commit
-
-
Greg Spencer authored
This switches docs and gallery build and deployment to use Cirrus CI instead of Travis, reapplying the changes from #19925, but updating the Firebase tokens for upload, and refining docs.sh some to limit retries to five times (instead of indefinitely).
-
- 04 Aug, 2018 2 commits
-
-
Greg Spencer authored
This reverts commit a5c2dddd. Docs push requires different auth options... Will reland shortly.
-
Greg Spencer authored
This adds a Docker image for the linux builds, replacing a lot of the setup code with a Docker build. Added a docker image build step that has the right gcloud credentials in it. Also, this finally moves the gallery deployment and docs publishing steps to Cirrus. They were dependent upon some environment setup that was a lot easier to do in Docker than in a setup bash script.
-
- 02 Aug, 2018 3 commits
-
-
Danny Tuppeny authored
This adds: - pub's cache to the Cirrus cache. It caches based on the checksums in the pubspec (although pub has things in versioned folders, this'll prevent the cache just getting bigger over time). - bin/cache/pkg. I think this only includes sky_engine. It caches based on the engine checksum. - bin/cache/artifacts. This includes engine, gradle_wrapper, material_fonts. Also caches based on the engine checksum.
-
Fedor Korotkov authored
This will reduce load on macOS community cluster.
-
Danny Tuppeny authored
-
- 01 Aug, 2018 2 commits
-
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
- 30 Jul, 2018 2 commits
-
-
Greg Spencer authored
This reverts commit c36032c6, because we're missing some credentials for pushing the gallery. Submitting TBR to unbreak the build. TBR=tvolkert
-
Greg Spencer authored
This moves the docs generation and gallery upload to Cirrus CI, which is another step in turning off Travis.
-
- 25 Jul, 2018 1 commit
-
-
Greg Spencer authored
Our Cirrus Windows tests were not really working: they reported success even when failing. This should fix several problems with the Cirrus Windows tests.
-
- 23 Jul, 2018 1 commit
-
-
Greg Spencer authored
The trailing whitespace detector wasn't handling file deletes very well (at all, really). This filters the set of files grepped to only include files that exist. Also, clarified the failure message to make it more obvious what the failure is when the grep finds results.
-
- 20 Jul, 2018 1 commit
-
-
Greg Spencer authored
-