Skip to content

Commit 14278d8

Browse files
authored
chore: turn on waitOnContentHash flag (#4706)
Enable `waitOnContentHash` for the merge queue. If something goes wrong; revert this PR and wait ~2 minutes.
1 parent e202cac commit 14278d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app_dart/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@
44
# app_dart/lib/src/service/config.dart
55

66
backfillerCommitLimit: 50
7+
8+
contentAwareHashing:
9+
# This will cause PRs that enter the merge queue to wait on CAH hashing
10+
# to happen before scheduling builds.
11+
waitOnContentHash: true

0 commit comments

Comments
 (0)