Skip to content
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
26 changes: 26 additions & 0 deletions config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -475,13 +475,32 @@ _anchors:
- 'chromiumos:chromeos-6.6'
kcidb_test_suite: kernelci_fault_injection

blktests: &blktests-job
template: generic.jinja2
kind: job
params: &blktests-job-params
test_method: blktests
boot_commands: nfs
nfsroot: 'https://storage.kernelci.org/images/rootfs/debian/bookworm-blktest/20251016.0/amd64/'
kcidb_test_suite: kernelci_blktests

blktests-cros-kernel: &blktests-cros-kernel-job
<<: *blktests-job
params: &blktests-cros-kernel-params
<<: *blktests-job-params
extra_kernel_args: "lsm=capability,landlock,yama,safesetid,selinux,bpf"
rules:
tree:
- chromiumos

ltp-fault-injection-cros-kernel: &ltp-fault-injection-cros-kernel-job
<<: *ltp-cros-kernel-job
params: &ltp-fault-injection-cros-kernel-params
<<: *ltp-cros-kernel-params
# Uncomment the following line to set a fixed probability value for fault injection,
# otherwise a random value between 1 and 100 will be set in ltp.jinja2
# extra_kirk_args: "-F 50"
kcidb_test_suite: ltp_fault_injection
rules: &ltp-fault-injection-cros-kernel-rules
<<: *ltp-cros-kernel-rules
branch:
Expand Down Expand Up @@ -1121,6 +1140,13 @@ jobs:
- 'GStreamer-VP9-V4L2SL-Gst1.0'
kcidb_test_suite: fluster.debian.v4l2.gstreamer_vp9

blktests-loopback-cros-kernel:
<<: *blktests-cros-kernel-job
params:
<<: *blktests-cros-kernel-params
test_group: "block"
test_device: "loop"

watchdog-reset-arm64-mediatek: *watchdog-reset-job
watchdog-reset-arm64-qualcomm: *watchdog-reset-job
watchdog-reset-x86-amd: *watchdog-reset-job
Expand Down
3 changes: 3 additions & 0 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,9 @@ scheduler:
- job: ltp-fault-injection-x86-intel-cros-kernel
<<: *test-job-x86-intel-fault-injection

- job: blktests-loopback-cros-kernel
<<: *test-job-x86-intel-fault-injection

- job: kbuild-clang-17-arm64-chromeos-daily-mediatek
<<: *build-k8s-all

Expand Down