Merge ~canonical-kernel-team/+git/autotest-client-tests:phlin/fcnal-test-timeout into ~canonical-kernel-team/+git/autotest-client-tests:master

Proposed by Po-Hsu Lin
Status: Merged
Approved by: Po-Hsu Lin
Approved revision: f19f63a947a32390667126c859a5c1fe726f23e3
Merged at revision: 17086cea0ee086ceedd3fa92be086c49783794b0
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/fcnal-test-timeout
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 12 lines (+2/-0)
1 file modified
ubuntu_kernel_selftests/control (+2/-0)
Reviewer Review Type Date Requested Status
Francis Ginther Approve
Review via email: mp+436996@code.launchpad.net

Commit message

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

fcnal-test.sh would require about 51 minutes to run on node kili,
bump the timeout threshold to 75 minutes for this test.

To post a comment you must log in.
Revision history for this message
Francis Ginther (fginther) wrote :

+1

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

Applied and pushed. Thanks!

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/ubuntu_kernel_selftests/control b/ubuntu_kernel_selftests/control
2index a66ca35..9586751 100644
3--- a/ubuntu_kernel_selftests/control
4+++ b/ubuntu_kernel_selftests/control
5@@ -66,6 +66,8 @@ else:
6 # autotest timeout on riscv64 is incorrect (lp:1940080), disable it
7 # It takes about 22 mins on 5.15 and about 35 mins on 5.13
8 timeout_threshold = 0
9+ elif item == 'fcnal-test.sh':
10+ timeout_threshold = 60*75 # lp:2006499
11 test = "{}:{}".format(category, item)
12 job.run_test_detail(NAME, test_name=test, tag=test, timeout=timeout_threshold)
13

Subscribers

People subscribed via source and target branches

to all changes: