Merge ~canonical-kernel-team/+git/rt-hints:bjamison/mantic-lowlatency-2024.02.05-hints into ~canonical-kernel-team/+git/rt-hints:main

Proposed by Bethany Jamison
Status: Merged
Merge reported by: Po-Hsu Lin
Merged at revision: e07c3b85ff9c2efb150a1b1d30c6015baa6f88d0
Proposed branch: ~canonical-kernel-team/+git/rt-hints:bjamison/mantic-lowlatency-2024.02.05-hints
Merge into: ~canonical-kernel-team/+git/rt-hints:main
Diff against target: 97 lines (+37/-3)
1 file modified
mantic-linux-lowlatency.yaml (+37/-3)
Reviewer Review Type Date Requested Status
Po-Hsu Lin Approve
Review via email: mp+461647@code.launchpad.net

Commit message

Regression Testing hints for Mantic lowlatency cycle 2024.02.05 includes:
1. add hint for openstack cpu2-ram4-disk20.arm64/ubuntu_kselftests, tests failed:
net:tls
sut-test
2. add hint for openstack lowlatency-64k cpu2-ram4-disk20.arm64/ubuntu_kselftests_net, test failed:
net:pmtu.sh
3. modify hint (#6 metal starmie/ubuntu_qrt_apparmor) to apply to openstack lowlatency cup2-ram4-disk20.arm64/ubuntu_kselftests as well, tests failed:
ApparmorTestsuites.test_utils_testsuite
ApparmorTestsuites.test_utils_testsuite3
4. add hint for openstack lowlatency cpu2-ram4-disk20.arm64/ubuntu_ltp, test failed:
irq:irqbalance01
5. add hint for metal lowlatency-64k kopter-kernel/ubuntu_kselftests, test failed:
net:pmtu.sh
6. add hint for metal lowlatency-64k starmie-kernel/ubuntu_qrt_apparmor, tests failed:
ApparmorTestsuites.test_utils_testsuite
ApparmorTestsuites.test_utils_testsuite3
7. add hint for metal lowlatency starmie-kernel/ubuntu_qrt_kernel_aslr_collisions, test failed:
KernelASLRCollisionsTest.test_stack_collision
8. add current version to existing hints:
gcp lowlatency c3a/ubuntu_fan_smoke_test fan-smoke-test
metal lowlatency starmie-kernel/ubuntu_kselftests_net net:gro.sh
metal lowlatency fili-kernel/ubuntu_kvm_unit_tests test_vmwrite_vmread

To post a comment you must log in.
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Overall it's looking good, and thank you for the bug reports.
One small place need to be fixed.

review: Needs Fixing
Revision history for this message
Po-Hsu Lin (cypressyew) :
e07c3b8... by Bethany Jamison

m/lowlatency modify 2024.02.05 hints according to merge request comments

Signed-off-by: Bethany Jamison <email address hidden>

Revision history for this message
Bethany Jamison (bjamison) wrote :

I have:
1. moved the net:gro.sh test from ubuntu_kernel_kselftests to ubuntu_kselftests_net
2. modified the net:tls|sut-test hint to reflect the new bug tracking this error (LP:#2056055) and changed it state to FLAKY

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Awesome, thank you.

review: Approve
Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Applied and pushed.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/mantic-linux-lowlatency.yaml b/mantic-linux-lowlatency.yaml
2index 16d5203..80a120a 100644
3--- a/mantic-linux-lowlatency.yaml
4+++ b/mantic-linux-lowlatency.yaml
5@@ -40,7 +40,7 @@ ubuntu_bpf:
6 '#125/p, #126/p, #127/p, #128/p, #129/p, #485/p'
7
8 ubuntu_fan_smoke_test:
9- - version: 6\.5\.0-(21).*
10+ - version: 6\.5\.0-(21|25).*
11 test-case: fan-smoke-test
12 cloud: gcp
13 instance-type: c3a-standard-4
14@@ -197,11 +197,17 @@ ubuntu_kselftests_net:
15 arch: arm64
16 instance-type: scobee-kernel
17 comment: 'LP: #2023051 tls - kernel panic on scobee-kernel instance'
18+ - version: 6\.5\.0-(25).*
19+ test-case: net:tls|sut-test
20+ flavour: lowlatency
21+ arch: arm64
22+ state: FLAKY
23+ comment: 'LP: #2056055 - unknown error'
24 - version: 6\.5\.0-(7|8|9).*
25 test-case: net:rtnetlink.sh
26 arch: s390x
27 comment: 'LP: #1893921 rtnetlink.sh - ipsec_offload failed on s390x'
28- - version: 6\.5\.0-(7|8|9).*
29+ - version: 6\.5\.0-(7|8|9|25).*
30 test-case: net:gro.sh
31 arch: arm64|s390x|ppc64el
32 state: FLAKY
33@@ -243,6 +249,17 @@ ubuntu_kselftests_net:
34 cloud: metal
35 arch: amd64|arm64
36 comment: 'LP: #2040957 rps_default_mask.sh - test failed with bare-metals: Illegal number'
37+ - version: 6\.5\.0-(25).*
38+ test-case: net:pmtu.sh
39+ cloud: metal
40+ flavour: lowlatency-64k
41+ instance-type: kopter-kernel
42+ comment: 'LP: #1881643 - can not delete veth device in a timely manner, PMTU dst likely leaked'
43+ - version: 6\.5\.0-(25).*
44+ test-case: net:pmtu.sh
45+ cloud: openstack
46+ flavour: lowlatency-64k
47+ comment: 'LP: #2055483 - mismatches expected value in locally bridged vxlan test'
48
49 ubuntu_kvm_smoke_test:
50 - version: 6\.5\.0-(14)\..*
51@@ -305,7 +322,7 @@ ubuntu_kvm_unit_tests:
52 - version: 6\.5\.0-(7|8|9|14|.*).*
53 test-case: test_vmwrite_vmread
54 arch: amd64
55- instance-type: amaura|kili|onibi|rizzo|rumford
56+ instance-type: amaura|fili|kili|onibi|rizzo|rumford
57 comment: 'LP: #1945037 test_vmwrite_vmread - FAIL: VMX_VMCS_ENUM.MAX_INDEX expected: 19, actual: 17'
58 - version: 6\.5\.0-(7|8|9).*
59 test-case: test_vmxon
60@@ -400,6 +417,11 @@ ubuntu_ltp:
61 cloud: openstack
62 flavour: lowlatency-64k
63 comment: 'LP: #1955452 irqbalance01 - Heuristic: Detected 0 irq-cpu pairs have been dissallowed'
64+ - version: 6\.5\.0-(25).*
65+ test-case: irq:irqbalance01
66+ cloud: openstack
67+ flavour: lowlatency
68+ comment: 'LP: #1955452 irqbalance01 - Heuristic: Detected 0 irq-cpu pairs have been dissallowed'
69
70 ubuntu_ltp_controllers:
71 - version: 6\.5\.0-(14|17|.*).*
72@@ -505,6 +527,10 @@ ubuntu_qrt_apparmor:
73 comment: |
74 'LP: #1939022 test_utils_testsuite(3) - test_entries_since_login(_verbose) in test-aa-notify.py failed with AppArmor denials string unmatch'
75 'Only failing on Oracle instances.'
76+ - version: 6\.5\.0-(25).*
77+ test-case: ApparmorTestsuites.test_utils_testsuite|ApparmorTestsuites.test_utils_testsuite3
78+ cloud: metal|openstack
79+ comment: 'LP: #2055458 - utils_testsuite and utils_testsuite3 failed'
80 - version: 6\.5\.0-(7|8|9).*
81 test-case: ApparmorTestsuites.test_parser_testsuite
82 flavour: lowlatency-64k
83@@ -512,6 +538,14 @@ ubuntu_qrt_apparmor:
84 instance-type: a1.medium
85 comment: 'LP: #2009925 test_parser_testsuite - build terminated, test_apport_hooks test killed, instance too small?'
86
87+ubuntu_qrt_kernel_aslr_collisions:
88+ - version: 6\.5\.0-(25).*
89+ test-case: KernelASLRCollisionsTest.test_stack_collision
90+ flavour: lowlatency
91+ cloud: metal
92+ instance-type: starmie-kernel
93+ comment: 'LP: #2055449 test_stack_collision failed'
94+
95 ubuntu_qrt_kernel_security:
96 - version: 6\.5\.0-(7|8|9|14|.*).*
97 test-case: KernelNonSecurityTest.test_ulimit_stack_small

Subscribers

People subscribed via source and target branches

to all changes: