Skip to content

Enable qualcomm LAVA lab #612

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

Merged
merged 4 commits into from
May 30, 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
32 changes: 32 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ runtimes:
- mainline
- next

lava-qualcomm:
lab_type: lava
url: 'https://lava.infra.foundries.io'
notify:
callback:
token: kernelci-lab-qualcomm
url: https://staging.kernelci.org:9100

shell:
lab_type: shell

Expand All @@ -201,10 +209,12 @@ jobs:

baseline-arm64: *baseline-job
baseline-arm64-broonie: *baseline-job
baseline-arm64-qualcomm: *baseline-job
baseline-arm: *baseline-job
baseline-arm-baylibre: *baseline-job
baseline-x86: *baseline-job
baseline-x86-baylibre: *baseline-job
baseline-x86-qualcomm: *baseline-job

kbuild-gcc-10-arc-haps_hs_smp_defconfig:
<<: *kbuild-job
Expand Down Expand Up @@ -597,6 +607,17 @@ scheduler:
platforms:
- sun50i-h5-libretech-all-h3-cc

- job: baseline-arm64-qualcomm
event:
channel: node
name: kbuild-gcc-10-arm64
result: pass
runtime:
type: lava
name: lava-qualcomm
platforms:
- bcm2711-rpi-4-b

- job: baseline-arm
event:
channel: node
Expand Down Expand Up @@ -646,6 +667,17 @@ scheduler:
platforms:
- qemu

- job: baseline-x86-qualcomm
event:
channel: node
name: kbuild-gcc-10-x86
result: pass
runtime:
type: lava
name: lava-qualcomm
platforms:
- qemu

- job: kbuild-clang-17-x86
<<: *build-k8s-all

Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ services:
- 'lava-collabora-staging'
- 'lava-broonie'
- 'lava-baylibre'
- 'lava-qualcomm'
extra_hosts:
- "host.docker.internal:host-gateway"

Expand Down
Loading