tools roll-release: Bump branchLegacyCutoff to M96

The tool was getting slow, due to the number of branches being examined.
M96 is the latest stable release. We aren't applying fixes to this or older branches.

Also avoids an issue where the M95 branch was missing a cherry-pick, which the tool wanted to merge with each run.

Change-Id: I8a8b1466c10633d9539725cd4f9b1b0514e41e93
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/75067
Auto-Submit: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
Ben Clayton
2022-01-05 21:03:10 +00:00
committed by Tint LUCI CQ
parent c00cc43e53
commit 7dc901fa4f
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ const (
dawnURL = "https://dawn.googlesource.com/dawn"
tintSubdirInDawn = "third_party/tint"
branchPrefix = "chromium/"
branchLegacyCutoff = 4590 // Branch numbers < than this are ignored
branchLegacyCutoff = 4664 // Branch numbers < than this are ignored
)
type branches = map[string]plumbing.Hash