Skip to content

Commit dcedd3d

Browse files
author
Shreeya Patel
committed
Define fault injection jobs
Add fault injection configs to chromeos and schedular yamls Signed-off-by: Shreeya Patel <[email protected]>
1 parent 941d7af commit dcedd3d

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

config/jobs-chromeos.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,21 @@ _anchors:
443443
- next
444444
- collabora-chromeos-kernel
445445

446+
fault-injection-cros-kernel: &fault-injection-cros-kernel-job
447+
template: generic.jinja2
448+
kind: job
449+
params: &fault-injection-cros-kernel-job-params
450+
test_method: fault-injection
451+
test_name: suspend-resume
452+
test_command: 'rtcwake -m mem -s 15'
453+
boot_commands: nfs
454+
nfsroot: 'https://storage.staging.kernelci.org/rootfs/bookworm-fault-injection/20250507.0/{debarch}/'
455+
rules:
456+
tree:
457+
- chromiumos
458+
branch:
459+
- 'chromiumos:chromeos-6.6'
460+
446461
watchdog-reset: &watchdog-reset-job
447462
template: generic.jinja2
448463
kind: job
@@ -515,6 +530,8 @@ jobs:
515530
baseline-nfs-x86-amd-cros-kernel: *baseline-nfs-cros-kernel-job
516531
baseline-nfs-x86-intel-cros-kernel: *baseline-nfs-cros-kernel-job
517532

533+
fault-injection-x86-intel-cros-kernel: *fault-injection-cros-kernel-job
534+
518535
kbuild-clang-17-arm64-chromeos-daily-mediatek:
519536
<<: *kbuild-clang-17-arm64-chromeos-job
520537
params:

config/scheduler-chromeos.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ scheduler:
276276
- acer-chromebox-cxi5-brask
277277
- acer-n20q11-r856ltn-p1s2-nissa
278278

279+
- job: fault-injection-x86-intel-cros-kernel
280+
<<: *test-job-x86-intel-cros-kernel
281+
279282
- job: kbuild-clang-17-arm64-chromeos-daily-mediatek
280283
<<: *build-k8s-all
281284

0 commit comments

Comments
 (0)