Skip to content

Extract basic .kernelci.yml file template #1132

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
647 changes: 0 additions & 647 deletions config/trees.yaml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions config/trees/aaptel.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_configs:
aaptel:
tree: aaptel
branch: 'nvme-rx-offload-ci'
architectures:
- x86_64
- arm64
- arm
7 changes: 7 additions & 0 deletions config/trees/amlogic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build_configs:
amlogic:
tree: amlogic
branch: 'for-next'
architectures:
- arm64
- arm
79 changes: 79 additions & 0 deletions config/trees/android.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
build_configs:
android_mainline: &android
tree: android
branch: 'android-mainline'
architectures:
- x86_64
- i386
- arm64
- arm
- riscv
- um

android_mainline_tracking:
<<: *android
branch: 'android-mainline-tracking'

android11-5.4:
<<: *android
branch: 'android11-5.4'

android12-5.4:
<<: *android
branch: 'android12-5.4'

android12-5.4-lts:
<<: *android
branch: 'android12-5.4-lts'

android12-5.10:
<<: *android
branch: 'android12-5.10'

android12-5.10-lts:
<<: *android
branch: 'android12-5.10-lts'

android13-5.10:
<<: *android
branch: 'android13-5.10'

android13-5.10-lts:
<<: *android
branch: 'android13-5.10-lts'

android13-5.15:
<<: *android
branch: 'android13-5.15'

android13-5.15-lts:
<<: *android
branch: 'android13-5.15-lts'

android14-5.15:
<<: *android
branch: 'android14-5.15'

android14-5.15-lts:
<<: *android
branch: 'android14-5.15-lts'

android14-6.1:
<<: *android
branch: 'android14-6.1'

android14-6.1-lts:
<<: *android
branch: 'android14-6.1-lts'

android15-6.6:
<<: *android
branch: 'android15-6.6'

android15-6.6-lts:
<<: *android
branch: 'android15-6.6-lts'

android16-6.12:
<<: *android
branch: 'android16-6.12'
8 changes: 8 additions & 0 deletions config/trees/ardb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_configs:
ardb:
tree: ardb
branch: 'for-kernelci'
architectures:
- x86_64
- arm64
- arm
6 changes: 6 additions & 0 deletions config/trees/arm64.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
build_configs:
arm64:
tree: arm64
branch: 'for-kernelci'
architectures:
- arm64
8 changes: 8 additions & 0 deletions config/trees/arnd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_configs:
arnd:
tree: arnd
branch: 'to-build'
architectures:
- x86_64
- arm64
- arm
52 changes: 52 additions & 0 deletions config/trees/broonie.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
_anchors:
broonie: &broonie
architectures:
- x86_64
- arm64
- arm

build_configs:
broonie-misc:
<<: *broonie
tree: broonie-misc
branch: 'for-kernelci'

broonie-regmap:
<<: *broonie
tree: broonie-regmap
branch: 'for-next'

broonie-regmap-fixes:
<<: *broonie
tree: broonie-regmap
branch: 'for-linus'

broonie-regulator:
<<: *broonie
tree: broonie-regulator
branch: 'for-next'

broonie-regulator-fixes:
<<: *broonie
tree: broonie-regulator
branch: 'for-linus'

broonie-sound:
<<: *broonie
tree: broonie-sound
branch: 'for-next'

broonie-sound-fixes:
<<: *broonie
tree: broonie-sound
branch: 'for-linus'

broonie-spi:
<<: *broonie
tree: broonie-spi
branch: 'for-next'

broonie-spi-fixes:
<<: *broonie
tree: broonie-spi
branch: 'for-linus'
12 changes: 12 additions & 0 deletions config/trees/chrome-platform.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
build_configs:
chrome-platform: &chrome-platform
tree: chrome-platform
branch: 'for-next'
architectures:
- x86_64
- arm64
- arm

chrome-platform-firmware:
<<: *chrome-platform
branch: 'for-firmware-next'
32 changes: 32 additions & 0 deletions config/trees/chromiumos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
build_configs:
chromiumos: &chromiumos
tree: chromiumos
branch: 'master'
architectures:
- x86_64
- arm64
- arm

chromiumos-5.4:
<<: *chromiumos
branch: 'chromeos-5.4'

