Skip to content

Commit

Permalink
Add blktests-ddp to config
Browse files Browse the repository at this point in the history
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Feb 17, 2025
1 parent 8b02184 commit 3ac5227
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1565,6 +1565,18 @@ jobs:
- 'stable-rc'
- 'stable'

blktests-ddp-x86:
template: blktests-ddp.jinja2
kind: job
params:
test_method: blktests-ddp
job_timeout: 30
rootfs: 'https://storage.kernelci.org/images/rootfs/debian/bookworm-blktest/20250212.0/amd64'
rules:
tree:
- aaptel
kcidb_test_suite: blktests-ddp

# Named so it sorts before all the actual kselftests, we need to
# specify a kselftest suite for YAML validation.
kselftest-aaa: &kselftest-job
Expand Down Expand Up @@ -2390,6 +2402,11 @@ platforms:
dtb: dtbs/stm32mp157c-lxa-tac-gen1.dtb
compatible: ['lxa,stm32mp157c-tac-gen1', 'oct,stm32mp15xx-osd32', 'st,stm32mp157']

supermicro-as-2015hr-tnr:
arch: x86_64
boot_method: grubhd0
mach: x86

sun7i-a20-cubieboard2:
<<: *arm-device
mach: allwinner
Expand Down Expand Up @@ -2616,6 +2633,12 @@ scheduler:
- qemu-x86
- aaeon-UPN-EHLX4RE-A10-0864

- job: blktests-ddp-x86
event: *kbuild-gcc-12-x86-node-event
runtime: *lava-collabora-runtime
platforms:
- supermicro-as-2015hr-tnr

- job: kbuild-clang-17-arm-allmodconfig
<<: *build-k8s-all

Expand Down
2 changes: 1 addition & 1 deletion config/runtime/blktests-ddp.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- set boot_commands = 'grubhd0' %}
{%- set test_method = 'blktests' %}
{%- set test_method = 'blktests-ddp' %}
{%- set base_template = 'base/' + runtime + '.jinja2' %}
{%- extends base_template %}

0 comments on commit 3ac5227

Please sign in to comment.