From 5c0a852a007a65ca42d46e32f45126a3a5815c89 Mon Sep 17 00:00:00 2001 From: godofredoc Date: Fri, 9 Sep 2022 10:36:04 -0700 Subject: [PATCH] Revert "Disable docs in cirrus to unblock the autoroller." (#111277) --- .cirrus.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 2408cd788a..8477c86ef0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -135,14 +135,13 @@ task: - (cd dev/bots; dart __deprecated_pub get) - dart --enable-asserts ./dev/bots/test.dart - # TODO(godofredoc): reenable after https://github.com/flutter/flutter/issues/111193 is fixed. - #- name: docs-linux # linux-only - # environment: - # CPU: 4 - # MEMORY: 12G - # only_if: "$CIRRUS_PR != ''" - # script: - # - ./dev/bots/docs.sh + - name: docs-linux # linux-only + environment: + CPU: 4 + MEMORY: 12G + only_if: "$CIRRUS_PR != ''" + script: + - ./dev/bots/docs.sh - name: customer_testing-linux only_if: "$CIRRUS_PR != ''"