Merge lp:~psivaa/cupstream2distro-config/coverage-for-thumbnail into lp:cupstream2distro-config

Proposed by Para Siva
Status: Superseded
Proposed branch: lp:~psivaa/cupstream2distro-config/coverage-for-thumbnail
Merge into: lp:cupstream2distro-config
Diff against target: 38 lines (+11/-0)
3 files modified
stacks/dev/services.cfg (+3/-0)
stacks/head/services.cfg (+5/-0)
stacks/vivid/services.cfg (+3/-0)
To merge this branch: bzr merge lp:~psivaa/cupstream2distro-config/coverage-for-thumbnail
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Francis Ginther Needs Fixing
Review via email: mp+258052@code.launchpad.net

This proposal has been superseded by a proposal from 2015-05-19.

Commit message

Adding coverage hooks for thumbnailer project

Description of the change

Adding coverage hooks for thumbnailer project

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 :

This needs to be updated after the merge of the vivid -> wily transition. The .cfg files that need to be updated are:

 - stacks/dev/services.cfg
 - stacks/vivid/services.cfg
 - stacks/head/services.cfg

I've also listed the additional coverage hooks that need to be added below (sadly there isn't just 1 coverage hook that can be added). This hooks listed are the ones that typically work for other projects.

review: Needs Fixing
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
1265. By Para Siva

merge trunk again

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Unmerged revisions

1265. By Para Siva

merge trunk again

1264. By Para Siva

add coverage hook and friends

1263. By Para Siva

Conflict resolved

1262. By Para Siva

merge trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stacks/dev/services.cfg'
2--- stacks/dev/services.cfg 2015-05-15 18:36:03 +0000
3+++ stacks/dev/services.cfg 2015-05-19 18:50:14 +0000
4@@ -15,4 +15,7 @@
5 node_label: pbuilder
6 projects:
7 thumbnailer:
8+ hooks: D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results
9+ archive_artifacts: '**/results/coverage.xml'
10+ publish_coverage: '**/results/coverage.xml'
11 target_branch: lp:thumbnailer/devel
12
13=== modified file 'stacks/head/services.cfg'
14--- stacks/head/services.cfg 2015-05-14 22:16:59 +0000
15+++ stacks/head/services.cfg 2015-05-19 18:50:14 +0000
16@@ -18,3 +18,8 @@
17 projects:
18 infographic-service:
19 autolanding_template: False
20+ thumbnailer:
21+ autolanding_template: False
22+ hooks: D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results
23+ archive_artifacts: '**/results/coverage.xml'
24+ publish_coverage: '**/results/coverage.xml'
25
26=== modified file 'stacks/vivid/services.cfg'
27--- stacks/vivid/services.cfg 2015-05-15 02:03:50 +0000
28+++ stacks/vivid/services.cfg 2015-05-19 18:50:14 +0000
29@@ -38,6 +38,9 @@
30 autolanding_template: False
31 thumbnailer:
32 autolanding_template: False
33+ hooks: D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results
34+ archive_artifacts: '**/results/coverage.xml'
35+ publish_coverage: '**/results/coverage.xml'
36 trust-store:
37 autolanding_template: False
38 ubuntu-keyboard:

Subscribers

People subscribed via source and target branches

to all changes: