[go: nahoru, domu]

Skip to content

Commit

Permalink
disable analyze linux on Cirrus (flutter#87518)
Browse files Browse the repository at this point in the history
* disable analyze linux


Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
  • Loading branch information
jonahwilliams and gspencergoog committed Aug 2, 2021
1 parent 0abf02f commit 4697e25
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,16 @@ task:
- date
- which flutter
matrix:
- name: analyze-linux # linux-only
only_if: "$CIRRUS_PR != ''"
environment:
# Empirically, the analyze-linux shard runs surprisingly fast (under 15 minutes) with just 1
# CPU. We noticed OOM failures with 6GB 4/2020, so we increased the memory.
CPU: 1
MEMORY: 8G
script:
- dart --enable-asserts ./dev/bots/analyze.dart
# TODO(flutter): https://github.com/flutter/flutter/issues/87517 analyze linux is only failing on Cirrus due to an unknown snippets issue
# - name: analyze-linux # linux-only
# only_if: "$CIRRUS_PR != ''"
# environment:
# # Empirically, the analyze-linux shard runs surprisingly fast (under 15 minutes) with just 1
# # CPU. We noticed OOM failures with 6GB 4/2020, so we increased the memory.
# CPU: 1
# MEMORY: 8G
# script:
# - dart --enable-asserts ./dev/bots/analyze.dart

- name: framework_tests-widgets-linux
only_if: "changesInclude('.cirrus.yml', 'dev/**', 'packages/flutter/**', 'packages/flutter_test/**', 'packages/flutter_tools/lib/src/test/**', 'bin/**') && $CIRRUS_PR != ''"
Expand Down

0 comments on commit 4697e25

Please sign in to comment.