Skip to content

Commit

Permalink
add nightly-dev to tested_branches (commaai#33901)
Browse files Browse the repository at this point in the history
fix test
  • Loading branch information
maxime-desroches authored Oct 31, 2024
1 parent 366d6ab commit 4716629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from openpilot.common.git import get_commit, get_origin, get_branch, get_short_branch, get_commit_date

RELEASE_BRANCHES = ['release3-staging', 'release3', 'nightly']
TESTED_BRANCHES = RELEASE_BRANCHES + ['devel', 'devel-staging']
TESTED_BRANCHES = RELEASE_BRANCHES + ['devel', 'devel-staging', 'nightly-dev']

BUILD_METADATA_FILENAME = "build.json"

Expand Down

0 comments on commit 4716629

Please sign in to comment.