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

build-configs: add v5.10 stable, android #578

Merged
merged 1 commit into from Jan 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 26 additions & 0 deletions build-configs.yaml
Expand Up @@ -572,6 +572,11 @@ build_configs:
branch: 'android12-5.4'
variants: *android_variants

android12-5.10:
tree: android
branch: 'android12-5.10'
variants: *android_variants

ardb:
tree: ardb
branch: 'for-kernelci'
Expand Down Expand Up @@ -990,6 +995,11 @@ build_configs:
branch: 'linux-5.8.y'
variants: *stable_variants

stable_5.10:
tree: stable
branch: 'linux-5.10.y'
variants: *stable_variants

stable-rc_3.16:
tree: stable-rc
branch: 'linux-3.16.y'
Expand Down Expand Up @@ -1062,6 +1072,14 @@ build_configs:
tree: stable
branch: 'linux-5.8.y'

stable-rc_5.10:
tree: stable-rc
branch: 'linux-5.10.y'
variants: *stable_variants
reference:
tree: stable
branch: 'linux-5.10.y'

stable-rc_queue-4.4:
tree: stable-rc
branch: 'queue/4.4'
Expand Down Expand Up @@ -1126,6 +1144,14 @@ build_configs:
tree: stable
branch: 'linux-5.8.y'

stable-rc_queue-5.10:
tree: stable-rc
branch: 'queue/5.10'
variants: *stable_variants
reference:
tree: stable
branch: 'linux-5.10.y'

tegra:
tree: tegra
branch: 'for-next'
Expand Down