Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buildbot: enable 24.10 in the UI as well... #136

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roles/buildbot/templates/config.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ config = {
# Repository-URL for the builter script.
'builter_repo': 'https://github.com/freifunk-berlin/falter-builter.git',
'builter_branches': ['main', 'testbuildbot'],
'builter_releaseBranches': ['snapshot', '1.4.0-snapshot', '1.3.0-snapshot', '1.2.3-snapshot', 'testbuildbot'],
'builter_releaseBranches': ['snapshot', '1.5.0-snapshot', '1.4.0-snapshot', '1.3.0-snapshot', '1.2.3-snapshot', 'testbuildbot'],

# URL for the packages repo. The branches map to the branches selectable
# in the force scheduler
'packages_repo': 'https://github.com/freifunk-berlin/falter-packages.git',
'packages_branches': ['main','openwrt-23.05','openwrt-22.03','openwrt-21.02','testbuildbot'],
'packages_branches': ['main','openwrt-24.10','openwrt-23.05','openwrt-22.03','openwrt-21.02','testbuildbot'],

# Version of the Alpine Linux container: edge, 3.17, 3.16, ...
'alpineVersion': '3.18',
Expand Down