Skip to content

Commit

Permalink
pipeline.yaml: Add LAVA lab "broonie" to the labs list
Browse files Browse the repository at this point in the history
Add new lab to config file and one board as example.
Also add explicitly baseline-x86 collabora only, otherwise it
will try to submit job to random lab.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Feb 13, 2024
1 parent 52142b0 commit 1b34ad4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
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

0 comments on commit 1b34ad4

Please sign in to comment.