Merge lp:~allanlesage/cupstream2distro-config/indicators-junit-updates into lp:cupstream2distro-config

Proposed by Allan LeSage
Status: Merged
Approved by: Francis Ginther
Approved revision: 605
Merged at revision: 605
Proposed branch: lp:~allanlesage/cupstream2distro-config/indicators-junit-updates
Merge into: lp:cupstream2distro-config
Diff against target: 50 lines (+10/-5)
1 file modified
stacks/head/indicators.cfg (+10/-5)
To merge this branch: bzr merge lp:~allanlesage/cupstream2distro-config/indicators-junit-updates
Reviewer Review Type Date Requested Status
Francis Ginther Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+179249@code.launchpad.net

Commit message

Update eligible indicators jobs to report JUnit results.

Description of the change

Update eligible indicators jobs so that they're reporting their JUnit results properly.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stacks/head/indicators.cfg'
2--- stacks/head/indicators.cfg 2013-08-08 11:09:19 +0000
3+++ stacks/head/indicators.cfg 2013-08-08 17:59:56 +0000
4@@ -51,16 +51,18 @@
5 publish_coverage: '**/results/coverage.xml'
6 indicator-bluetooth:
7 indicator-datetime:
8- hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
9+ hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov B09googletests
10 archive_artifacts: '**/results/**'
11 publish_coverage: '**/results/coverage.xml'
12+ publish_junit: '**/results/*test*xml'
13 indicator-keyboard:
14 daily_release: False
15 indicator-location:
16 indicator-messages:
17- hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
18+ hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov B09googletests
19 archive_artifacts: '**/results/**'
20 publish_coverage: '**/results/coverage.xml'
21+ publish_junit: '**/results/*test*xml'
22 indicator-network:
23 hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
24 archive_artifacts: '**/results/**'
25@@ -71,19 +73,22 @@
26 publish_coverage: '**/results/coverage.xml'
27 publish_junit: '**/results/*test*xml'
28 indicator-power:
29- hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
30+ hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov B09googletests
31 archive_artifacts: '**/results/**'
32 publish_coverage: '**/results/coverage.xml'
33+ publish_junit: '**/results/*test*xml'
34 indicator-printers:
35 indicator-session:
36- hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
37+ hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov B09googletests
38 archive_artifacts: '**/results/**'
39 publish_coverage: '**/results/coverage.xml'
40+ publish_junit: '**/results/*test*xml'
41 indicator-sound:
42 indicator-sync:
43- hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov
44+ hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov B09googletests
45 archive_artifacts: '**/results/**'
46 publish_coverage: '**/results/coverage.xml'
47+ publish_junit: '**/results/*test*xml'
48 indicators-client:
49 ido:
50 hooks: H05set_package_version D00mbs_archive B10gcovr_run H10enable_coverage D10install_lcov

Subscribers

People subscribed via source and target branches

to all changes: