Merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-timeouts into lp:qa-jenkins-jobs

Proposed by Max Brustkern
Status: Work in progress
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/ust-timeouts
Merge into: lp:qa-jenkins-jobs
Diff against target: 25 lines (+8/-0)
1 file modified
jobs/ubuntu-system-tests/jobs.yaml (+8/-0)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-timeouts
Reviewer Review Type Date Requested Status
platform-qa-bot continuous-integration Needs Fixing
Allan LeSage (community) Approve
prod-platform-qa continuous-integration Pending
Review via email: mp+307600@code.launchpad.net

Commit message

Add timeouts to other ust jobs.

Description of the change

This branch adds a 2 hour timeout to the flash job, and a 10 hour timeout to the ust default job template, which should propagate to the other jobs using that template.

To post a comment you must log in.
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Allan LeSage (allanlesage) wrote :

I mentioned having tried this on IRC, can't get the "no-activity" setting to work so let's go with this absolute instead, LGTM.

review: Approve
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
platform-qa-bot (platform-qa-bot) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

188. By Max Brustkern

Adding timeouts to jobs

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jobs/ubuntu-system-tests/jobs.yaml'
2--- jobs/ubuntu-system-tests/jobs.yaml 2016-09-27 18:10:05 +0000
3+++ jobs/ubuntu-system-tests/jobs.yaml 2016-10-04 16:33:32 +0000
4@@ -64,6 +64,10 @@
5 name: EDGEINTRO
6 default: "yes"
7 description: "Run the device edges intro? 'no' disables."
8+ wrappers:
9+ - timeout:
10+ timeout: 120
11+ fail: true
12 builders:
13 - flash-device-builder
14
15@@ -85,6 +89,10 @@
16 - flash-device-builder
17 - ubuntu-system-tests-builder
18 - subunit-to-junit-results-builder
19+ wrappers:
20+ - timeout:
21+ timeout: 600
22+ fail: true
23 publishers:
24 - archive:
25 artifacts: 'results/**/*'

Subscribers

People subscribed via source and target branches