Skip to content

Commit

Permalink
pipeline.yaml: Add Chromebook for testing on x86-board kernels
Browse files Browse the repository at this point in the history
Add first Chromebook in pipeline testing

Signed-off-by: Denys Fedoryshchenko <[email protected]>
  • Loading branch information
nuclearcat authored and gctucker committed Nov 15, 2023
1 parent 826465c commit 1b42ec4
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,12 @@ jobs:
# template: 'fstests.jinja2'
# image: 'kernelci/staging-kernelci'

baseline-x86:
baseline-x86: &baseline-x86-job
template: baseline.jinja2

baseline-x86-board:
<<: *baseline-x86-job

kbuild-gcc-10-x86:
template: kbuild.jinja2
image: kernelci/staging-gcc-10:x86-kselftest-kernelci
Expand Down Expand Up @@ -182,6 +185,11 @@ device_types:
boot_method: grub
mach: x86

asus-cx9400-volteer:
arch: x86_64
boot_method: depthcharge
mach: x86

kubernetes:
base_name: kubernetes
class: kubernetes
Expand All @@ -204,6 +212,16 @@ scheduler:
- qemu-x86
- minnowboard-turbot-E3826

- job: baseline-x86-board
event:
channel: node
name: kbuild-gcc-10-x86-board
result: pass
runtime:
type: lava
platforms:
- asus-cx9400-volteer

- job: kbuild-gcc-10-x86
event: *checkout-event
runtime:
Expand Down

0 comments on commit 1b42ec4

Please sign in to comment.