chromiumos-5.10:
<<: *chromiumos
branch: 'chromeos-5.10'

chromiumos-5.15:
<<: *chromiumos
branch: 'chromeos-5.15'

chromiumos-6.1:
<<: *chromiumos
branch: 'chromeos-6.1'

chromiumos-6.6:
<<: *chromiumos
branch: 'chromeos-6.6'

chromiumos-6.12:
<<: *chromiumos
branch: 'chromeos-6.12'
60 changes: 60 additions & 0 deletions config/trees/cip.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
build_configs:
cip: &cip
tree: cip
branch: 'master'
architectures:
- arm
- arm64
- riscv
- x86_64

cip-4.4: &cip-4-4
<<: *cip
branch: 'linux-4.4.y-cip'
architectures:
- arm
- x86_64

cip-4.4-rt:
<<: *cip-4-4
branch: 'linux-4.4.y-cip-rt'

cip-4.4-st:
<<: *cip-4-4
branch: 'linux-4.4.y-st'

cip-4.19: &cip-4-19
<<: *cip
branch: 'linux-4.19.y-cip'
architectures:
- arm
- arm64
- x86_64

cip-4.19-rt:
<<: *cip-4-19
branch: 'linux-4.19.y-cip-rt'

cip-4.19-st:
<<: *cip-4-19
branch: 'linux-4.19.y-st'

cip-5.10:
<<: *cip
branch: 'linux-5.10.y-cip'

cip-5.10-rt:
<<: *cip
branch: 'linux-5.10.y-cip-rt'

cip-6.1:
<<: *cip
branch: 'linux-6.1.y-cip'

cip-6.1-rt:
<<: *cip
branch: 'linux-6.1.y-cip-rt'

cip-6.12:
<<: *cip
branch: 'linux-6.12.y-cip'
7 changes: 7 additions & 0 deletions config/trees/clk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build_configs:
clk:
tree: clk
branch: 'clk-next'
architectures:
- arm64
- arm
12 changes: 12 additions & 0 deletions config/trees/collabora.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
build_configs:
collabora-chromeos-kernel_for-kernelci: &collabora
branch: 'for-kernelci'
tree: collabora-chromeos-kernel
architectures:
- x86_64
- arm64
- arm

collabora-next_for-kernelci:
<<: *collabora
tree: collabora-next
8 changes: 8 additions & 0 deletions config/trees/efi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_configs:
efi:
tree: efi
branch: 'next'
architectures:
- x86_64
- arm64
- arm
18 changes: 18 additions & 0 deletions config/trees/hyperv.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
build_configs:
hyperv-next: &hyperv
tree: hyperv
branch: 'hyperv-next'
architectures:
- x86_64

hyperv-fixes:
<<: *hyperv
branch: 'hyperv-fixes'

hyperv-fixes-staging:
<<: *hyperv
branch: 'hyperv-fixes-staging'

hyperv-next-staging:
<<: *hyperv
branch: 'hyperv-next-staging'
16 changes: 16 additions & 0 deletions config/trees/kernelci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
build_configs:
kernelci_staging-mainline: &kernelci
tree: kernelci
branch: 'staging-mainline'
architectures:
- x86_64
- arm64
- arm

kernelci_staging-next:
<<: *kernelci
branch: 'staging-next'

kernelci_staging-stable:
<<: *kernelci
branch: 'staging-stable'
7 changes: 7 additions & 0 deletions config/trees/khilman.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build_configs:
khilman:
tree: khilman
branch: 'to-build'
architectures:
- arm64
- arm
7 changes: 7 additions & 0 deletions config/trees/krzysztof.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
build_configs:
krzysztof:
tree: krzysztof
branch: 'for-next'
architectures:
- arm64
- arm
8 changes: 8 additions & 0 deletions config/trees/kselftest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
build_configs:
kselftest_fixes: &kselftest
tree: kselftest
branch: 'fixes'

kselftest_next:
<<: *kselftest
branch: 'next'
13 changes: 13 additions & 0 deletions config/trees/lee.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
build_configs:
lee_backlight: &lee
tree: lee-backlight
branch: 'for-backlight-next'
architectures:
- x86_64
- arm64
- arm

lee_mfd:
<<: *lee
tree: lee-mfd
branch: 'for-mfd-next'
Loading