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

Enable CIP lab #618

Merged
merged 3 commits into from
Jun 20, 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
20 changes: 20 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@ runtimes:
token: kernelci-lab-qualcomm
url: https://staging.kernelci.org:9100

lava-cip:
lab_type: lava
url: 'https://lava.ciplatform.org/'
notify:
callback:
token: kernel-ci-new-api
url: https://staging.kernelci.org:9100

shell:
lab_type: shell

Expand All @@ -215,6 +223,7 @@ jobs:
baseline-x86: *baseline-job
baseline-x86-baylibre: *baseline-job
baseline-x86-qualcomm: *baseline-job
baseline-x86-cip: *baseline-job

kbuild-gcc-10-arc-haps_hs_smp_defconfig:
<<: *kbuild-job
Expand Down Expand Up @@ -678,6 +687,17 @@ scheduler:
platforms:
- qemu

- job: baseline-x86-cip
event:
channel: node
name: kbuild-gcc-10-x86
result: pass
runtime:
type: lava
name: lava-cip
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 @@ -90,6 +90,7 @@ services:
- 'lava-broonie'
- 'lava-baylibre'
- 'lava-qualcomm'
- 'lava-cip'
extra_hosts:
- "host.docker.internal:host-gateway"

Expand Down
Loading