Skip to content

Commit 6d90cb8

Browse files
committed
test-configs.yaml: Use the kselftest-slim fragment by default for kselftest
The smaller kselftest-slim configs boot much more easily on u-boot platforms which aren't able to automatically place images so have fixed size regions they download binaries to so use them as the default configuration for everything except cpufreq and LKDTM which are not included in the slim configuration. Signed-off-by: Mark Brown <[email protected]>
1 parent 9b17722 commit 6d90cb8

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

config/core/test-configs.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ default_filters:
5151
- ['x86_64', 'x86_64_defconfig+x86-chromebook']
5252

5353
- blocklist: &kselftest_defconfig_filter
54-
defconfig: ['kselftest']
54+
defconfig: ['kselftest', 'kselftest-slim']
5555

5656
device_types:
5757

@@ -233,15 +233,15 @@ test_plans:
233233
rootfs: debian_bullseye-kselftest_nfs
234234
pattern: 'kselftest/{category}-{method}-{protocol}-{rootfs}-kselftest-template.jinja2'
235235
filters:
236-
- passlist: {defconfig: ['kselftest']}
236+
- passlist: {defconfig: ['kselftest-slim']}
237237

238238
# Add _a_ into the name so we can keep this before the individual
239239
# definitions
240240
kselftest_a_qemu: &kselftest_qemu
241241
rootfs: debian_bullseye-kselftest_ramdisk
242242
pattern: 'kselftest/{category}-{method}-{rootfs}-kselftest-template.jinja2'
243243
filters:
244-
- passlist: {defconfig: ['kselftest']}
244+
- passlist: {defconfig: ['kselftest-slim']}
245245

246246
kselftest-alsa:
247247
<<: *kselftest
@@ -292,6 +292,9 @@ test_plans:
292292
params:
293293
job_timeout: '10'
294294
kselftest_collections: "cpufreq"
295+
filters: &kselftest_full_fragment
296+
- passlist: {defconfig: ['kselftest']}
297+
- blocklist: {defconfig: ['kselftest-slim']}
295298

296299
kselftest-exec:
297300
<<: *kselftest
@@ -351,6 +354,7 @@ test_plans:
351354
params:
352355
job_timeout: '10'
353356
kselftest_collections: "lkdtm"
357+
filters: *kselftest_full_fragment
354358

355359
kselftest-membarrier:
356360
<<: *kselftest

0 commit comments

Comments
 (0)