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

Proposed by Allan LeSage
Status: Merged
Approved by: Max Brustkern
Approved revision: 170
Merged at revision: 170
Proposed branch: lp:~canonical-platform-qa/qa-jenkins-jobs/ust-three-tries
Merge into: lp:qa-jenkins-jobs
Diff against target: 12 lines (+1/-1)
1 file modified
jobs/ubuntu-system-tests/jobs.yaml (+1/-1)
To merge this branch: bzr merge lp:~canonical-platform-qa/qa-jenkins-jobs/ust-three-tries
Reviewer Review Type Date Requested Status
Max Brustkern (community) Approve
platform-qa-bot continuous-integration Approve
Review via email: mp+304281@code.launchpad.net

Commit message

Reduce default ust retries from 10 to 3.

Description of the change

Device flakiness isn't quite as great as I first estimated, so reduce the default number of retries for running ust to 3 from 10.

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
Max Brustkern (nuclearbob) wrote :

MAX_DOESN'T_NEED_A_RETRY

review: Approve

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-08-26 21:52:08 +0000
3+++ jobs/ubuntu-system-tests/jobs.yaml 2016-08-29 18:51:10 +0000
4@@ -187,7 +187,7 @@
5 description: "List of tests to run, use 'sanity' or 'regression' to run those suites."
6 - string:
7 name: MAX_RETRIES
8- default: "10"
9+ default: 3
10 description: "In case of error (e.g. USB disconnect), number of times to retry job, only running previously un-run tests."
11 - string:
12 name: LIFEBOAT_BRANCH

Subscribers

People subscribed via source and target branches