File tree 2 files changed +21
-0
lines changed
2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -443,6 +443,22 @@ _anchors:
443
443
- next
444
444
- collabora-chromeos-kernel
445
445
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
+ kcidb_test_suite : kernelci_fault_injection
461
+
446
462
watchdog-reset : &watchdog-reset-job
447
463
template : generic.jinja2
448
464
kind : job
@@ -515,6 +531,8 @@ jobs:
515
531
baseline-nfs-x86-amd-cros-kernel : *baseline-nfs-cros-kernel-job
516
532
baseline-nfs-x86-intel-cros-kernel : *baseline-nfs-cros-kernel-job
517
533
534
+ fault-injection-x86-intel-cros-kernel : *fault-injection-cros-kernel-job
535
+
518
536
kbuild-clang-17-arm64-chromeos-daily-mediatek :
519
537
<< : *kbuild-clang-17-arm64-chromeos-job
520
538
params :
Original file line number Diff line number Diff line change @@ -276,6 +276,9 @@ scheduler:
276
276
- acer-chromebox-cxi5-brask
277
277
- acer-n20q11-r856ltn-p1s2-nissa
278
278
279
+ - job : fault-injection-x86-intel-cros-kernel
280
+ << : *test-job-x86-intel-cros-kernel
281
+
279
282
- job : kbuild-clang-17-arm64-chromeos-daily-mediatek
280
283
<< : *build-k8s-all
281
284
You can’t perform that action at this time.
0 commit comments