Skip to content

Commit 565b4c9

Browse files
author
Shreeya Patel
committed
Add kbuild entry for fault injection
We need a custom build for running fault injection tests, hence add a new kbuild entry for it. Signed-off-by: Shreeya Patel <[email protected]>
1 parent 9d4f4f9 commit 565b4c9

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

config/jobs-chromeos.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,24 @@ jobs:
670670
tree:
671671
- 'chromiumos'
672672

673+
kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection:
674+
<<: *kbuild-gcc-12-x86-chromeos-job
675+
params:
676+
<<: *kbuild-gcc-12-x86-chromeos-intel-params
677+
frequency: 1d
678+
fragments:
679+
- lab-setup
680+
- x86-board
681+
- fault-injection
682+
- CONFIG_MODULE_COMPRESS=n
683+
- CONFIG_MODULE_COMPRESS_NONE=y
684+
rules:
685+
<<: *kbuild-gcc-12-x86-chromeos-rules
686+
tree:
687+
- 'chromiumos'
688+
branch:
689+
- 'chromiumos:chromeos-6.6'
690+
673691
kselftest-acpi:
674692
template: generic.jinja2
675693
kind: job

config/scheduler-chromeos.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,14 @@ scheduler:
276276
- acer-chromebox-cxi5-brask
277277
- acer-n20q11-r856ltn-p1s2-nissa
278278

279+
- job: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
280+
<<: *build-k8s-all
281+
279282
- job: fault-injection-x86-intel-cros-kernel
280283
<<: *test-job-x86-intel-cros-kernel
284+
event:
285+
<<: *test-job-x86-event
286+
name: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
281287

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

0 commit comments

Comments
 (0)