Disable docs in cirrus to unblock the autoroller. (#111239)
Bug: https://github.com/flutter/flutter/issues/111193
This commit is contained in:
parent
9bd751f27a
commit
4cc1c329ee
15
.cirrus.yml
15
.cirrus.yml
@ -135,13 +135,14 @@ task:
|
|||||||
- (cd dev/bots; dart __deprecated_pub get)
|
- (cd dev/bots; dart __deprecated_pub get)
|
||||||
- dart --enable-asserts ./dev/bots/test.dart
|
- dart --enable-asserts ./dev/bots/test.dart
|
||||||
|
|
||||||
- name: docs-linux # linux-only
|
# TODO(godofredoc): reenable after https://github.com/flutter/flutter/issues/111193 is fixed.
|
||||||
environment:
|
#- name: docs-linux # linux-only
|
||||||
CPU: 4
|
# environment:
|
||||||
MEMORY: 12G
|
# CPU: 4
|
||||||
only_if: "$CIRRUS_PR != ''"
|
# MEMORY: 12G
|
||||||
script:
|
# only_if: "$CIRRUS_PR != ''"
|
||||||
- ./dev/bots/docs.sh
|
# script:
|
||||||
|
# - ./dev/bots/docs.sh
|
||||||
|
|
||||||
- name: customer_testing-linux
|
- name: customer_testing-linux
|
||||||
only_if: "$CIRRUS_PR != ''"
|
only_if: "$CIRRUS_PR != ''"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user