| # 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 | |
| backfillerCommitLimit: 50 | |
| ciYaml: | |
| onlyUseTipOfTreeTargetsExistenceToFilterTargets: false | |
| contentAwareHashing: | |
| # This will cause PRs that enter the merge queue to wait on CAH hashing | |
| # to happen before scheduling builds. | |
| waitOnContentHash: true |