Skip to content

Commit d58d7c0

Browse files
committed
kernelci.test: use describe_verbose for kernel filters
Use the describe_verbose meta-data attribute when applying filters based on the kernel revision. This attribute is formatted to always rely on standard kernel release tags e.g. v5.4.123 rather than any other tree-specific tags set by maintainers or linux-next etc. Signed-off-by: Guillaume Tucker <[email protected]>
1 parent 90f3b4e commit d58d7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernelci/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def match_configs(configs, meta, lab):
4343
filters = {
4444
'arch': arch,
4545
'defconfig': defconfig,
46-
'kernel': rev['describe'],
46+
'kernel': rev['describe_verbose'],
4747
'build_environment': env['name'],
4848
'tree': rev['tree'],
4949
'branch': rev['branch'],

0 commit comments

Comments
 (0)