Skip to content

Commit 1c78214

Browse files
Shreeya Patelpawiecz
Shreeya Patel
authored andcommitted
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 4140ef0 commit 1c78214

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
@@ -282,8 +282,14 @@ scheduler:
282282
- acer-chromebox-cxi5-brask
283283
- acer-n20q11-r856ltn-p1s2-nissa
284284

285+
- job: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
286+
<<: *build-k8s-all
287+
285288
- job: fault-injection-x86-intel-cros-kernel
286289
<<: *test-job-x86-intel-cros-kernel
290+
event:
291+
<<: *test-job-x86-event
292+
name: kbuild-gcc-12-x86-chromeos-daily-intel-fault-injection
287293

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

0 commit comments

Comments
 (0)