blob: 29a368267095dbad77a876ea836abb81bd95bb5a [file] [edit]
# Defines the config options for Flutter CI (Cocoon)
#
# The schema for this file is defined in DynamicConfig of
# app_dart/lib/src/service/config.dart
# TODO(matanlurey): Remove this flag, it is currently unused.
allowManualTreeClosures: true
backfillerCommitLimit: 50
ciYaml:
contentAwareHashing:
# This will cause PRs that enter the merge queue to wait on CAH hashing
# to happen before scheduling builds.
waitOnContentHash: true
# Whether to close the MQ guard right after LUCI presubmit completed
# instead of doing that as part of the `check_run` GitHub event handling.
closeMqGuardAfterPresubmit: true