From 64f3759fd0717d9e6d53878aeb30fa91452e2b42 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 16 Oct 2025 15:07:45 -0700 Subject: [PATCH] cleanup release branches --- system/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/version.py b/system/version.py index 9c5a8348f9..f59509715f 100755 --- a/system/version.py +++ b/system/version.py @@ -10,8 +10,8 @@ from openpilot.common.basedir import BASEDIR from openpilot.common.swaglog import cloudlog from openpilot.common.git import get_commit, get_origin, get_branch, get_short_branch, get_commit_date -RELEASE_BRANCHES = ['release3-staging', 'release3', 'release-tici', 'release-tizi', 'nightly'] -TESTED_BRANCHES = RELEASE_BRANCHES + ['devel', 'devel-staging', 'nightly-dev'] +RELEASE_BRANCHES = ['release-tizi-staging', 'release-tici', 'release-tizi', 'nightly'] +TESTED_BRANCHES = RELEASE_BRANCHES + ['devel-staging', 'nightly-dev'] BUILD_METADATA_FILENAME = "build.json"