Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/dio-xilinx into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Merged at revision: 16ab799c8797824aa7866240745bbba4dba800b7
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/dio-xilinx
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 16 lines (+6/-0)
1 file modified
ubuntu_ltp_stable/control (+6/-0)
Reviewer Review Type Date Requested Status
Portia Stephens Approve
Review via email: mp+434233@code.launchpad.net

Commit message

BugLink: https://bugs.launchpad.net/bugs/1998758

The dio (Direct I/O tests) test alone will take about 3.5 hours to
run on xilinx devices. Which makes it tend to hit the 4 hours timeout
threshold on jenkins.

Exclude this test for those slow devices running with xilinx kernel.

Description of the change

Tested with ZCU102. This patch works as expected.

To post a comment you must log in.
Revision history for this message
Portia Stephens (portias) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_ltp_stable/control b/ubuntu_ltp_stable/control
2index 3d4d632..f40e32f 100644
3--- a/ubuntu_ltp_stable/control
4+++ b/ubuntu_ltp_stable/control
5@@ -23,6 +23,12 @@ else:
6 'connectors', 'power_management_tests', 'hugetlb', 'commands',
7 'hyperthreading', 'can', 'net.ipv6_lib', 'input'
8 ]
9+ # dio test will take about 3.5 hours to run on Xilinx devices it's quite
10+ # easy to hit the 4h bar on jenkins, remove it from these slow devices
11+ if 'xilinx' in platform.release():
12+ print('dio test removed for xilinx kernel')
13+ tests.remove('dio')
14+
15 for test in tests:
16 results = job.run_test_detail('ubuntu_ltp_stable', test_name=test, tag=test, timeout=60*30*7)
17

Subscribers

People subscribed via source and target branches

to all changes: