Merge lp:~canonical-platform-qa/qa-jenkins-jobs/fix-syntax-oopses into lp:qa-jenkins-jobs

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

Commit message

Fix ust yaml syntax errors.

Description of the change

A couple of yaml syntax errors crept in, certain alesage's fault.

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 :

Over-topping this, realizing that Max is on holiday.

review: Approve
Revision history for this message
Max Brustkern (nuclearbob) wrote :

Maybe we should incorporate a yaml validator in the future?

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-29 18:40:28 +0000
3+++ jobs/ubuntu-system-tests/jobs.yaml 2016-08-30 20:17:03 +0000
4@@ -166,7 +166,7 @@
5 channel: rc-proposed
6 device_channel: '{device_channel}'
7 triggers:
8- - timed: @daily
9+ - timed: '@daily'
10 publishers:
11 - archive:
12 artifacts: 'results/**/*'
13@@ -187,7 +187,7 @@
14 description: "List of tests to run, use 'sanity' or 'regression' to run those suites."
15 - string:
16 name: MAX_RETRIES
17- default: 3
18+ default: '3'
19 description: "In case of error (e.g. USB disconnect), number of times to retry job, only running previously un-run tests."
20 - string:
21 name: LIFEBOAT_BRANCH

Subscribers

People subscribed via source and target branches