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

pipeline.yaml: Add LAVA lab "broonie" to the labs list #426

Merged
merged 1 commit into from
Feb 13, 2024
Merged
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
28 changes: 28 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,16 @@ runtimes:
- 'gke_android-kernelci-external_us-east4-c_kci-big-us-east4'
- 'gke_android-kernelci-external_us-west1-a_kci-us-west1'

lava-broonie:
lab_type: lava
url: 'https://lava.sirena.org.uk/'
priority_min: 10
priority_max: 40
notify:
callback:
token: kernelci-new-api-callback
url: https://staging.kernelci.org:9100

lava-collabora: &lava-collabora-staging
lab_type: lava
url: https://lava.collabora.dev/
Expand Down Expand Up @@ -178,6 +188,7 @@ jobs:
# image: 'kernelci/staging-kernelci'

baseline-arm64: *baseline-job
baseline-arm64-broonie: *baseline-job
baseline-arm64-chromebook: *baseline-job
baseline-armel: *baseline-job
baseline-armel-chromebook: *baseline-job
Expand Down Expand Up @@ -312,6 +323,11 @@ device_types:
mach: imx
dtb: dtbs/imx6q-sabrelite.dtb

sun50i-h5-libretech-all-h3-cc:
<<: *arm64-device
mach: allwinner
dtb: dtbs/allwinner/sun50i-h5-libretech-all-h3-cc.dtb

meson-g12b-a311d-khadas-vim3:
<<: *arm64-device
mach: amlogic
Expand Down Expand Up @@ -408,6 +424,17 @@ scheduler:
- rk3588-rock-5b
- sun50i-h6-pine-h64

- job: baseline-arm64-broonie
event:
channel: node
name: kbuild-gcc-10-arm64
result: pass
runtime:
type: lava
name: lava-broonie
platforms:
- sun50i-h5-libretech-all-h3-cc

- job: baseline-arm64-chromebook
event:
channel: node
Expand Down Expand Up @@ -457,6 +484,7 @@ scheduler:
result: pass
runtime:
type: lava
name: lava-collabora
platforms:
- qemu-x86
- minnowboard-turbot-E3826
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ services:
- '--runtimes'
- 'lava-collabora'
- 'lava-collabora-staging'
- 'lava-broonie'

scheduler-k8s:
<<: *scheduler
Expand Down
Loading