Skip to content

Commit 90f3b4e

Browse files
committed
test-configs.yaml: stop running v5.10 onwards on hip07-d05
There is a known regression on the hip07-d05 platform between v5.4 and v5.10 so stop running kernels more recent than v5.4 until it's fixed as all jobs with v5.10 onwards just time out. Link: kernelci/kernelci-project#113 Signed-off-by: Guillaume Tucker <[email protected]>
1 parent 126ae08 commit 90f3b4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/core/test-configs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -863,6 +863,12 @@ device_types:
863863
mach: hisilicon
864864
class: arm64-dtb
865865
boot_method: grub
866+
filters:
867+
- passlist:
868+
# A regression was introduced between v5.4 and v5.10 so only run
869+
# kernels earlier than v5.10 for now.
870+
# https://github.com/kernelci/kernelci-project/issues/113
871+
kernel: ['v4.', 'v5.4']
866872

867873
hp-11A-G6-EE-grunt:
868874
mach: x86

0 commit comments

Comments
 (0)