1. 17 Apr, 2019 1 commit
  2. 10 Apr, 2019 1 commit
  3. 06 Apr, 2019 1 commit
  4. 27 Mar, 2019 1 commit
  5. 20 Mar, 2019 1 commit
  6. 12 Mar, 2019 1 commit
  7. 10 Mar, 2019 2 commits
  8. 08 Mar, 2019 1 commit
  9. 06 Mar, 2019 2 commits
  10. 25 Feb, 2019 1 commit
  11. 23 Feb, 2019 1 commit
  12. 22 Feb, 2019 1 commit
  13. 12 Feb, 2019 1 commit
  14. 11 Jan, 2019 1 commit
  15. 04 Jan, 2019 1 commit
    • Amir Hardon's avatar
      Workaround the Gradle crash due to non ASCII chars. (#26024) · 3782b6ab
      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: :smile:
      3782b6ab
  16. 17 Dec, 2018 1 commit
  17. 29 Nov, 2018 1 commit
  18. 16 Nov, 2018 1 commit
    • Fedor Korotkov's avatar
      [ci] add more memory (#24445) · 9ae2bad1
      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.
      9ae2bad1
  19. 14 Nov, 2018 1 commit
  20. 08 Oct, 2018 1 commit
  21. 04 Oct, 2018 1 commit
  22. 19 Sep, 2018 1 commit
  23. 06 Sep, 2018 1 commit
    • TL Lee's avatar
      Add build test for Flutter codelabs (#19579) · e2167b9f
      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"
      e2167b9f
  24. 30 Aug, 2018 1 commit
    • Alexander Aprelev's avatar
      Split analysis steps out of dev/bots/test.dart into dev/bots/analyze.dart (#21174) · 391e91c9
      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
      391e91c9
  25. 08 Aug, 2018 1 commit
  26. 07 Aug, 2018 1 commit
  27. 04 Aug, 2018 2 commits
  28. 02 Aug, 2018 3 commits
  29. 01 Aug, 2018 2 commits
  30. 30 Jul, 2018 2 commits
  31. 25 Jul, 2018 1 commit
  32. 23 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Fix whitespace detector to handle deleted files. (#19690) · f44f625c
      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.
      f44f625c
  33. 20 Jul, 2018 1 commit