Skip to content

Commit

Permalink
test-configs.yaml: Use the kselftest-slim fragment by default for kse…
Browse files Browse the repository at this point in the history
…lftest

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 <broonie@kernel.org>
  • Loading branch information
broonie committed Feb 21, 2023
1 parent f803915 commit bd4aae3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions config/core/test-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ default_filters:
- ['x86_64', 'x86_64_defconfig+x86-chromebook']

- blocklist: &kselftest_defconfig_filter
defconfig: ['kselftest']
defconfig: ['kselftest', 'kselftest-slim']

device_types:

Expand Down Expand Up @@ -226,15 +226,15 @@ test_plans:
rootfs: debian_bullseye-kselftest_nfs
pattern: 'kselftest/{category}-{method}-{protocol}-{rootfs}-kselftest-template.jinja2'
filters:
- passlist: {defconfig: ['kselftest']}
- passlist: {defconfig: ['kselftest-slim']}

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

kselftest-alsa:
<<: *kselftest
Expand Down Expand Up @@ -284,6 +284,9 @@ test_plans:
params:
job_timeout: '10'
kselftest_collections: "cpufreq"
filters: &kselftest_full_fragment
- passlist: {defconfig: ['kselftest']}
- blocklist: {defconfig: ['kselftest-slim']}

kselftest-exec:
<<: *kselftest
Expand Down Expand Up @@ -343,6 +346,7 @@ test_plans:
params:
job_timeout: '10'
kselftest_collections: "lkdtm"
filters: *kselftest_full_fragment

kselftest-membarrier:
<<: *kselftest
Expand Down

0 comments on commit bd4aae3

Please sign in to comment.