Skip to content

config: Enable more tests on the Orion O6 #1217

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 1 commit into from
Jul 1, 2025
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
9 changes: 9 additions & 0 deletions config/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1720,6 +1720,15 @@ jobs:
collections: mm
kcidb_test_suite: kselftest.mm

# hugepages allocation suitable for machines with 8G and more of memory
kselftest-mm-8g:
<<: *kselftest-job
params:
<<: *kselftest-params
extra_kernel_args: "secretmem.enable hugepagesz=1G hugepages=0:4 hugepagesz=32M hugepages=0:4 default_hugepagesz=2M hugepages=0:128 hugepagesz=64K hugepages=0:4 kpti=off"
collections: mm
kcidb_test_suite: kselftest.mm

kselftest-mqueue:
<<: *kselftest-job
params:
Expand Down
12 changes: 12 additions & 0 deletions config/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ scheduler:
platforms:
- bcm2711-rpi-4-b
- bcm2837-rpi-3-b-plus
- cd8180-orion-o6
- meson-sm1-s905d3-libretech-cc

- job: kselftest-capabilities
Expand Down Expand Up @@ -993,6 +994,14 @@ scheduler:
platforms:
- stm32mp157a-dhcor-avenger96

- job: kselftest-mm-8g
event:
<<: *node-event-kbuild
name: kbuild-gcc-12-arm64-kselftest
runtime: *lava-broonie-runtime
platforms:
- cd8180-orion-o6

- job: kselftest-mm-2g
event:
<<: *node-event-kbuild
Expand Down Expand Up @@ -1139,6 +1148,7 @@ scheduler:
platforms:
- bcm2711-rpi-4-b
- bcm2837-rpi-3-b-plus
- cd8180-orion-o6

- job: kselftest-seccomp
event:
Expand Down Expand Up @@ -1167,6 +1177,7 @@ scheduler:
runtime: *lava-broonie-runtime
platforms:
- sun50i-h5-libretech-all-h3-cc
- cd8180-orion-o6

- job: kselftest-ublk
event:
Expand Down Expand Up @@ -1468,6 +1479,7 @@ scheduler:
runtime: *lava-broonie-runtime
platforms:
- bcm2711-rpi-4-b
- cd8180-orion-o6

- job: ltp-syscalls-ipc
event: *kbuild-gcc-12-arm-node-event
Expand Down