Skip to content

Commit 553577a

Browse files
authored
Run docs shard on everything. (flutter#67549)
1 parent 52d3bef commit 553577a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,9 @@ task:
155155
- dart --enable-asserts ./dev/bots/test.dart
156156

157157
- name: docs-linux # linux-only
158-
# TODO(fujino): Make this pre-submit only once #64212 is fixed
159-
only_if: "changesInclude('.cirrus.yml', 'dev/**', 'packages/flutter/**', 'packages/flutter_test/**', 'packages/flutter_drive/**', 'packages/flutter_localizations/**', 'bin/**') || $CIRRUS_PR == ''"
158+
# TODO(fujino): Make this pre-submit only once we have migrated docs generation to LUCI (https://github.com/flutter/flutter/issues/64212).
160159
environment:
161-
# TODO(tvolkert): optimize CPU and MEMORY settings once #60646 is resolved.
160+
# TODO(tvolkert): optimize CPU and MEMORY settings once docs generation is more efficient (https://github.com/flutter/flutter/issues/60646).
162161
CPU: 4
163162
MEMORY: 8G
164163
# For uploading master docs to Firebase master branch staging site

0 commit comments

Comments
 (0)