Unverified Commit 0fa1de3c authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

Restore docs linux post submit cirrus (#64214)

parent 9e32a4f5
...@@ -192,7 +192,8 @@ task: ...@@ -192,7 +192,8 @@ task:
- dart --enable-asserts ./dev/bots/test.dart - dart --enable-asserts ./dev/bots/test.dart
- name: docs-linux # linux-only - name: docs-linux # linux-only
only_if: "changesInclude('.cirrus.yml', 'dev/**', 'packages/flutter/**', 'packages/flutter_test/**', 'packages/flutter_drive/**', 'packages/flutter_localizations/**', 'bin/**') && $CIRRUS_PR != ''" # TODO(fujino): Make this pre-submit only once #64212 is fixed
only_if: "changesInclude('.cirrus.yml', 'dev/**', 'packages/flutter/**', 'packages/flutter_test/**', 'packages/flutter_drive/**', 'packages/flutter_localizations/**', 'bin/**') || $CIRRUS_PR == ''"
environment: environment:
# TODO(tvolkert): optimize CPU and MEMORY settings once #60646 is resolved. # TODO(tvolkert): optimize CPU and MEMORY settings once #60646 is resolved.
CPU: 4 CPU: 4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment