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
diff --git a/mantic-linux-lowlatency.yaml b/mantic-linux-lowlatency.yaml
index 16d5203..80a120a 100644
--- a/mantic-linux-lowlatency.yaml
+++ b/mantic-linux-lowlatency.yaml
@@ -40,7 +40,7 @@ ubuntu_bpf:
40 '#125/p, #126/p, #127/p, #128/p, #129/p, #485/p'40 '#125/p, #126/p, #127/p, #128/p, #129/p, #485/p'
4141
42ubuntu_fan_smoke_test:42ubuntu_fan_smoke_test:
43 - version: 6\.5\.0-(21).*43 - version: 6\.5\.0-(21|25).*
44 test-case: fan-smoke-test44 test-case: fan-smoke-test
45 cloud: gcp45 cloud: gcp
46 instance-type: c3a-standard-446 instance-type: c3a-standard-4
@@ -197,11 +197,17 @@ ubuntu_kselftests_net:
197 arch: arm64197 arch: arm64
198 instance-type: scobee-kernel198 instance-type: scobee-kernel
199 comment: 'LP: #2023051 tls - kernel panic on scobee-kernel instance'199 comment: 'LP: #2023051 tls - kernel panic on scobee-kernel instance'
200 - version: 6\.5\.0-(25).*
201 test-case: net:tls|sut-test
202 flavour: lowlatency
203 arch: arm64
204 state: FLAKY
205 comment: 'LP: #2056055 - unknown error'
200 - version: 6\.5\.0-(7|8|9).*206 - version: 6\.5\.0-(7|8|9).*
201 test-case: net:rtnetlink.sh207 test-case: net:rtnetlink.sh
202 arch: s390x208 arch: s390x
203 comment: 'LP: #1893921 rtnetlink.sh - ipsec_offload failed on s390x'209 comment: 'LP: #1893921 rtnetlink.sh - ipsec_offload failed on s390x'
204 - version: 6\.5\.0-(7|8|9).*210 - version: 6\.5\.0-(7|8|9|25).*
205 test-case: net:gro.sh211 test-case: net:gro.sh
206 arch: arm64|s390x|ppc64el212 arch: arm64|s390x|ppc64el
207 state: FLAKY213 state: FLAKY
@@ -243,6 +249,17 @@ ubuntu_kselftests_net:
243 cloud: metal249 cloud: metal
244 arch: amd64|arm64250 arch: amd64|arm64
245 comment: 'LP: #2040957 rps_default_mask.sh - test failed with bare-metals: Illegal number'251 comment: 'LP: #2040957 rps_default_mask.sh - test failed with bare-metals: Illegal number'
252 - version: 6\.5\.0-(25).*
253 test-case: net:pmtu.sh
254 cloud: metal
255 flavour: lowlatency-64k
256 instance-type: kopter-kernel
257 comment: 'LP: #1881643 - can not delete veth device in a timely manner, PMTU dst likely leaked'
258 - version: 6\.5\.0-(25).*
259 test-case: net:pmtu.sh
260 cloud: openstack
261 flavour: lowlatency-64k
262 comment: 'LP: #2055483 - mismatches expected value in locally bridged vxlan test'
246263
247ubuntu_kvm_smoke_test:264ubuntu_kvm_smoke_test:
248 - version: 6\.5\.0-(14)\..*265 - version: 6\.5\.0-(14)\..*
@@ -305,7 +322,7 @@ ubuntu_kvm_unit_tests:
305 - version: 6\.5\.0-(7|8|9|14|.*).*322 - version: 6\.5\.0-(7|8|9|14|.*).*
306 test-case: test_vmwrite_vmread323 test-case: test_vmwrite_vmread
307 arch: amd64324 arch: amd64
308 instance-type: amaura|kili|onibi|rizzo|rumford325 instance-type: amaura|fili|kili|onibi|rizzo|rumford
309 comment: 'LP: #1945037 test_vmwrite_vmread - FAIL: VMX_VMCS_ENUM.MAX_INDEX expected: 19, actual: 17'326 comment: 'LP: #1945037 test_vmwrite_vmread - FAIL: VMX_VMCS_ENUM.MAX_INDEX expected: 19, actual: 17'
310 - version: 6\.5\.0-(7|8|9).*327 - version: 6\.5\.0-(7|8|9).*
311 test-case: test_vmxon328 test-case: test_vmxon
@@ -400,6 +417,11 @@ ubuntu_ltp:
400 cloud: openstack417 cloud: openstack
401 flavour: lowlatency-64k418 flavour: lowlatency-64k
402 comment: 'LP: #1955452 irqbalance01 - Heuristic: Detected 0 irq-cpu pairs have been dissallowed'419 comment: 'LP: #1955452 irqbalance01 - Heuristic: Detected 0 irq-cpu pairs have been dissallowed'
420 - version: 6\.5\.0-(25).*
421 test-case: irq:irqbalance01
422 cloud: openstack
423 flavour: lowlatency
424 comment: 'LP: #1955452 irqbalance01 - Heuristic: Detected 0 irq-cpu pairs have been dissallowed'
403425
404ubuntu_ltp_controllers:426ubuntu_ltp_controllers:
405 - version: 6\.5\.0-(14|17|.*).*427 - version: 6\.5\.0-(14|17|.*).*
@@ -505,6 +527,10 @@ ubuntu_qrt_apparmor:
505 comment: |527 comment: |
506 'LP: #1939022 test_utils_testsuite(3) - test_entries_since_login(_verbose) in test-aa-notify.py failed with AppArmor denials string unmatch'528 'LP: #1939022 test_utils_testsuite(3) - test_entries_since_login(_verbose) in test-aa-notify.py failed with AppArmor denials string unmatch'
507 'Only failing on Oracle instances.'529 'Only failing on Oracle instances.'
530 - version: 6\.5\.0-(25).*
531 test-case: ApparmorTestsuites.test_utils_testsuite|ApparmorTestsuites.test_utils_testsuite3
532 cloud: metal|openstack
533 comment: 'LP: #2055458 - utils_testsuite and utils_testsuite3 failed'
508 - version: 6\.5\.0-(7|8|9).*534 - version: 6\.5\.0-(7|8|9).*
509 test-case: ApparmorTestsuites.test_parser_testsuite535 test-case: ApparmorTestsuites.test_parser_testsuite
510 flavour: lowlatency-64k536 flavour: lowlatency-64k
@@ -512,6 +538,14 @@ ubuntu_qrt_apparmor:
512 instance-type: a1.medium538 instance-type: a1.medium
513 comment: 'LP: #2009925 test_parser_testsuite - build terminated, test_apport_hooks test killed, instance too small?'539 comment: 'LP: #2009925 test_parser_testsuite - build terminated, test_apport_hooks test killed, instance too small?'
514540
541ubuntu_qrt_kernel_aslr_collisions:
542 - version: 6\.5\.0-(25).*
543 test-case: KernelASLRCollisionsTest.test_stack_collision
544 flavour: lowlatency
545 cloud: metal
546 instance-type: starmie-kernel
547 comment: 'LP: #2055449 test_stack_collision failed'
548
515ubuntu_qrt_kernel_security:549ubuntu_qrt_kernel_security:
516 - version: 6\.5\.0-(7|8|9|14|.*).*550 - version: 6\.5\.0-(7|8|9|14|.*).*
517 test-case: KernelNonSecurityTest.test_ulimit_stack_small551 test-case: KernelNonSecurityTest.test_ulimit_stack_small

Subscribers

People subscribed via source and target branches

to all changes: