findmissing: Add chromeos-5.15 and v5.15.y
Add support for the latest ChromeOS branch and the latest longterm
stable release.
BUG=None
TEST=Run robot
Change-Id: I96de93cda7535530efdafecef5c61c998c83caeb
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/3400355
Tested-by: Guenter Roeck <groeck@chromium.org>
Auto-Submit: Guenter Roeck <groeck@chromium.org>
Reviewed-by: Curtis Malainey <cujomalainey@chromium.org>
Commit-Queue: Curtis Malainey <cujomalainey@chromium.org>
diff --git a/contrib/findmissing/common.py b/contrib/findmissing/common.py
index 2fba9bb..7c97776 100755
--- a/contrib/findmissing/common.py
+++ b/contrib/findmissing/common.py
@@ -32,8 +32,8 @@
CHROMIUM_REVIEW_BASEURL = 'https://chromium-review.googlesource.com/a'
# Order BRANCHES from oldest to newest
-CHROMEOS_BRANCHES = ['4.4', '4.14', '4.19', '5.4', '5.10']
-STABLE_BRANCHES = ['4.4', '4.9', '4.14', '4.19', '5.4', '5.10', '5.11']
+CHROMEOS_BRANCHES = ['4.4', '4.14', '4.19', '5.4', '5.10', '5.15']
+STABLE_BRANCHES = ['4.4', '4.9', '4.14', '4.19', '5.4', '5.10', '5.15']
UPSTREAM_START_BRANCH = 'v%s' % CHROMEOS_BRANCHES[0]