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

lab broonie armv7 #876

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
41 changes: 39 additions & 2 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ runtimes:
lava-broonie:
lab_type: lava
url: 'https://lava.sirena.org.uk/'
priority_min: 10
priority_max: 40
priority_min: 0
priority_max: 49
notify:
callback:
token: kernelci-new-api-callback
Expand Down Expand Up @@ -267,6 +267,7 @@ jobs:
# image: 'kernelci/staging-kernelci'

baseline-arm: *baseline-job
baseline-arm-broonie: *baseline-job
baseline-arm-android: *baseline-job
baseline-arm-baylibre: *baseline-job
baseline-arm-mfd: *baseline-job
Expand Down Expand Up @@ -2000,14 +2001,32 @@ platforms:
dtb: dtbs/bcm2836-rpi-2-b.dtb
compatible: ['raspberrypi,2-model-b', 'brcm,bcm2836']

beaglebone-black:
<<: *arm-device
mach: omap
dtb: dtbs/am335x-boneblack.dtb
compatible: ['ti,am335x-bone-black', 'ti,am335x-bone', 'ti,am33xx']

docker:

imx6dl-udoo:
<<: *arm-device
mach: imx
dtb: dtbs/imx6dl-udoo.dtb
compatible: ['udoo,imx6dl-udoo', 'fsl,imx6dl']

imx6q-sabrelite:
<<: *arm-device
mach: imx
dtb: dtbs/imx6q-sabrelite.dtb
compatible: ['fsl,imx6q-sabrelite', 'fsl,imx6q']

imx6q-udoo:
<<: *arm-device
mach: imx
dtb: dtbs/imx6q-udoo.dtb
compatible: ['udoo,imx6q-udoo', 'fsl,imx6q']

kubernetes:

meson-g12b-a311d-khadas-vim3:
Expand Down Expand Up @@ -2078,6 +2097,13 @@ platforms:

shell:

stm32mp157a-dhcor-avenger96:
<<: *arm-device
mach: st
dtb: dtbs/stm32mp157a-dhcor-avenger96.dtb
compatible: ['arrow,stm32mp157a-avenger96', 'dh,stm32mp157a-dhcor-som',
'st,stm32mp157']

sun7i-a20-cubieboard2:
<<: *arm-device
mach: allwinner
Expand Down Expand Up @@ -2127,6 +2153,17 @@ scheduler:
platforms:
- sun7i-a20-cubieboard2

- job: baseline-arm-broonie
event: *kbuild-gcc-12-arm-node-event
runtime: &lava-broonie-runtime
type: lava
name: lava-broonie
platforms:
- beaglebone-black
- imx6dl-udoo
- imx6q-udoo
- stm32mp157a-dhcor-avenger96

- job: baseline-arm-mfd
event:
<<: *node-event
Expand Down
Loading