Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add(blktests-ddp.jinja2): Add blktests nvme-tcp offload initial template #1017

Merged
merged 2 commits into from
Feb 17, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,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 @@ -2356,6 +2368,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 @@ -2582,6 +2599,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
4 changes: 4 additions & 0 deletions config/runtime/blktests-ddp.jinja2
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{%- set boot_commands = 'grubhd0' %}
{%- set test_method = 'blktests-ddp' %}
{%- set base_template = 'base/' + runtime + '.jinja2' %}
{%- extends base_template %}
Loading