Skip to content

Commit 9b72d8c

Browse files
vigneshramannuclearcat
authored andcommitted
config: chromeos: enable LTP fault injection tests
Add a new job to run LTP fault injection tests with the fault-injection kernel for the chromiumos tree. Signed-off-by: Vignesh Raman <[email protected]>
1 parent f925646 commit 9b72d8c

File tree

2 files changed

+25
-8
lines changed

2 files changed

+25
-8
lines changed

config/jobs-chromeos.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,16 @@ _anchors:
474474
- 'chromiumos:chromeos-6.6'
475475
kcidb_test_suite: kernelci_fault_injection
476476

477+
ltp-fault-injection-cros-kernel: &ltp-fault-injection-cros-kernel-job
478+
<<: *ltp-cros-kernel-job
479+
params: &ltp-fault-injection-cros-kernel-params
480+
<<: *ltp-cros-kernel-params
481+
extra_kirk_args: "-F 50"
482+
rules: &ltp-fault-injection-cros-kernel-rules
483+
<<: *ltp-cros-kernel-rules
484+
branch:
485+
- chromeos-6.6
486+
477487
watchdog-reset: &watchdog-reset-job
478488
template: generic.jinja2
479489
kind: job
@@ -547,6 +557,7 @@ jobs:
547557
baseline-nfs-x86-intel-cros-kernel: *baseline-nfs-cros-kernel-job
548558

549559
fault-injection-x86-intel-cros-kernel: *fault-injection-cros-kernel-job
560+
ltp-fault-injection-x86-intel-cros-kernel: *ltp-fault-injection-cros-kernel-job
550561

551562
kbuild-clang-17-arm64-chromeos-daily-mediatek:
552563
<<: *kbuild-clang-17-arm64-chromeos-job

config/scheduler-chromeos.yaml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,16 @@ _anchors:
181181
<<: *test-job-x86-event
182182
name: kbuild-gcc-12-x86-chromeos-daily-intel
183183

184+
test-job-x86-intel-fault-injection: &test-job-x86-intel-fault-injection
185+
<<: *test-job-x86-intel-cros-kernel
186+
platforms:
187+
- acer-cbv514-1h-34uz-brya
188+
- acer-chromebox-cxi5-brask
189+
- acer-n20q11-r856ltn-p1s2-nissa
190+
event:
191+
<<: *test-job-x86-event
192+
name: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
193+
184194
scheduler:
185195

186196
- job: baseline-arm64-mediatek-chromebook
@@ -327,14 +337,10 @@ scheduler:
327337
<<: *build-k8s-all
328338

329339
- job: fault-injection-x86-intel-cros-kernel
330-
<<: *test-job-x86-intel-cros-kernel
331-
platforms:
332-
- acer-cbv514-1h-34uz-brya
333-
- acer-chromebox-cxi5-brask
334-
- acer-n20q11-r856ltn-p1s2-nissa
335-
event:
336-
<<: *test-job-x86-event
337-
name: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
340+
<<: *test-job-x86-intel-fault-injection
341+
342+
- job: ltp-fault-injection-x86-intel-cros-kernel
343+
<<: *test-job-x86-intel-fault-injection
338344

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

0 commit comments

Comments
 (0)