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

Proposed by Po-Hsu Lin
Status: Merged
Merged at revision: 67d6d3c14a59b2e873ec396feff68045f5656425
Proposed branch: ~canonical-kernel-team/+git/autotest-client-tests:phlin/bpf-build-timeout
Merge into: ~canonical-kernel-team/+git/autotest-client-tests:master
Diff against target: 13 lines (+1/-1)
1 file modified
ubuntu_bpf/control (+1/-1)
Reviewer Review Type Date Requested Status
Andrei Gherzan Approve
Review via email: mp+444911@code.launchpad.net

Commit message

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

The test build will timeout on some instance with the current 30m
setting.

With test results gathered from all 4 clouds, the longest run took
1h45m on AWS a1.medium. Therefore 2 hours timeout should be OK.

To post a comment you must log in.
Revision history for this message
Andrei Gherzan (agherzan) wrote :

2h was enough for my kernel testing on the instances I've e hit.

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_bpf/control b/ubuntu_bpf/control
2index fb7aede..1601da1 100644
3--- a/ubuntu_bpf/control
4+++ b/ubuntu_bpf/control
5@@ -11,7 +11,7 @@ TEST_TYPE = "client"
6 DOC = ""
7
8 name = 'ubuntu_bpf'
9-result = job.run_test_detail(name, test_name='setup', tag='setup', timeout=60*30)
10+result = job.run_test_detail(name, test_name='setup', tag='setup', timeout=60*120)
11
12 if result == 'GOOD':
13 tests = ['config_check', 'test_verifier', 'test_maps']

Subscribers

People subscribed via source and target branches

to all changes: