Merge lp:~dobey/cupstream2distro-config/multi-coverage into lp:cupstream2distro-config
- multi-coverage
- Merge into trunk
Proposed by
dobey
on 2015-07-28
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Francis Ginther on 2015-07-28 | ||||
| Approved revision: | 1295 | ||||
| Merged at revision: | 1295 | ||||
| Proposed branch: | lp:~dobey/cupstream2distro-config/multi-coverage | ||||
| Merge into: | lp:cupstream2distro-config | ||||
| Diff against target: |
2305 lines (+339/-339) 64 files modified
ci/jenkins-templates/qt-pbuilder-config.xml.tmpl (+1/-1) stacks/dev/ci.cfg (+2/-2) stacks/dev/click-package.cfg (+1/-1) stacks/dev/qa.cfg (+5/-5) stacks/dev/qt.cfg (+2/-2) stacks/dev/services.cfg (+2/-2) stacks/head/click-package.cfg (+1/-1) stacks/head/hud.cfg (+3/-3) stacks/head/indicators.cfg (+19/-19) stacks/head/mir.cfg (+1/-1) stacks/head/misc.cfg (+2/-2) stacks/head/phone.cfg (+6/-6) stacks/head/qa.cfg (+3/-3) stacks/head/services.cfg (+2/-2) stacks/head/settings.cfg (+3/-3) stacks/head/snappy.cfg (+1/-1) stacks/head/unity.cfg (+3/-3) stacks/head/webcred.cfg (+12/-12) stacks/trusty/apps.cfg (+4/-4) stacks/trusty/hud.cfg (+3/-3) stacks/trusty/indicators.cfg (+19/-19) stacks/trusty/media.cfg (+4/-4) stacks/trusty/mir.cfg (+1/-1) stacks/trusty/misc.cfg (+3/-3) stacks/trusty/phone.cfg (+6/-6) stacks/trusty/platform.cfg (+6/-6) stacks/trusty/qa.cfg (+6/-6) stacks/trusty/sdk.cfg (+7/-7) stacks/trusty/services.cfg (+3/-3) stacks/trusty/unity.cfg (+7/-7) stacks/trusty/webapp.cfg (+3/-3) stacks/trusty/webcred.cfg (+2/-2) stacks/utopic/apps.cfg (+4/-4) stacks/utopic/click-package.cfg (+1/-1) stacks/utopic/hud.cfg (+3/-3) stacks/utopic/indicators.cfg (+23/-23) stacks/utopic/media.cfg (+4/-4) stacks/utopic/mir.cfg (+1/-1) stacks/utopic/misc.cfg (+3/-3) stacks/utopic/phone.cfg (+6/-6) stacks/utopic/platform.cfg (+6/-6) stacks/utopic/qa.cfg (+6/-6) stacks/utopic/sdk.cfg (+7/-7) stacks/utopic/services.cfg (+3/-3) stacks/utopic/settings.cfg (+3/-3) stacks/utopic/unity.cfg (+7/-7) stacks/utopic/webapp.cfg (+3/-3) stacks/utopic/webcred.cfg (+18/-18) stacks/vivid/apps.cfg (+4/-4) stacks/vivid/click-package.cfg (+1/-1) stacks/vivid/hud.cfg (+3/-3) stacks/vivid/indicators.cfg (+21/-21) stacks/vivid/media.cfg (+4/-4) stacks/vivid/mir.cfg (+1/-1) stacks/vivid/misc.cfg (+3/-3) stacks/vivid/phone.cfg (+6/-6) stacks/vivid/platform.cfg (+6/-6) stacks/vivid/qa.cfg (+7/-7) stacks/vivid/sdk.cfg (+7/-7) stacks/vivid/services.cfg (+4/-4) stacks/vivid/settings.cfg (+3/-3) stacks/vivid/unity.cfg (+7/-7) stacks/vivid/webapp.cfg (+3/-3) stacks/vivid/webcred.cfg (+18/-18) |
||||
| To merge this branch: | bzr merge lp:~dobey/cupstream2distro-config/multi-coverage | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Francis Ginther | 2015-07-28 | Approve on 2015-07-28 | |
| PS Jenkins bot | continuous-integration | Approve on 2015-07-28 | |
|
Review via email:
|
|||
Commit Message
Handle multiple coverage xml files for reporting.
Description of the Change
To post a comment you must log in.
| Francis Ginther (fginther) wrote : | # |
This should ok. It's just adding some wildcards to the coverage files collected, which should only find more coverage files (assuming there aren't any projects creating 'not-a-
review:
Approve
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
| 1 | === modified file 'ci/jenkins-templates/qt-pbuilder-config.xml.tmpl' |
| 2 | --- ci/jenkins-templates/qt-pbuilder-config.xml.tmpl 2015-02-27 18:30:38 +0000 |
| 3 | +++ ci/jenkins-templates/qt-pbuilder-config.xml.tmpl 2015-07-28 19:50:59 +0000 |
| 4 | @@ -65,7 +65,7 @@ |
| 5 | </hudson.tasks.ArtifactArchiver> |
| 6 | {% endif %} |
| 7 | <hudson.plugins.cobertura.CoberturaPublisher> |
| 8 | - <coberturaReportFile>build/**/coverage.xml</coberturaReportFile> |
| 9 | + <coberturaReportFile>build/**/*coverage*.xml</coberturaReportFile> |
| 10 | <onlyStable>false</onlyStable> |
| 11 | <failUnhealthy>false</failUnhealthy> |
| 12 | <failUnstable>false</failUnstable> |
| 13 | |
| 14 | === modified file 'stacks/dev/ci.cfg' |
| 15 | --- stacks/dev/ci.cfg 2015-01-07 21:57:25 +0000 |
| 16 | +++ stacks/dev/ci.cfg 2015-07-28 19:50:59 +0000 |
| 17 | @@ -9,6 +9,6 @@ |
| 18 | trusty-i386: |
| 19 | node_label: pbuilder |
| 20 | hooks: D09add_ppa~tarmac~daily B10pep8 B10pyflakes B09copy_results C09copy_results |
| 21 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 22 | - publish_coverage: '**/results/coverage.xml' |
| 23 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 24 | + publish_coverage: '**/results/*coverage*.xml' |
| 25 | publish_junit: '**/results/*test*.xml' |
| 26 | |
| 27 | === modified file 'stacks/dev/click-package.cfg' |
| 28 | --- stacks/dev/click-package.cfg 2015-05-20 19:17:17 +0000 |
| 29 | +++ stacks/dev/click-package.cfg 2015-07-28 19:50:59 +0000 |
| 30 | @@ -19,4 +19,4 @@ |
| 31 | hooks: H05set_package_version H10strip_native_depends H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov B10gcovr_run |
| 32 | hook_source: lp:~canonical-ci-engineering/+junk/native-strip-hook |
| 33 | archive_artifacts: '**/results/**' |
| 34 | - publish_coverage: '**/results/coverage.xml' |
| 35 | + publish_coverage: '**/results/*coverage*.xml' |
| 36 | |
| 37 | === modified file 'stacks/dev/qa.cfg' |
| 38 | --- stacks/dev/qa.cfg 2015-05-15 18:36:03 +0000 |
| 39 | +++ stacks/dev/qa.cfg 2015-07-28 19:50:59 +0000 |
| 40 | @@ -34,14 +34,14 @@ |
| 41 | node_label: pbuilder |
| 42 | hooks: H05set_package_version B09copy_results H11python_enable_coverage D10install_python3-coverage A10install_coverage_py_config |
| 43 | archive_artifacts: '**/*xml, **/output/*deb' |
| 44 | - publish_coverage: '**/results/coverage.xml' |
| 45 | + publish_coverage: '**/results/*coverage*.xml' |
| 46 | cupstream2distro-config: |
| 47 | contact_email: francis.ginther@canonical.com |
| 48 | configurations: |
| 49 | vivid-armhf: False #override the default, do not build on armhf |
| 50 | hooks: B09copy_results C09copy_results |
| 51 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 52 | - publish_coverage: '**/results/coverage.xml' |
| 53 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 54 | + publish_coverage: '**/results/*coverage*.xml' |
| 55 | publish_junit: '**/results/*test*.xml' |
| 56 | gcovr: |
| 57 | contact_email: allan.lesage@canonical.com |
| 58 | @@ -53,8 +53,8 @@ |
| 59 | configurations: |
| 60 | vivid-armhf: False #override the default, do not build on armhf |
| 61 | hooks: B09pyruntest |
| 62 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 63 | - publish_coverage: '**/results/coverage.xml' |
| 64 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 65 | + publish_coverage: '**/results/*coverage*.xml' |
| 66 | publish_junit: '**/results/*test*.xml' |
| 67 | autolanding: |
| 68 | landing_job: generic-release-land |
| 69 | |
| 70 | === modified file 'stacks/dev/qt.cfg' |
| 71 | --- stacks/dev/qt.cfg 2015-02-19 02:59:13 +0000 |
| 72 | +++ stacks/dev/qt.cfg 2015-07-28 19:50:59 +0000 |
| 73 | @@ -7,11 +7,11 @@ |
| 74 | build_scripts: lp:~canonical-ci-engineering/cupstream2distro-config/kubuntu-build-scripts |
| 75 | configurations: |
| 76 | vivid-amd64: |
| 77 | - archive_artifacts: 'build/**/coverage.xml' |
| 78 | + archive_artifacts: 'build/**/*coverage*.xml' |
| 79 | template: qt-pbuilder-config.xml.tmpl |
| 80 | node_label: pbuilder |
| 81 | vivid-armhf: |
| 82 | - archive_artifacts: 'build/**/coverage.xml' |
| 83 | + archive_artifacts: 'build/**/*coverage*.xml' |
| 84 | build_timeout: 240 |
| 85 | template: qt-pbuilder-config.xml.tmpl |
| 86 | node_label: calxeda-pbuilder |
| 87 | |
| 88 | === modified file 'stacks/dev/services.cfg' |
| 89 | --- stacks/dev/services.cfg 2015-07-28 15:48:27 +0000 |
| 90 | +++ stacks/dev/services.cfg 2015-07-28 19:50:59 +0000 |
| 91 | @@ -17,10 +17,10 @@ |
| 92 | persistent-cache-cpp: |
| 93 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results |
| 94 | archive_artifacts: '**/results/**' |
| 95 | - publish_coverage: '**/results/coverage.xml' |
| 96 | + publish_coverage: '**/results/*coverage*.xml' |
| 97 | target_branch: lp:persistent-cache-cpp/devel |
| 98 | thumbnailer: |
| 99 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results |
| 100 | archive_artifacts: '**/results/**' |
| 101 | - publish_coverage: '**/results/coverage.xml' |
| 102 | + publish_coverage: '**/results/*coverage*.xml' |
| 103 | target_branch: lp:thumbnailer/devel |
| 104 | |
| 105 | === modified file 'stacks/head/click-package.cfg' |
| 106 | --- stacks/head/click-package.cfg 2015-05-20 19:33:49 +0000 |
| 107 | +++ stacks/head/click-package.cfg 2015-07-28 19:50:59 +0000 |
| 108 | @@ -18,4 +18,4 @@ |
| 109 | hook_source: lp:~canonical-ci-engineering/+junk/native-strip-hook |
| 110 | test_suite: unityclickscope |
| 111 | archive_artifacts: '**/results/**' |
| 112 | - publish_coverage: '**/results/coverage.xml' |
| 113 | + publish_coverage: '**/results/*coverage*.xml' |
| 114 | |
| 115 | === modified file 'stacks/head/hud.cfg' |
| 116 | --- stacks/head/hud.cfg 2015-05-04 22:03:48 +0000 |
| 117 | +++ stacks/head/hud.cfg 2015-07-28 19:50:59 +0000 |
| 118 | @@ -20,10 +20,10 @@ |
| 119 | autolanding_template: False |
| 120 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 121 | archive_artifacts: '**/results/**' |
| 122 | - publish_coverage: '**/results/coverage.xml' |
| 123 | + publish_coverage: '**/results/*coverage*.xml' |
| 124 | hud: |
| 125 | autolanding_template: False |
| 126 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 127 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **results/**' |
| 128 | - publish_coverage: '**/results/coverage.xml' |
| 129 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **results/**' |
| 130 | + publish_coverage: '**/results/*coverage*.xml' |
| 131 | publish_junit: '**/results/test*.xml' |
| 132 | |
| 133 | === modified file 'stacks/head/indicators.cfg' |
| 134 | --- stacks/head/indicators.cfg 2015-05-15 02:13:56 +0000 |
| 135 | +++ stacks/head/indicators.cfg 2015-07-28 19:50:59 +0000 |
| 136 | @@ -21,30 +21,30 @@ |
| 137 | autolanding_template: False |
| 138 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 139 | archive_artifacts: '**/results/**' |
| 140 | - publish_coverage: '**/results/coverage.xml' |
| 141 | + publish_coverage: '**/results/*coverage*.xml' |
| 142 | publish_junit: '**/results/*test*xml' |
| 143 | indicator-application: |
| 144 | autolanding_template: False |
| 145 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 146 | archive_artifacts: '**/results/**' |
| 147 | - publish_coverage: '**/results/coverage.xml' |
| 148 | + publish_coverage: '**/results/*coverage*.xml' |
| 149 | indicator-appmenu: |
| 150 | autolanding_template: False |
| 151 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 152 | archive_artifacts: '**/results/**' |
| 153 | - publish_coverage: '**/results/coverage.xml' |
| 154 | + publish_coverage: '**/results/*coverage*.xml' |
| 155 | indicator-bluetooth: |
| 156 | autolanding_template: False |
| 157 | indicator-datetime: |
| 158 | autolanding_template: False |
| 159 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 160 | archive_artifacts: '**/results/**' |
| 161 | - publish_coverage: '**/results/coverage.xml' |
| 162 | + publish_coverage: '**/results/*coverage*.xml' |
| 163 | indicator-display: |
| 164 | autolanding_template: False |
| 165 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 166 | archive_artifacts: '**/results/**' |
| 167 | - publish_coverage: '**/results/coverage.xml' |
| 168 | + publish_coverage: '**/results/*coverage*.xml' |
| 169 | indicator-keyboard: |
| 170 | autolanding_template: False |
| 171 | indicator-location: |
| 172 | @@ -53,31 +53,31 @@ |
| 173 | autolanding_template: False |
| 174 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 175 | archive_artifacts: '**/results/**' |
| 176 | - publish_coverage: '**/results/coverage.xml' |
| 177 | + publish_coverage: '**/results/*coverage*.xml' |
| 178 | indicator-network: |
| 179 | autolanding_template: False |
| 180 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 181 | archive_artifacts: '**/results/**' |
| 182 | - publish_coverage: '**/results/coverage.xml' |
| 183 | + publish_coverage: '**/results/*coverage*.xml' |
| 184 | indicator-power: |
| 185 | autolanding_template: False |
| 186 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 187 | archive_artifacts: '**/results/**' |
| 188 | - publish_coverage: '**/results/coverage.xml' |
| 189 | + publish_coverage: '**/results/*coverage*.xml' |
| 190 | publish_junit: '**/results/*test*xml' |
| 191 | indicator-printers: |
| 192 | autolanding_template: False |
| 193 | # indicator-secret-agent: |
| 194 | # autolanding_template: False |
| 195 | # hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 196 | -# archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 197 | -# publish_coverage: '**/results/coverage.xml' |
| 198 | +# archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 199 | +# publish_coverage: '**/results/*coverage*.xml' |
| 200 | # publish_junit: '**/results/*test*xml' |
| 201 | indicator-session: |
| 202 | autolanding_template: False |
| 203 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 204 | archive_artifacts: '**/results/**' |
| 205 | - publish_coverage: '**/results/coverage.xml' |
| 206 | + publish_coverage: '**/results/*coverage*.xml' |
| 207 | publish_junit: '**/results/*test*xml' |
| 208 | indicator-sound: |
| 209 | autolanding_template: False |
| 210 | @@ -85,41 +85,41 @@ |
| 211 | autolanding_template: False |
| 212 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 213 | archive_artifacts: '**/results/**' |
| 214 | - publish_coverage: '**/results/coverage.xml' |
| 215 | + publish_coverage: '**/results/*coverage*.xml' |
| 216 | publish_junit: '**/results/*test*xml' |
| 217 | indicator-transfer: |
| 218 | autolanding_template: False |
| 219 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 220 | archive_artifacts: '**/results/**' |
| 221 | - publish_coverage: '**/results/coverage.xml' |
| 222 | + publish_coverage: '**/results/*coverage*.xml' |
| 223 | publish_junit: '**/results/*test*xml' |
| 224 | ido: |
| 225 | autolanding_template: False |
| 226 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 227 | archive_artifacts: '**/results/**' |
| 228 | - publish_coverage: '**/results/coverage.xml' |
| 229 | + publish_coverage: '**/results/*coverage*.xml' |
| 230 | libappindicator: |
| 231 | autolanding_template: False |
| 232 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 233 | archive_artifacts: '**/results/**' |
| 234 | - publish_coverage: '**/results/coverage.xml' |
| 235 | + publish_coverage: '**/results/*coverage*.xml' |
| 236 | libdbusmenu: |
| 237 | autolanding_template: False |
| 238 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_logs C09copy_logs C09copy_results |
| 239 | archive_artifacts: '**/results/**' |
| 240 | - publish_coverage: '**/results/coverage.xml' |
| 241 | + publish_coverage: '**/results/*coverage*.xml' |
| 242 | libdbusmenu-qt: |
| 243 | autolanding_template: False |
| 244 | libindicator: |
| 245 | autolanding_template: False |
| 246 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 247 | archive_artifacts: '**/results/**' |
| 248 | - publish_coverage: '**/results/coverage.xml' |
| 249 | + publish_coverage: '**/results/*coverage*.xml' |
| 250 | pay-service: |
| 251 | autolanding_template: False |
| 252 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 253 | archive_artifacts: '**/results/**' |
| 254 | - publish_coverage: '**/results/coverage.xml' |
| 255 | + publish_coverage: '**/results/*coverage*.xml' |
| 256 | qmenumodel: |
| 257 | autolanding_template: False |
| 258 | hooks: H05set_package_version A10checklicenseheaders C09copy_results |
| 259 | @@ -129,4 +129,4 @@ |
| 260 | autolanding_template: False |
| 261 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 262 | archive_artifacts: '**/results/**' |
| 263 | - publish_coverage: '**/results/coverage.xml' |
| 264 | + publish_coverage: '**/results/*coverage*.xml' |
| 265 | |
| 266 | === modified file 'stacks/head/mir.cfg' |
| 267 | --- stacks/head/mir.cfg 2015-07-14 22:24:30 +0000 |
| 268 | +++ stacks/head/mir.cfg 2015-07-28 19:50:59 +0000 |
| 269 | @@ -21,7 +21,7 @@ |
| 270 | contact_email: francis.ginther@canonical.com |
| 271 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H15enable_testing D10install_valgrind B09copy_results C09copy_results |
| 272 | archive_artifacts: '**/*xml, **/output/*deb' |
| 273 | - publish_coverage: '**/results/coverage.xml' |
| 274 | + publish_coverage: '**/results/*coverage*.xml' |
| 275 | publish_junit: '**/results/*test*.xml' |
| 276 | build_timeout: 240 |
| 277 | parallel_jobs: 2 |
| 278 | |
| 279 | === modified file 'stacks/head/misc.cfg' |
| 280 | --- stacks/head/misc.cfg 2015-05-14 22:13:31 +0000 |
| 281 | +++ stacks/head/misc.cfg 2015-07-28 19:50:59 +0000 |
| 282 | @@ -20,11 +20,11 @@ |
| 283 | autolanding_template: False |
| 284 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 285 | archive_artifacts: '**/results/**' |
| 286 | - publish_coverage: '**/results/coverage.xml' |
| 287 | + publish_coverage: '**/results/*coverage*.xml' |
| 288 | url-dispatcher: |
| 289 | autolanding_template: False |
| 290 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results H40disable_gensymbols_check |
| 291 | archive_artifacts: '**/results/**' |
| 292 | - publish_coverage: '**/results/coverage.xml' |
| 293 | + publish_coverage: '**/results/*coverage*.xml' |
| 294 | cordova-docs: |
| 295 | autolanding_template: False |
| 296 | |
| 297 | === modified file 'stacks/head/phone.cfg' |
| 298 | --- stacks/head/phone.cfg 2015-05-14 22:25:55 +0000 |
| 299 | +++ stacks/head/phone.cfg 2015-07-28 19:50:59 +0000 |
| 300 | @@ -6,16 +6,16 @@ |
| 301 | configurations: |
| 302 | wily-armhf: |
| 303 | node_label: calxeda-pbuilder |
| 304 | - archive_artifacts: '**/output/*deb, **/*test*.xml, **/coverage.xml' |
| 305 | - publish_coverage: '**/coverage.xml' |
| 306 | + archive_artifacts: '**/output/*deb, **/*test*.xml, **/*coverage*.xml' |
| 307 | + publish_coverage: '**/*coverage*.xml' |
| 308 | wily-amd64: |
| 309 | node_label: pbuilder |
| 310 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 311 | - publish_coverage: '**/coverage.xml' |
| 312 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 313 | + publish_coverage: '**/*coverage*.xml' |
| 314 | wily-i386: |
| 315 | node_label: pbuilder |
| 316 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 317 | - publish_coverage: '**/coverage.xml' |
| 318 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 319 | + publish_coverage: '**/*coverage*.xml' |
| 320 | parallel_jobs: 2 |
| 321 | hooks: H05set_package_version B09googletests D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov A10checklicenseheaders C09copy_results |
| 322 | local_archive_pocket: wily |
| 323 | |
| 324 | === modified file 'stacks/head/qa.cfg' |
| 325 | --- stacks/head/qa.cfg 2015-06-02 19:39:22 +0000 |
| 326 | +++ stacks/head/qa.cfg 2015-07-28 19:50:59 +0000 |
| 327 | @@ -33,7 +33,7 @@ |
| 328 | wily-i386: |
| 329 | hooks: H05set_package_version B09copy_results H11python_enable_coverage D10install_python3-coverage A10install_coverage_py_config |
| 330 | archive_artifacts: '**/*xml, **/output/*deb' |
| 331 | - publish_coverage: '**/results/coverage.xml' |
| 332 | + publish_coverage: '**/results/*coverage*.xml' |
| 333 | autopilot-gtk: |
| 334 | autolanding_template: False |
| 335 | contact_email: allan.lesage@canonical.com |
| 336 | @@ -59,8 +59,8 @@ |
| 337 | autolanding_template: False |
| 338 | contact_email: chris.lee@canonical.com |
| 339 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 340 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 341 | - publish_coverage: '**/results/coverage.xml' |
| 342 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 343 | + publish_coverage: '**/results/*coverage*.xml' |
| 344 | publish_junit: '**/results/*test*.xml' |
| 345 | autolanding: |
| 346 | ppa_target: ppa:autopilot/1.5 |
| 347 | |
| 348 | === modified file 'stacks/head/services.cfg' |
| 349 | --- stacks/head/services.cfg 2015-07-28 15:48:27 +0000 |
| 350 | +++ stacks/head/services.cfg 2015-07-28 19:50:59 +0000 |
| 351 | @@ -25,9 +25,9 @@ |
| 352 | autolanding_template: False |
| 353 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results |
| 354 | archive_artifacts: '**/results/**' |
| 355 | - publish_coverage: '**/results/coverage.xml' |
| 356 | + publish_coverage: '**/results/*coverage*.xml' |
| 357 | thumbnailer: |
| 358 | autolanding_template: False |
| 359 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results |
| 360 | archive_artifacts: '**/results/**' |
| 361 | - publish_coverage: '**/results/coverage.xml' |
| 362 | + publish_coverage: '**/results/*coverage*.xml' |
| 363 | |
| 364 | === modified file 'stacks/head/settings.cfg' |
| 365 | --- stacks/head/settings.cfg 2015-06-08 20:32:46 +0000 |
| 366 | +++ stacks/head/settings.cfg 2015-07-28 19:50:59 +0000 |
| 367 | @@ -23,14 +23,14 @@ |
| 368 | test_suite: ubuntu_system_settings |
| 369 | test_packages: libsystemsettings-dev ubuntu-system-settings-autopilot libsystemsettings1 ubuntu-system-settings |
| 370 | archive_artifacts: '**/*.xml' |
| 371 | - publish_coverage: '**/results/coverage.xml' |
| 372 | + publish_coverage: '**/results/*coverage*.xml' |
| 373 | ubuntu-system-settings-online-accounts: |
| 374 | autolanding_template: False |
| 375 | hooks: H05set_package_version H10enable_coverage D10install_lcov D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 376 | test_suite: online_accounts_ui |
| 377 | test_packages: ubuntu-system-settings-online-accounts libonline-accounts-client1 libonline-accounts-client-dev qtdeclarative5-online-accounts-client0.1 ubuntu-system-settings-online-accounts-autopilot |
| 378 | standard_jobs: generic-deb-autopilot-wily-touch |
| 379 | - archive_artifacts: '**/coverage.xml' |
| 380 | - publish_coverage: '**/coverage.xml' |
| 381 | + archive_artifacts: '**/*coverage*.xml' |
| 382 | + publish_coverage: '**/*coverage*.xml' |
| 383 | configurations: |
| 384 | wily-armhf: False |
| 385 | |
| 386 | === modified file 'stacks/head/snappy.cfg' |
| 387 | --- stacks/head/snappy.cfg 2015-07-15 20:55:53 +0000 |
| 388 | +++ stacks/head/snappy.cfg 2015-07-28 19:50:59 +0000 |
| 389 | @@ -18,4 +18,4 @@ |
| 390 | autolanding_template: False |
| 391 | hooks: H05set_package_version H10strip_native_depends D10install_gcovr B09copy_results C09copy_results |
| 392 | archive_artifacts: '**/results/**' |
| 393 | - publish_coverage: '**/results/coverage.xml' |
| 394 | + publish_coverage: '**/results/*coverage*.xml' |
| 395 | |
| 396 | === modified file 'stacks/head/unity.cfg' |
| 397 | --- stacks/head/unity.cfg 2015-05-21 13:15:47 +0000 |
| 398 | +++ stacks/head/unity.cfg 2015-07-28 19:50:59 +0000 |
| 399 | @@ -21,7 +21,7 @@ |
| 400 | autolanding_template: False |
| 401 | build_timeout: 240 |
| 402 | archive_artifacts: '**/results/**' |
| 403 | - publish_coverage: '**/results/coverage.xml' |
| 404 | + publish_coverage: '**/results/*coverage*.xml' |
| 405 | publish_junit: '**/results/*test*xml' |
| 406 | autolanding: |
| 407 | hooks: H05set_package_version B09googletests_cmake H15enable_testing D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 408 | @@ -39,7 +39,7 @@ |
| 409 | autolanding_template: False |
| 410 | hooks: H05set_package_version B09googletests B09copy_results H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 411 | archive_artifacts: '**/results/**' |
| 412 | - publish_coverage: '**/results/coverage.xml' |
| 413 | + publish_coverage: '**/results/*coverage*.xml' |
| 414 | publish_junit: '**/results/*test*xml' |
| 415 | configurations: |
| 416 | wily-armhf: |
| 417 | @@ -49,7 +49,7 @@ |
| 418 | build_timeout: 240 |
| 419 | hooks: H05set_package_version D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests B09copy_results C09copy_results |
| 420 | archive_artifacts: '**/results/**' |
| 421 | - publish_coverage: '**/results/coverage.xml' |
| 422 | + publish_coverage: '**/results/*coverage*.xml' |
| 423 | publish_junit: '**/results/*test*xml' |
| 424 | configurations: |
| 425 | wily-amd64: |
| 426 | |
| 427 | === modified file 'stacks/head/webcred.cfg' |
| 428 | --- stacks/head/webcred.cfg 2015-05-15 02:03:50 +0000 |
| 429 | +++ stacks/head/webcred.cfg 2015-07-28 19:50:59 +0000 |
| 430 | @@ -29,35 +29,35 @@ |
| 431 | signon-apparmor-extension: |
| 432 | autolanding_template: False |
| 433 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 434 | - archive_artifacts: '**/coverage.xml' |
| 435 | - publish_coverage: '**/coverage.xml' |
| 436 | + archive_artifacts: '**/*coverage*.xml' |
| 437 | + publish_coverage: '**/*coverage*.xml' |
| 438 | configurations: |
| 439 | wily-armhf: |
| 440 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 441 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 442 | signon-keyring-extension: |
| 443 | autolanding_template: False |
| 444 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 445 | - archive_artifacts: '**/coverage.xml' |
| 446 | - publish_coverage: '**/coverage.xml' |
| 447 | + archive_artifacts: '**/*coverage*.xml' |
| 448 | + publish_coverage: '**/*coverage*.xml' |
| 449 | configurations: |
| 450 | wily-armhf: |
| 451 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 452 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 453 | signon-plugin-oauth2: |
| 454 | autolanding_template: False |
| 455 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage H40native_hack.py D10install_lcov C09copy_results |
| 456 | - archive_artifacts: '**/coverage.xml' |
| 457 | - publish_coverage: '**/coverage.xml' |
| 458 | + archive_artifacts: '**/*coverage*.xml' |
| 459 | + publish_coverage: '**/*coverage*.xml' |
| 460 | configurations: |
| 461 | wily-armhf: |
| 462 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 463 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 464 | signon-ui: |
| 465 | autolanding_template: False |
| 466 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov B09qmakecoverage C09copy_results |
| 467 | - archive_artifacts: '**/coverage.xml' |
| 468 | - publish_coverage: '**/coverage.xml' |
| 469 | + archive_artifacts: '**/*coverage*.xml' |
| 470 | + publish_coverage: '**/*coverage*.xml' |
| 471 | configurations: |
| 472 | wily-armhf: |
| 473 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 474 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 475 | ubuntuone-client-data: |
| 476 | autolanding_template: False |
| 477 | ubuntuone-credentials: |
| 478 | |
| 479 | === modified file 'stacks/trusty/apps.cfg' |
| 480 | --- stacks/trusty/apps.cfg 2015-03-13 20:56:46 +0000 |
| 481 | +++ stacks/trusty/apps.cfg 2015-07-28 19:50:59 +0000 |
| 482 | @@ -121,21 +121,21 @@ |
| 483 | node_label: pbuilder |
| 484 | archive_artifacts: '**/*.xml' |
| 485 | publish_junit: False |
| 486 | - publish_coverage: '**/coverage.xml' |
| 487 | + publish_coverage: '**/*coverage*.xml' |
| 488 | trusty-amd64: |
| 489 | node_label: pbuilder |
| 490 | archive_artifacts: '**/*.xml' |
| 491 | publish_junit: False |
| 492 | - publish_coverage: '**/coverage.xml' |
| 493 | + publish_coverage: '**/*coverage*.xml' |
| 494 | trusty-armhf: |
| 495 | node_label: calxeda-pbuilder |
| 496 | archive_artifacts: '**/output/*.deb, **/*.xml' |
| 497 | publish_junit: False |
| 498 | - publish_coverage: '**/coverage.xml' |
| 499 | + publish_coverage: '**/*coverage*.xml' |
| 500 | test_suite: gallery_app |
| 501 | aggregate_tests: trusty-amd64 generic-mediumtests-trusty |
| 502 | archive_artifacts: '**/*.xml' |
| 503 | - publish_coverage: '**/coverage.xml' |
| 504 | + publish_coverage: '**/*coverage*.xml' |
| 505 | hooks: H05set_package_version A10checklicenseheaders D10install_lcov H10enable_coverage D10install_gcovr B10gcovr_run C09copy_results |
| 506 | webbrowser-app: |
| 507 | autolanding_template: False |
| 508 | |
| 509 | === modified file 'stacks/trusty/hud.cfg' |
| 510 | --- stacks/trusty/hud.cfg 2015-03-13 20:56:46 +0000 |
| 511 | +++ stacks/trusty/hud.cfg 2015-07-28 19:50:59 +0000 |
| 512 | @@ -46,12 +46,12 @@ |
| 513 | autolanding_template: False |
| 514 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 515 | archive_artifacts: '**/results/**' |
| 516 | - publish_coverage: '**/results/coverage.xml' |
| 517 | + publish_coverage: '**/results/*coverage*.xml' |
| 518 | hud: |
| 519 | autolanding_template: False |
| 520 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 521 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **results/**' |
| 522 | - publish_coverage: '**/results/coverage.xml' |
| 523 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **results/**' |
| 524 | + publish_coverage: '**/results/*coverage*.xml' |
| 525 | publish_junit: '**/results/test*.xml' |
| 526 | libhud-qt: |
| 527 | # This project is "DEAD" |
| 528 | |
| 529 | === modified file 'stacks/trusty/indicators.cfg' |
| 530 | --- stacks/trusty/indicators.cfg 2015-03-13 20:56:46 +0000 |
| 531 | +++ stacks/trusty/indicators.cfg 2015-07-28 19:50:59 +0000 |
| 532 | @@ -117,7 +117,7 @@ |
| 533 | autolanding_template: False |
| 534 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 535 | archive_artifacts: '**/results/**' |
| 536 | - publish_coverage: '**/results/coverage.xml' |
| 537 | + publish_coverage: '**/results/*coverage*.xml' |
| 538 | publish_junit: '**/results/*test*xml' |
| 539 | indicator-applet: |
| 540 | autolanding_template: False |
| 541 | @@ -125,19 +125,19 @@ |
| 542 | autolanding_template: False |
| 543 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 544 | archive_artifacts: '**/results/**' |
| 545 | - publish_coverage: '**/results/coverage.xml' |
| 546 | + publish_coverage: '**/results/*coverage*.xml' |
| 547 | indicator-appmenu: |
| 548 | autolanding_template: False |
| 549 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 550 | archive_artifacts: '**/results/**' |
| 551 | - publish_coverage: '**/results/coverage.xml' |
| 552 | + publish_coverage: '**/results/*coverage*.xml' |
| 553 | indicator-bluetooth: |
| 554 | autolanding_template: False |
| 555 | indicator-datetime: |
| 556 | autolanding_template: False |
| 557 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 558 | archive_artifacts: '**/results/**' |
| 559 | - publish_coverage: '**/results/coverage.xml' |
| 560 | + publish_coverage: '**/results/*coverage*.xml' |
| 561 | indicator-keyboard: |
| 562 | autolanding_template: False |
| 563 | indicator-location: |
| 564 | @@ -146,38 +146,38 @@ |
| 565 | autolanding_template: False |
| 566 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 567 | archive_artifacts: '**/results/**' |
| 568 | - publish_coverage: '**/results/coverage.xml' |
| 569 | + publish_coverage: '**/results/*coverage*.xml' |
| 570 | indicator-network: |
| 571 | autolanding_template: False |
| 572 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 573 | archive_artifacts: '**/results/**' |
| 574 | - publish_coverage: '**/results/coverage.xml' |
| 575 | + publish_coverage: '**/results/*coverage*.xml' |
| 576 | indicator-network-prompt: |
| 577 | # This project is "DEAD" |
| 578 | autolanding_template: False |
| 579 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 580 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 581 | - publish_coverage: '**/results/coverage.xml' |
| 582 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 583 | + publish_coverage: '**/results/*coverage*.xml' |
| 584 | publish_junit: '**/results/*test*xml' |
| 585 | indicator-power: |
| 586 | autolanding_template: False |
| 587 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 588 | archive_artifacts: '**/results/**' |
| 589 | - publish_coverage: '**/results/coverage.xml' |
| 590 | + publish_coverage: '**/results/*coverage*.xml' |
| 591 | publish_junit: '**/results/*test*xml' |
| 592 | indicator-printers: |
| 593 | autolanding_template: False |
| 594 | # indicator-secret-agent: |
| 595 | # autolanding_template: False |
| 596 | # hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 597 | -# archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 598 | -# publish_coverage: '**/results/coverage.xml' |
| 599 | +# archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 600 | +# publish_coverage: '**/results/*coverage*.xml' |
| 601 | # publish_junit: '**/results/*test*xml' |
| 602 | indicator-session: |
| 603 | autolanding_template: False |
| 604 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 605 | archive_artifacts: '**/results/**' |
| 606 | - publish_coverage: '**/results/coverage.xml' |
| 607 | + publish_coverage: '**/results/*coverage*.xml' |
| 608 | publish_junit: '**/results/*test*xml' |
| 609 | indicator-sound: |
| 610 | autolanding_template: False |
| 611 | @@ -185,35 +185,35 @@ |
| 612 | autolanding_template: False |
| 613 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 614 | archive_artifacts: '**/results/**' |
| 615 | - publish_coverage: '**/results/coverage.xml' |
| 616 | + publish_coverage: '**/results/*coverage*.xml' |
| 617 | publish_junit: '**/results/*test*xml' |
| 618 | ido: |
| 619 | autolanding_template: False |
| 620 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 621 | archive_artifacts: '**/results/**' |
| 622 | - publish_coverage: '**/results/coverage.xml' |
| 623 | + publish_coverage: '**/results/*coverage*.xml' |
| 624 | libappindicator: |
| 625 | autolanding_template: False |
| 626 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 627 | archive_artifacts: '**/results/**' |
| 628 | - publish_coverage: '**/results/coverage.xml' |
| 629 | + publish_coverage: '**/results/*coverage*.xml' |
| 630 | libdbusmenu: |
| 631 | autolanding_template: False |
| 632 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_logs C09copy_logs C09copy_results |
| 633 | archive_artifacts: '**/results/**' |
| 634 | - publish_coverage: '**/results/coverage.xml' |
| 635 | + publish_coverage: '**/results/*coverage*.xml' |
| 636 | libdbusmenu-qt: |
| 637 | autolanding_template: False |
| 638 | libindicator: |
| 639 | autolanding_template: False |
| 640 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 641 | archive_artifacts: '**/results/**' |
| 642 | - publish_coverage: '**/results/coverage.xml' |
| 643 | + publish_coverage: '**/results/*coverage*.xml' |
| 644 | libusermetrics: |
| 645 | autolanding_template: False |
| 646 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 647 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 648 | - publish_coverage: '**/results/coverage.xml' |
| 649 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 650 | + publish_coverage: '**/results/*coverage*.xml' |
| 651 | publish_junit: '**/results/*test*xml' |
| 652 | qmenumodel: |
| 653 | autolanding_template: False |
| 654 | |
| 655 | === modified file 'stacks/trusty/media.cfg' |
| 656 | --- stacks/trusty/media.cfg 2015-03-13 20:56:46 +0000 |
| 657 | +++ stacks/trusty/media.cfg 2015-07-28 19:50:59 +0000 |
| 658 | @@ -123,8 +123,8 @@ |
| 659 | hooks: H05set_package_version B09qmakecoverage D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 660 | configurations: |
| 661 | trusty-armhf: |
| 662 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 663 | - publish_coverage: '**/coverage.xml' |
| 664 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 665 | + publish_coverage: '**/*coverage*.xml' |
| 666 | qtubuntu-media-signals: |
| 667 | autolanding_template: False |
| 668 | qtvideo-node: |
| 669 | @@ -132,5 +132,5 @@ |
| 670 | hooks: H05set_package_version B09qmakecoverage D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 671 | configurations: |
| 672 | trusty-armhf: |
| 673 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 674 | - publish_coverage: '**/results/coverage.xml' |
| 675 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 676 | + publish_coverage: '**/results/*coverage*.xml' |
| 677 | |
| 678 | === modified file 'stacks/trusty/mir.cfg' |
| 679 | --- stacks/trusty/mir.cfg 2015-03-13 20:56:46 +0000 |
| 680 | +++ stacks/trusty/mir.cfg 2015-07-28 19:50:59 +0000 |
| 681 | @@ -22,7 +22,7 @@ |
| 682 | contact_email: thomi.richards@canonical.com francis.ginther@canonical.com |
| 683 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H15enable_testing D10install_valgrind B09copy_results C09copy_results |
| 684 | archive_artifacts: '**/*xml, **/output/*deb' |
| 685 | - publish_coverage: '**/results/coverage.xml' |
| 686 | + publish_coverage: '**/results/*coverage*.xml' |
| 687 | publish_junit: '**/results/*test*.xml' |
| 688 | build_timeout: 240 |
| 689 | parallel_jobs: 2 |
| 690 | |
| 691 | === modified file 'stacks/trusty/misc.cfg' |
| 692 | --- stacks/trusty/misc.cfg 2015-03-13 20:56:46 +0000 |
| 693 | +++ stacks/trusty/misc.cfg 2015-07-28 19:50:59 +0000 |
| 694 | @@ -43,12 +43,12 @@ |
| 695 | autolanding_template: False |
| 696 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 697 | archive_artifacts: '**/results/**' |
| 698 | - publish_coverage: '**/results/coverage.xml' |
| 699 | + publish_coverage: '**/results/*coverage*.xml' |
| 700 | url-dispatcher: |
| 701 | autolanding_template: False |
| 702 | hooks: H05set_package_version D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 703 | archive_artifacts: '**/results/**' |
| 704 | - publish_coverage: '**/results/coverage.xml' |
| 705 | + publish_coverage: '**/results/*coverage*.xml' |
| 706 | gsettings-ubuntu-touch-schemas: |
| 707 | autolanding_template: False |
| 708 | qtorganizer5-eds: |
| 709 | @@ -56,7 +56,7 @@ |
| 710 | autolanding_template: False |
| 711 | contact_email: omer.akram@canonical.com |
| 712 | archive_artifacts: '**/results/**' |
| 713 | - publish_coverage: '**/results/coverage.xml' |
| 714 | + publish_coverage: '**/results/*coverage*.xml' |
| 715 | configurations: |
| 716 | trusty-armhf: |
| 717 | archive_artifacts: '**/output/*deb' |
| 718 | |
| 719 | === modified file 'stacks/trusty/phone.cfg' |
| 720 | --- stacks/trusty/phone.cfg 2015-03-13 20:56:46 +0000 |
| 721 | +++ stacks/trusty/phone.cfg 2015-07-28 19:50:59 +0000 |
| 722 | @@ -91,16 +91,16 @@ |
| 723 | configurations: |
| 724 | trusty-armhf: |
| 725 | node_label: calxeda-pbuilder |
| 726 | - archive_artifacts: '**/output/*deb, **/*test*.xml, **/coverage.xml' |
| 727 | - publish_coverage: '**/coverage.xml' |
| 728 | + archive_artifacts: '**/output/*deb, **/*test*.xml, **/*coverage*.xml' |
| 729 | + publish_coverage: '**/*coverage*.xml' |
| 730 | trusty-amd64: |
| 731 | node_label: pbuilder |
| 732 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 733 | - publish_coverage: '**/coverage.xml' |
| 734 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 735 | + publish_coverage: '**/*coverage*.xml' |
| 736 | trusty-i386: |
| 737 | node_label: pbuilder |
| 738 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 739 | - publish_coverage: '**/coverage.xml' |
| 740 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 741 | + publish_coverage: '**/*coverage*.xml' |
| 742 | parallel_jobs: 2 |
| 743 | hooks: H05set_package_version B09googletests D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov A10checklicenseheaders C09copy_results |
| 744 | to_transition: |
| 745 | |
| 746 | === modified file 'stacks/trusty/platform.cfg' |
| 747 | --- stacks/trusty/platform.cfg 2015-03-13 20:56:46 +0000 |
| 748 | +++ stacks/trusty/platform.cfg 2015-07-28 19:50:59 +0000 |
| 749 | @@ -84,19 +84,19 @@ |
| 750 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 751 | archive_artifacts: '**/results/*.xml' |
| 752 | publish_junit: '**/results/*test*.xml' |
| 753 | - publish_coverage: '**/results/coverage.xml' |
| 754 | + publish_coverage: '**/results/*coverage*.xml' |
| 755 | dbus-cpp: |
| 756 | autolanding_template: False |
| 757 | contact_email: thomas.voss@canonical.com |
| 758 | publish_junit: '**/results/*test*.xml' |
| 759 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 760 | - publish_coverage: '**/results/coverage.xml' |
| 761 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 762 | + publish_coverage: '**/results/*coverage*.xml' |
| 763 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 764 | dee: |
| 765 | autolanding_template: False |
| 766 | hooks: H05set_package_version B09copy_results H10enable_coverage D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 767 | archive_artifacts: '**/results/**' |
| 768 | - publish_coverage: '**/results/coverage.xml' |
| 769 | + publish_coverage: '**/results/*coverage*.xml' |
| 770 | configurations: |
| 771 | trusty-armhf: |
| 772 | hooks: H05set_package_version B09copy_results C09copy_results |
| 773 | @@ -104,8 +104,8 @@ |
| 774 | platform-api: |
| 775 | autolanding_template: False |
| 776 | publish_junit: '**/results/*test*.xml' |
| 777 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 778 | - publish_coverage: '**/results/coverage.xml' |
| 779 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 780 | + publish_coverage: '**/results/*coverage*.xml' |
| 781 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 782 | configurations: |
| 783 | trusty-armhf: |
| 784 | |
| 785 | === modified file 'stacks/trusty/qa.cfg' |
| 786 | --- stacks/trusty/qa.cfg 2015-03-13 20:56:46 +0000 |
| 787 | +++ stacks/trusty/qa.cfg 2015-07-28 19:50:59 +0000 |
| 788 | @@ -111,8 +111,8 @@ |
| 789 | autolanding_template: False |
| 790 | contact_email: thomi.richards@canonical.com |
| 791 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 792 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 793 | - publish_coverage: '**/results/coverage.xml' |
| 794 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 795 | + publish_coverage: '**/results/*coverage*.xml' |
| 796 | publish_junit: '**/results/*test*.xml' |
| 797 | autolanding: |
| 798 | ppa_target: ppa:autopilot/1.4 |
| 799 | @@ -120,14 +120,14 @@ |
| 800 | libqtdbusmock: |
| 801 | autolanding_template: False |
| 802 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 803 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 804 | - publish_coverage: '**/results/coverage.xml' |
| 805 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 806 | + publish_coverage: '**/results/*coverage*.xml' |
| 807 | publish_junit: '**/results/*test*xml' |
| 808 | libqtdbustest: |
| 809 | autolanding_template: False |
| 810 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 811 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 812 | - publish_coverage: '**/results/coverage.xml' |
| 813 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 814 | + publish_coverage: '**/results/*coverage*.xml' |
| 815 | publish_junit: '**/results/*test*xml' |
| 816 | ubuntu-autopilot-tests: |
| 817 | target_branch: lp:ubuntu-autopilot-tests/ubuntu-integration-tests |
| 818 | |
| 819 | === modified file 'stacks/trusty/sdk.cfg' |
| 820 | --- stacks/trusty/sdk.cfg 2015-03-13 20:56:46 +0000 |
| 821 | +++ stacks/trusty/sdk.cfg 2015-07-28 19:50:59 +0000 |
| 822 | @@ -117,7 +117,7 @@ |
| 823 | autolanding_template: False |
| 824 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov |
| 825 | archive_artifacts: '**/results/*' |
| 826 | - publish_coverage: '**/results/coverage.xml' |
| 827 | + publish_coverage: '**/results/*coverage*.xml' |
| 828 | configurations: |
| 829 | trusty-armhf: |
| 830 | node_label: calxeda-pbuilder |
| 831 | @@ -127,13 +127,13 @@ |
| 832 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B10pep8 B10pyflakes |
| 833 | test_suite: ubuntuuitoolkit |
| 834 | test_packages: ubuntu-ui-toolkit-theme qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-doc ubuntu-ui-toolkit-examples ubuntu-ui-toolkit-autopilot |
| 835 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 836 | - publish_coverage: '**/results/coverage.xml' |
| 837 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 838 | + publish_coverage: '**/results/*coverage*.xml' |
| 839 | publish_junit: '**/results/*test*.xml' |
| 840 | standard_jobs: generic-mediumtests-trusty generic-deb-autopilot-trusty-touch |
| 841 | configurations: |
| 842 | trusty-armhf: |
| 843 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 844 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 845 | aggregate_tests: generic-mediumtests-trusty trusty-amd64 |
| 846 | autolanding: |
| 847 | distributions: precise,quantal,trusty |
| 848 | @@ -141,15 +141,15 @@ |
| 849 | unity-action-api: |
| 850 | autolanding_template: False |
| 851 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov |
| 852 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 853 | - publish_coverage: '**/results/coverage.xml' |
| 854 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 855 | + publish_coverage: '**/results/*coverage*.xml' |
| 856 | publish_junit: '**/results/*test*.xml' |
| 857 | autolanding: |
| 858 | distributions: trusty |
| 859 | ppa_target: ppa:ubuntu-sdk-team/ppa |
| 860 | configurations: |
| 861 | trusty-armhf: |
| 862 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 863 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 864 | dee-qt: |
| 865 | contact_email: allan.lesage@canonical.com |
| 866 | autolanding_template: False |
| 867 | |
| 868 | === modified file 'stacks/trusty/services.cfg' |
| 869 | --- stacks/trusty/services.cfg 2015-03-13 20:56:46 +0000 |
| 870 | +++ stacks/trusty/services.cfg 2015-07-28 19:50:59 +0000 |
| 871 | @@ -53,8 +53,8 @@ |
| 872 | autolanding_template: False |
| 873 | contact_email: thomas.voss@canonical.com |
| 874 | publish_junit: '**/results/*test*.xml' |
| 875 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 876 | - publish_coverage: '**/results/coverage.xml' |
| 877 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 878 | + publish_coverage: '**/results/*coverage*.xml' |
| 879 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 880 | media-hub: |
| 881 | autolanding_template: False |
| 882 | @@ -74,4 +74,4 @@ |
| 883 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 884 | archive_artifacts: '**/results/*.xml' |
| 885 | publish_junit: '**/results/*test*.xml' |
| 886 | - publish_coverage: '**/results/coverage.xml' |
| 887 | + publish_coverage: '**/results/*coverage*.xml' |
| 888 | |
| 889 | === modified file 'stacks/trusty/unity.cfg' |
| 890 | --- stacks/trusty/unity.cfg 2015-07-27 16:24:49 +0000 |
| 891 | +++ stacks/trusty/unity.cfg 2015-07-28 19:50:59 +0000 |
| 892 | @@ -116,7 +116,7 @@ |
| 893 | target_branch: lp:compiz/0.9.11 |
| 894 | build_timeout: 240 |
| 895 | archive_artifacts: '**/results/**' |
| 896 | - publish_coverage: '**/results/coverage.xml' |
| 897 | + publish_coverage: '**/results/*coverage*.xml' |
| 898 | publish_junit: '**/results/*test*xml' |
| 899 | autolanding: |
| 900 | hooks: H05set_package_version B09googletests_cmake H15enable_testing D10install_google_test H10enable_coverage D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 901 | @@ -134,7 +134,7 @@ |
| 902 | build_timeout: 240 |
| 903 | hooks: H05set_package_version D10install_google_test H10enable_coverage D10install_gcovr B10gcovr_run B09googletests B09copy_results C09copy_results |
| 904 | archive_artifacts: '**/results/**' |
| 905 | - publish_coverage: '**/results/coverage.xml' |
| 906 | + publish_coverage: '**/results/*coverage*.xml' |
| 907 | publish_junit: '**/results/*test*xml' |
| 908 | configurations: |
| 909 | trusty-armhf: |
| 910 | @@ -150,7 +150,7 @@ |
| 911 | autolanding_template: False |
| 912 | hooks: H05set_package_version B09googletests B09copy_results H10enable_coverage D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 913 | archive_artifacts: '**/results/**' |
| 914 | - publish_coverage: '**/results/coverage.xml' |
| 915 | + publish_coverage: '**/results/*coverage*.xml' |
| 916 | publish_junit: '**/results/*test*xml' |
| 917 | configurations: |
| 918 | trusty-armhf: |
| 919 | @@ -167,7 +167,7 @@ |
| 920 | hooks: H05set_package_version B09copy_results C09copy_results |
| 921 | archive_artifacts: False |
| 922 | archive_artifacts: '**/results/**' |
| 923 | - publish_coverage: '**/results/coverage.xml' |
| 924 | + publish_coverage: '**/results/*coverage*.xml' |
| 925 | unity-lens-files: |
| 926 | autolanding_template: False |
| 927 | unity-lens-friends: |
| 928 | @@ -180,7 +180,7 @@ |
| 929 | hooks: H05set_package_version B09copy_results C09copy_results |
| 930 | archive_artifacts: False |
| 931 | archive_artifacts: '**/results/**' |
| 932 | - publish_coverage: '**/results/coverage.xml' |
| 933 | + publish_coverage: '**/results/*coverage*.xml' |
| 934 | unity-lens-photos: |
| 935 | autolanding_template: False |
| 936 | unity-lens-video: |
| 937 | @@ -191,7 +191,7 @@ |
| 938 | hooks: H05set_package_version B09copy_results C09copy_results |
| 939 | archive_artifacts: False |
| 940 | archive_artifacts: '**/results/**' |
| 941 | - publish_coverage: '**/results/coverage.xml' |
| 942 | + publish_coverage: '**/results/*coverage*.xml' |
| 943 | unity-scope-audacious: |
| 944 | autolanding_template: False |
| 945 | unity-scope-chromiumbookmarks: |
| 946 | @@ -218,7 +218,7 @@ |
| 947 | autolanding_template: False |
| 948 | hooks: H05set_package_version H10enable_coverage D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 949 | archive_artifacts: '**/results/**' |
| 950 | - publish_coverage: '**/results/coverage.xml' |
| 951 | + publish_coverage: '**/results/*coverage*.xml' |
| 952 | unity-scope-launchpad: |
| 953 | autolanding_template: False |
| 954 | unity-scope-manpages: |
| 955 | |
| 956 | === modified file 'stacks/trusty/webapp.cfg' |
| 957 | --- stacks/trusty/webapp.cfg 2015-03-13 20:56:46 +0000 |
| 958 | +++ stacks/trusty/webapp.cfg 2015-07-28 19:50:59 +0000 |
| 959 | @@ -192,13 +192,13 @@ |
| 960 | libunity-webapps: |
| 961 | autolanding_template: False |
| 962 | hooks: H05set_package_version D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 963 | - archive_artifacts: '**/coverage.xml' |
| 964 | - publish_coverage: '**/coverage.xml' |
| 965 | + archive_artifacts: '**/*coverage*.xml' |
| 966 | + publish_coverage: '**/*coverage*.xml' |
| 967 | unity-chromium-extension: |
| 968 | autolanding_template: False |
| 969 | hooks: H05set_package_version D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 970 | archive_artifacts: '**/*.xml' |
| 971 | - publish_coverage: '**/coverage.xml' |
| 972 | + publish_coverage: '**/*coverage*.xml' |
| 973 | unity-firefox-extension: |
| 974 | autolanding_template: False |
| 975 | hooks: H05set_package_version |
| 976 | |
| 977 | === modified file 'stacks/trusty/webcred.cfg' |
| 978 | --- stacks/trusty/webcred.cfg 2015-03-13 20:56:46 +0000 |
| 979 | +++ stacks/trusty/webcred.cfg 2015-07-28 19:50:59 +0000 |
| 980 | @@ -67,8 +67,8 @@ |
| 981 | signon-keyring-extension: |
| 982 | autolanding_template: False |
| 983 | hooks: H05set_package_version D09add_ppa~online-accounts~trunk H10enable_coverage D10install_lcov B09qmakecoverage D10install_gcovr B10gcovr_run C09copy_results |
| 984 | - archive_artifacts: '**/coverage.xml' |
| 985 | - publish_coverage: '**/coverage.xml' |
| 986 | + archive_artifacts: '**/*coverage*.xml' |
| 987 | + publish_coverage: '**/*coverage*.xml' |
| 988 | signon-plugin-oauth2: |
| 989 | autolanding_template: False |
| 990 | hooks: H05set_package_version D09add_ppa~online-accounts~trunk B09qmakecoverage D10install_gcovr B10gcovr_run H10enable_coverage H40native_hack.py D10install_lcov C09copy_results |
| 991 | |
| 992 | === modified file 'stacks/utopic/apps.cfg' |
| 993 | --- stacks/utopic/apps.cfg 2015-03-13 20:56:46 +0000 |
| 994 | +++ stacks/utopic/apps.cfg 2015-07-28 19:50:59 +0000 |
| 995 | @@ -32,21 +32,21 @@ |
| 996 | node_label: pbuilder |
| 997 | archive_artifacts: '**/*.xml' |
| 998 | publish_junit: False |
| 999 | - publish_coverage: '**/coverage.xml' |
| 1000 | + publish_coverage: '**/*coverage*.xml' |
| 1001 | utopic-amd64: |
| 1002 | node_label: pbuilder |
| 1003 | archive_artifacts: '**/*.xml' |
| 1004 | publish_junit: False |
| 1005 | - publish_coverage: '**/coverage.xml' |
| 1006 | + publish_coverage: '**/*coverage*.xml' |
| 1007 | utopic-armhf: |
| 1008 | node_label: calxeda-pbuilder |
| 1009 | archive_artifacts: '**/output/*.deb, **/*.xml' |
| 1010 | publish_junit: False |
| 1011 | - publish_coverage: '**/coverage.xml' |
| 1012 | + publish_coverage: '**/*coverage*.xml' |
| 1013 | test_suite: gallery_app |
| 1014 | aggregate_tests: utopic-amd64 generic-mediumtests-utopic |
| 1015 | archive_artifacts: '**/*.xml' |
| 1016 | - publish_coverage: '**/coverage.xml' |
| 1017 | + publish_coverage: '**/*coverage*.xml' |
| 1018 | hooks: H05set_package_version A10checklicenseheaders D10install_lcov H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 1019 | webbrowser-app: |
| 1020 | autolanding_template: False |
| 1021 | |
| 1022 | === modified file 'stacks/utopic/click-package.cfg' |
| 1023 | --- stacks/utopic/click-package.cfg 2015-03-13 20:56:46 +0000 |
| 1024 | +++ stacks/utopic/click-package.cfg 2015-07-28 19:50:59 +0000 |
| 1025 | @@ -16,7 +16,7 @@ |
| 1026 | autolanding_template: False |
| 1027 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov H10enable_coverage B10gcovr_run B09copy_results C09copy_results |
| 1028 | archive_artifacts: '**/results/**' |
| 1029 | - publish_coverage: '**/results/coverage.xml' |
| 1030 | + publish_coverage: '**/results/*coverage*.xml' |
| 1031 | clickmanager-plugin: |
| 1032 | autolanding_template: False |
| 1033 | ubuntu-download-manager: |
| 1034 | |
| 1035 | === modified file 'stacks/utopic/hud.cfg' |
| 1036 | --- stacks/utopic/hud.cfg 2015-03-13 20:56:46 +0000 |
| 1037 | +++ stacks/utopic/hud.cfg 2015-07-28 19:50:59 +0000 |
| 1038 | @@ -20,10 +20,10 @@ |
| 1039 | autolanding_template: False |
| 1040 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 1041 | archive_artifacts: '**/results/**' |
| 1042 | - publish_coverage: '**/results/coverage.xml' |
| 1043 | + publish_coverage: '**/results/*coverage*.xml' |
| 1044 | hud: |
| 1045 | autolanding_template: False |
| 1046 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 1047 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **results/**' |
| 1048 | - publish_coverage: '**/results/coverage.xml' |
| 1049 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **results/**' |
| 1050 | + publish_coverage: '**/results/*coverage*.xml' |
| 1051 | publish_junit: '**/results/test*.xml' |
| 1052 | |
| 1053 | === modified file 'stacks/utopic/indicators.cfg' |
| 1054 | --- stacks/utopic/indicators.cfg 2015-03-13 20:56:46 +0000 |
| 1055 | +++ stacks/utopic/indicators.cfg 2015-07-28 19:50:59 +0000 |
| 1056 | @@ -23,7 +23,7 @@ |
| 1057 | autolanding_template: False |
| 1058 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 1059 | archive_artifacts: '**/results/**' |
| 1060 | - publish_coverage: '**/results/coverage.xml' |
| 1061 | + publish_coverage: '**/results/*coverage*.xml' |
| 1062 | publish_junit: '**/results/*test*xml' |
| 1063 | indicator-applet: |
| 1064 | autolanding_template: False |
| 1065 | @@ -31,24 +31,24 @@ |
| 1066 | autolanding_template: False |
| 1067 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1068 | archive_artifacts: '**/results/**' |
| 1069 | - publish_coverage: '**/results/coverage.xml' |
| 1070 | + publish_coverage: '**/results/*coverage*.xml' |
| 1071 | indicator-appmenu: |
| 1072 | autolanding_template: False |
| 1073 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1074 | archive_artifacts: '**/results/**' |
| 1075 | - publish_coverage: '**/results/coverage.xml' |
| 1076 | + publish_coverage: '**/results/*coverage*.xml' |
| 1077 | indicator-bluetooth: |
| 1078 | autolanding_template: False |
| 1079 | indicator-datetime: |
| 1080 | autolanding_template: False |
| 1081 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 1082 | archive_artifacts: '**/results/**' |
| 1083 | - publish_coverage: '**/results/coverage.xml' |
| 1084 | + publish_coverage: '**/results/*coverage*.xml' |
| 1085 | indicator-display: |
| 1086 | autolanding_template: False |
| 1087 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 1088 | archive_artifacts: '**/results/**' |
| 1089 | - publish_coverage: '**/results/coverage.xml' |
| 1090 | + publish_coverage: '**/results/*coverage*.xml' |
| 1091 | indicator-keyboard: |
| 1092 | autolanding_template: False |
| 1093 | indicator-location: |
| 1094 | @@ -57,38 +57,38 @@ |
| 1095 | autolanding_template: False |
| 1096 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results |
| 1097 | archive_artifacts: '**/results/**' |
| 1098 | - publish_coverage: '**/results/coverage.xml' |
| 1099 | + publish_coverage: '**/results/*coverage*.xml' |
| 1100 | indicator-network: |
| 1101 | autolanding_template: False |
| 1102 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1103 | archive_artifacts: '**/results/**' |
| 1104 | - publish_coverage: '**/results/coverage.xml' |
| 1105 | + publish_coverage: '**/results/*coverage*.xml' |
| 1106 | indicator-network-prompt: |
| 1107 | # This project is "DEAD" |
| 1108 | autolanding_template: False |
| 1109 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1110 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1111 | - publish_coverage: '**/results/coverage.xml' |
| 1112 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1113 | + publish_coverage: '**/results/*coverage*.xml' |
| 1114 | publish_junit: '**/results/*test*xml' |
| 1115 | indicator-power: |
| 1116 | autolanding_template: False |
| 1117 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 1118 | archive_artifacts: '**/results/**' |
| 1119 | - publish_coverage: '**/results/coverage.xml' |
| 1120 | + publish_coverage: '**/results/*coverage*.xml' |
| 1121 | publish_junit: '**/results/*test*xml' |
| 1122 | indicator-printers: |
| 1123 | autolanding_template: False |
| 1124 | # indicator-secret-agent: |
| 1125 | # autolanding_template: False |
| 1126 | # hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 1127 | -# archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1128 | -# publish_coverage: '**/results/coverage.xml' |
| 1129 | +# archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1130 | +# publish_coverage: '**/results/*coverage*.xml' |
| 1131 | # publish_junit: '**/results/*test*xml' |
| 1132 | indicator-session: |
| 1133 | autolanding_template: False |
| 1134 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 1135 | archive_artifacts: '**/results/**' |
| 1136 | - publish_coverage: '**/results/coverage.xml' |
| 1137 | + publish_coverage: '**/results/*coverage*.xml' |
| 1138 | publish_junit: '**/results/*test*xml' |
| 1139 | indicator-sound: |
| 1140 | autolanding_template: False |
| 1141 | @@ -96,47 +96,47 @@ |
| 1142 | autolanding_template: False |
| 1143 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 1144 | archive_artifacts: '**/results/**' |
| 1145 | - publish_coverage: '**/results/coverage.xml' |
| 1146 | + publish_coverage: '**/results/*coverage*.xml' |
| 1147 | publish_junit: '**/results/*test*xml' |
| 1148 | indicator-transfer: |
| 1149 | autolanding_template: False |
| 1150 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results |
| 1151 | archive_artifacts: '**/results/**' |
| 1152 | - publish_coverage: '**/results/coverage.xml' |
| 1153 | + publish_coverage: '**/results/*coverage*.xml' |
| 1154 | publish_junit: '**/results/*test*xml' |
| 1155 | ido: |
| 1156 | autolanding_template: False |
| 1157 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1158 | archive_artifacts: '**/results/**' |
| 1159 | - publish_coverage: '**/results/coverage.xml' |
| 1160 | + publish_coverage: '**/results/*coverage*.xml' |
| 1161 | libappindicator: |
| 1162 | autolanding_template: False |
| 1163 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1164 | archive_artifacts: '**/results/**' |
| 1165 | - publish_coverage: '**/results/coverage.xml' |
| 1166 | + publish_coverage: '**/results/*coverage*.xml' |
| 1167 | libdbusmenu: |
| 1168 | autolanding_template: False |
| 1169 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_logs C09copy_logs C09copy_results |
| 1170 | archive_artifacts: '**/results/**' |
| 1171 | - publish_coverage: '**/results/coverage.xml' |
| 1172 | + publish_coverage: '**/results/*coverage*.xml' |
| 1173 | libdbusmenu-qt: |
| 1174 | autolanding_template: False |
| 1175 | libindicator: |
| 1176 | autolanding_template: False |
| 1177 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1178 | archive_artifacts: '**/results/**' |
| 1179 | - publish_coverage: '**/results/coverage.xml' |
| 1180 | + publish_coverage: '**/results/*coverage*.xml' |
| 1181 | libusermetrics: |
| 1182 | autolanding_template: False |
| 1183 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1184 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1185 | - publish_coverage: '**/results/coverage.xml' |
| 1186 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1187 | + publish_coverage: '**/results/*coverage*.xml' |
| 1188 | publish_junit: '**/results/*test*xml' |
| 1189 | pay-service: |
| 1190 | autolanding_template: False |
| 1191 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1192 | archive_artifacts: '**/results/**' |
| 1193 | - publish_coverage: '**/results/coverage.xml' |
| 1194 | + publish_coverage: '**/results/*coverage*.xml' |
| 1195 | qmenumodel: |
| 1196 | autolanding_template: False |
| 1197 | hooks: H05set_package_version A10checklicenseheaders C09copy_results |
| 1198 | @@ -150,4 +150,4 @@ |
| 1199 | autolanding_template: False |
| 1200 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1201 | archive_artifacts: '**/results/**' |
| 1202 | - publish_coverage: '**/results/coverage.xml' |
| 1203 | + publish_coverage: '**/results/*coverage*.xml' |
| 1204 | |
| 1205 | === modified file 'stacks/utopic/media.cfg' |
| 1206 | --- stacks/utopic/media.cfg 2015-03-13 20:56:46 +0000 |
| 1207 | +++ stacks/utopic/media.cfg 2015-07-28 19:50:59 +0000 |
| 1208 | @@ -55,8 +55,8 @@ |
| 1209 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1210 | configurations: |
| 1211 | utopic-armhf: |
| 1212 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 1213 | - publish_coverage: '**/coverage.xml' |
| 1214 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 1215 | + publish_coverage: '**/*coverage*.xml' |
| 1216 | qtubuntu-media-signals: |
| 1217 | autolanding_template: False |
| 1218 | qtvideo-node: |
| 1219 | @@ -64,5 +64,5 @@ |
| 1220 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1221 | configurations: |
| 1222 | utopic-armhf: |
| 1223 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 1224 | - publish_coverage: '**/results/coverage.xml' |
| 1225 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 1226 | + publish_coverage: '**/results/*coverage*.xml' |
| 1227 | |
| 1228 | === modified file 'stacks/utopic/mir.cfg' |
| 1229 | --- stacks/utopic/mir.cfg 2015-03-13 20:56:46 +0000 |
| 1230 | +++ stacks/utopic/mir.cfg 2015-07-28 19:50:59 +0000 |
| 1231 | @@ -21,7 +21,7 @@ |
| 1232 | contact_email: thomi.richards@canonical.com francis.ginther@canonical.com |
| 1233 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H15enable_testing D10install_valgrind B09copy_results C09copy_results |
| 1234 | archive_artifacts: '**/*xml, **/output/*deb' |
| 1235 | - publish_coverage: '**/results/coverage.xml' |
| 1236 | + publish_coverage: '**/results/*coverage*.xml' |
| 1237 | publish_junit: '**/results/*test*.xml' |
| 1238 | build_timeout: 240 |
| 1239 | parallel_jobs: 2 |
| 1240 | |
| 1241 | === modified file 'stacks/utopic/misc.cfg' |
| 1242 | --- stacks/utopic/misc.cfg 2015-03-13 20:56:46 +0000 |
| 1243 | +++ stacks/utopic/misc.cfg 2015-07-28 19:50:59 +0000 |
| 1244 | @@ -41,12 +41,12 @@ |
| 1245 | autolanding_template: False |
| 1246 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results |
| 1247 | archive_artifacts: '**/results/**' |
| 1248 | - publish_coverage: '**/results/coverage.xml' |
| 1249 | + publish_coverage: '**/results/*coverage*.xml' |
| 1250 | url-dispatcher: |
| 1251 | autolanding_template: False |
| 1252 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results H40disable_gensymbols_check |
| 1253 | archive_artifacts: '**/results/**' |
| 1254 | - publish_coverage: '**/results/coverage.xml' |
| 1255 | + publish_coverage: '**/results/*coverage*.xml' |
| 1256 | gsettings-ubuntu-touch-schemas: |
| 1257 | autolanding_template: False |
| 1258 | qtorganizer5-eds: |
| 1259 | @@ -54,7 +54,7 @@ |
| 1260 | autolanding_template: False |
| 1261 | contact_email: omer.akram@canonical.com |
| 1262 | archive_artifacts: '**/results/**' |
| 1263 | - publish_coverage: '**/results/coverage.xml' |
| 1264 | + publish_coverage: '**/results/*coverage*.xml' |
| 1265 | configurations: |
| 1266 | utopic-armhf: |
| 1267 | archive_artifacts: '**/output/*deb' |
| 1268 | |
| 1269 | === modified file 'stacks/utopic/phone.cfg' |
| 1270 | --- stacks/utopic/phone.cfg 2015-03-13 20:56:46 +0000 |
| 1271 | +++ stacks/utopic/phone.cfg 2015-07-28 19:50:59 +0000 |
| 1272 | @@ -6,16 +6,16 @@ |
| 1273 | configurations: |
| 1274 | utopic-armhf: |
| 1275 | node_label: calxeda-pbuilder |
| 1276 | - archive_artifacts: '**/output/*deb, **/*test*.xml, **/coverage.xml' |
| 1277 | - publish_coverage: '**/coverage.xml' |
| 1278 | + archive_artifacts: '**/output/*deb, **/*test*.xml, **/*coverage*.xml' |
| 1279 | + publish_coverage: '**/*coverage*.xml' |
| 1280 | utopic-amd64: |
| 1281 | node_label: pbuilder |
| 1282 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 1283 | - publish_coverage: '**/coverage.xml' |
| 1284 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 1285 | + publish_coverage: '**/*coverage*.xml' |
| 1286 | utopic-i386: |
| 1287 | node_label: pbuilder |
| 1288 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 1289 | - publish_coverage: '**/coverage.xml' |
| 1290 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 1291 | + publish_coverage: '**/*coverage*.xml' |
| 1292 | parallel_jobs: 2 |
| 1293 | hooks: H05set_package_version B09googletests D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov A10checklicenseheaders C09copy_results |
| 1294 | local_archive_pocket: utopic |
| 1295 | |
| 1296 | === modified file 'stacks/utopic/platform.cfg' |
| 1297 | --- stacks/utopic/platform.cfg 2015-03-13 20:56:46 +0000 |
| 1298 | +++ stacks/utopic/platform.cfg 2015-07-28 19:50:59 +0000 |
| 1299 | @@ -21,19 +21,19 @@ |
| 1300 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1301 | archive_artifacts: '**/results/*.xml' |
| 1302 | publish_junit: '**/results/*test*.xml' |
| 1303 | - publish_coverage: '**/results/coverage.xml' |
| 1304 | + publish_coverage: '**/results/*coverage*.xml' |
| 1305 | dbus-cpp: |
| 1306 | autolanding_template: False |
| 1307 | contact_email: thomas.voss@canonical.com |
| 1308 | publish_junit: '**/results/*test*.xml' |
| 1309 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1310 | - publish_coverage: '**/results/coverage.xml' |
| 1311 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1312 | + publish_coverage: '**/results/*coverage*.xml' |
| 1313 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1314 | dee: |
| 1315 | autolanding_template: False |
| 1316 | hooks: H05set_package_version B09copy_results H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 1317 | archive_artifacts: '**/results/**' |
| 1318 | - publish_coverage: '**/results/coverage.xml' |
| 1319 | + publish_coverage: '**/results/*coverage*.xml' |
| 1320 | configurations: |
| 1321 | utopic-armhf: |
| 1322 | hooks: H05set_package_version B09copy_results C09copy_results |
| 1323 | @@ -41,8 +41,8 @@ |
| 1324 | platform-api: |
| 1325 | autolanding_template: False |
| 1326 | publish_junit: '**/results/*test*.xml' |
| 1327 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1328 | - publish_coverage: '**/results/coverage.xml' |
| 1329 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1330 | + publish_coverage: '**/results/*coverage*.xml' |
| 1331 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1332 | configurations: |
| 1333 | utopic-armhf: |
| 1334 | |
| 1335 | === modified file 'stacks/utopic/qa.cfg' |
| 1336 | --- stacks/utopic/qa.cfg 2015-03-13 20:56:46 +0000 |
| 1337 | +++ stacks/utopic/qa.cfg 2015-07-28 19:50:59 +0000 |
| 1338 | @@ -70,8 +70,8 @@ |
| 1339 | autolanding_template: False |
| 1340 | contact_email: thomi.richards@canonical.com |
| 1341 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1342 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1343 | - publish_coverage: '**/results/coverage.xml' |
| 1344 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1345 | + publish_coverage: '**/results/*coverage*.xml' |
| 1346 | publish_junit: '**/results/*test*.xml' |
| 1347 | autolanding: |
| 1348 | ppa_target: ppa:autopilot/1.4 |
| 1349 | @@ -79,14 +79,14 @@ |
| 1350 | libqtdbusmock: |
| 1351 | autolanding_template: False |
| 1352 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1353 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1354 | - publish_coverage: '**/results/coverage.xml' |
| 1355 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1356 | + publish_coverage: '**/results/*coverage*.xml' |
| 1357 | publish_junit: '**/results/*test*xml' |
| 1358 | libqtdbustest: |
| 1359 | autolanding_template: False |
| 1360 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1361 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1362 | - publish_coverage: '**/results/coverage.xml' |
| 1363 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1364 | + publish_coverage: '**/results/*coverage*.xml' |
| 1365 | publish_junit: '**/results/*test*xml' |
| 1366 | ubuntu-autopilot-tests: |
| 1367 | target_branch: lp:ubuntu-autopilot-tests/ubuntu-integration-tests |
| 1368 | |
| 1369 | === modified file 'stacks/utopic/sdk.cfg' |
| 1370 | --- stacks/utopic/sdk.cfg 2015-03-13 20:56:46 +0000 |
| 1371 | +++ stacks/utopic/sdk.cfg 2015-07-28 19:50:59 +0000 |
| 1372 | @@ -47,7 +47,7 @@ |
| 1373 | autolanding_template: False |
| 1374 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov |
| 1375 | archive_artifacts: '**/results/*' |
| 1376 | - publish_coverage: '**/results/coverage.xml' |
| 1377 | + publish_coverage: '**/results/*coverage*.xml' |
| 1378 | configurations: |
| 1379 | utopic-armhf: |
| 1380 | node_label: calxeda-pbuilder |
| 1381 | @@ -57,13 +57,13 @@ |
| 1382 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B10pep8 B10pyflakes |
| 1383 | test_suite: ubuntuuitoolkit |
| 1384 | test_packages: ubuntu-ui-toolkit-theme qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-doc ubuntu-ui-toolkit-examples ubuntu-ui-toolkit-autopilot |
| 1385 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1386 | - publish_coverage: '**/results/coverage.xml' |
| 1387 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1388 | + publish_coverage: '**/results/*coverage*.xml' |
| 1389 | publish_junit: '**/results/*test*.xml' |
| 1390 | standard_jobs: generic-mediumtests-utopic generic-deb-autopilot-utopic-touch |
| 1391 | configurations: |
| 1392 | utopic-armhf: |
| 1393 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 1394 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 1395 | aggregate_tests: generic-mediumtests-utopic utopic-amd64 |
| 1396 | autolanding: |
| 1397 | distributions: precise,trusty,utopic |
| 1398 | @@ -71,15 +71,15 @@ |
| 1399 | unity-action-api: |
| 1400 | autolanding_template: False |
| 1401 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov |
| 1402 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1403 | - publish_coverage: '**/results/coverage.xml' |
| 1404 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1405 | + publish_coverage: '**/results/*coverage*.xml' |
| 1406 | publish_junit: '**/results/*test*.xml' |
| 1407 | autolanding: |
| 1408 | distributions: trusty,utopic |
| 1409 | ppa_target: ppa:ubuntu-sdk-team/ppa |
| 1410 | configurations: |
| 1411 | utopic-armhf: |
| 1412 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 1413 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 1414 | dee-qt: |
| 1415 | contact_email: allan.lesage@canonical.com |
| 1416 | autolanding_template: False |
| 1417 | |
| 1418 | === modified file 'stacks/utopic/services.cfg' |
| 1419 | --- stacks/utopic/services.cfg 2015-03-13 20:56:46 +0000 |
| 1420 | +++ stacks/utopic/services.cfg 2015-07-28 19:50:59 +0000 |
| 1421 | @@ -27,8 +27,8 @@ |
| 1422 | autolanding_template: False |
| 1423 | contact_email: thomas.voss@canonical.com |
| 1424 | publish_junit: '**/results/*test*.xml' |
| 1425 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1426 | - publish_coverage: '**/results/coverage.xml' |
| 1427 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1428 | + publish_coverage: '**/results/*coverage*.xml' |
| 1429 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1430 | media-hub: |
| 1431 | autolanding_template: False |
| 1432 | @@ -52,4 +52,4 @@ |
| 1433 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1434 | archive_artifacts: '**/results/*.xml' |
| 1435 | publish_junit: '**/results/*test*.xml' |
| 1436 | - publish_coverage: '**/results/coverage.xml' |
| 1437 | + publish_coverage: '**/results/*coverage*.xml' |
| 1438 | |
| 1439 | === modified file 'stacks/utopic/settings.cfg' |
| 1440 | --- stacks/utopic/settings.cfg 2015-03-13 20:56:46 +0000 |
| 1441 | +++ stacks/utopic/settings.cfg 2015-07-28 19:50:59 +0000 |
| 1442 | @@ -28,7 +28,7 @@ |
| 1443 | test_packages: libsystemsettings-dev ubuntu-system-settings-autopilot libsystemsettings1 ubuntu-system-settings |
| 1444 | aggregate_tests: generic-mediumtests-utopic |
| 1445 | archive_artifacts: '**/*.xml' |
| 1446 | - publish_coverage: '**/results/coverage.xml' |
| 1447 | + publish_coverage: '**/results/*coverage*.xml' |
| 1448 | publish_junit: '**/*test*.xml' |
| 1449 | ubuntu-system-settings-online-accounts: |
| 1450 | autolanding_template: False |
| 1451 | @@ -36,8 +36,8 @@ |
| 1452 | test_suite: online_accounts_ui |
| 1453 | test_packages: ubuntu-system-settings-online-accounts libonline-accounts-client1 libonline-accounts-client-dev qtdeclarative5-online-accounts-client0.1 ubuntu-system-settings-online-accounts-autopilot |
| 1454 | standard_jobs: generic-deb-autopilot-utopic-touch |
| 1455 | - archive_artifacts: '**/coverage.xml' |
| 1456 | - publish_coverage: '**/coverage.xml' |
| 1457 | + archive_artifacts: '**/*coverage*.xml' |
| 1458 | + publish_coverage: '**/*coverage*.xml' |
| 1459 | configurations: |
| 1460 | utopic-armhf: False |
| 1461 | gsettings-qt: |
| 1462 | |
| 1463 | === modified file 'stacks/utopic/unity.cfg' |
| 1464 | --- stacks/utopic/unity.cfg 2015-03-13 20:56:46 +0000 |
| 1465 | +++ stacks/utopic/unity.cfg 2015-07-28 19:50:59 +0000 |
| 1466 | @@ -23,7 +23,7 @@ |
| 1467 | autolanding_template: False |
| 1468 | build_timeout: 240 |
| 1469 | archive_artifacts: '**/results/**' |
| 1470 | - publish_coverage: '**/results/coverage.xml' |
| 1471 | + publish_coverage: '**/results/*coverage*.xml' |
| 1472 | publish_junit: '**/results/*test*xml' |
| 1473 | autolanding: |
| 1474 | hooks: H05set_package_version B09googletests_cmake H15enable_testing D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 1475 | @@ -43,7 +43,7 @@ |
| 1476 | autolanding_template: False |
| 1477 | hooks: H05set_package_version B09googletests B09copy_results H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 1478 | archive_artifacts: '**/results/**' |
| 1479 | - publish_coverage: '**/results/coverage.xml' |
| 1480 | + publish_coverage: '**/results/*coverage*.xml' |
| 1481 | publish_junit: '**/results/*test*xml' |
| 1482 | configurations: |
| 1483 | utopic-armhf: |
| 1484 | @@ -53,7 +53,7 @@ |
| 1485 | build_timeout: 240 |
| 1486 | hooks: H05set_package_version D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests B09copy_results C09copy_results |
| 1487 | archive_artifacts: '**/results/**' |
| 1488 | - publish_coverage: '**/results/coverage.xml' |
| 1489 | + publish_coverage: '**/results/*coverage*.xml' |
| 1490 | publish_junit: '**/results/*test*xml' |
| 1491 | configurations: |
| 1492 | utopic-armhf: |
| 1493 | @@ -70,7 +70,7 @@ |
| 1494 | hooks: H05set_package_version B09copy_results C09copy_results |
| 1495 | archive_artifacts: False |
| 1496 | archive_artifacts: '**/results/**' |
| 1497 | - publish_coverage: '**/results/coverage.xml' |
| 1498 | + publish_coverage: '**/results/*coverage*.xml' |
| 1499 | unity-lens-files: |
| 1500 | autolanding_template: False |
| 1501 | unity-lens-friends: |
| 1502 | @@ -83,7 +83,7 @@ |
| 1503 | hooks: H05set_package_version B09copy_results C09copy_results |
| 1504 | archive_artifacts: False |
| 1505 | archive_artifacts: '**/results/**' |
| 1506 | - publish_coverage: '**/results/coverage.xml' |
| 1507 | + publish_coverage: '**/results/*coverage*.xml' |
| 1508 | unity-lens-photos: |
| 1509 | autolanding_template: False |
| 1510 | unity-lens-video: |
| 1511 | @@ -94,7 +94,7 @@ |
| 1512 | hooks: H05set_package_version B09copy_results C09copy_results |
| 1513 | archive_artifacts: False |
| 1514 | archive_artifacts: '**/results/**' |
| 1515 | - publish_coverage: '**/results/coverage.xml' |
| 1516 | + publish_coverage: '**/results/*coverage*.xml' |
| 1517 | unity-scope-audacious: |
| 1518 | autolanding_template: False |
| 1519 | unity-scope-chromiumbookmarks: |
| 1520 | @@ -121,7 +121,7 @@ |
| 1521 | autolanding_template: False |
| 1522 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 1523 | archive_artifacts: '**/results/**' |
| 1524 | - publish_coverage: '**/results/coverage.xml' |
| 1525 | + publish_coverage: '**/results/*coverage*.xml' |
| 1526 | unity-scope-launchpad: |
| 1527 | autolanding_template: False |
| 1528 | unity-scope-manpages: |
| 1529 | |
| 1530 | === modified file 'stacks/utopic/webapp.cfg' |
| 1531 | --- stacks/utopic/webapp.cfg 2015-03-13 20:56:46 +0000 |
| 1532 | +++ stacks/utopic/webapp.cfg 2015-07-28 19:50:59 +0000 |
| 1533 | @@ -97,13 +97,13 @@ |
| 1534 | libunity-webapps: |
| 1535 | autolanding_template: False |
| 1536 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 1537 | - archive_artifacts: '**/coverage.xml' |
| 1538 | - publish_coverage: '**/coverage.xml' |
| 1539 | + archive_artifacts: '**/*coverage*.xml' |
| 1540 | + publish_coverage: '**/*coverage*.xml' |
| 1541 | unity-chromium-extension: |
| 1542 | autolanding_template: False |
| 1543 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 1544 | archive_artifacts: '**/*.xml' |
| 1545 | - publish_coverage: '**/coverage.xml' |
| 1546 | + publish_coverage: '**/*coverage*.xml' |
| 1547 | unity-firefox-extension: |
| 1548 | autolanding_template: False |
| 1549 | hooks: H05set_package_version |
| 1550 | |
| 1551 | === modified file 'stacks/utopic/webcred.cfg' |
| 1552 | --- stacks/utopic/webcred.cfg 2015-03-13 20:56:46 +0000 |
| 1553 | +++ stacks/utopic/webcred.cfg 2015-07-28 19:50:59 +0000 |
| 1554 | @@ -29,11 +29,11 @@ |
| 1555 | gnome-control-center-signon: |
| 1556 | autolanding_template: False |
| 1557 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 1558 | - archive_artifacts: '**/coverage.xml' |
| 1559 | - publish_coverage: '**/coverage.xml' |
| 1560 | + archive_artifacts: '**/*coverage*.xml' |
| 1561 | + publish_coverage: '**/*coverage*.xml' |
| 1562 | configurations: |
| 1563 | utopic-armhf: |
| 1564 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1565 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1566 | libaccounts-glib: |
| 1567 | autolanding_template: False |
| 1568 | hook_source: lp:~canonical-ci-engineering/pbuilderjenkins/copy-logs-hooks |
| 1569 | @@ -42,11 +42,11 @@ |
| 1570 | libaccounts-qt: |
| 1571 | autolanding_template: False |
| 1572 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 1573 | - archive_artifacts: '**/coverage.xml' |
| 1574 | - publish_coverage: '**/coverage.xml' |
| 1575 | + archive_artifacts: '**/*coverage*.xml' |
| 1576 | + publish_coverage: '**/*coverage*.xml' |
| 1577 | configurations: |
| 1578 | utopic-armhf: |
| 1579 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1580 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1581 | libsignon-glib: |
| 1582 | autolanding_template: False |
| 1583 | signon: |
| 1584 | @@ -54,35 +54,35 @@ |
| 1585 | signon-apparmor-extension: |
| 1586 | autolanding_template: False |
| 1587 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 1588 | - archive_artifacts: '**/coverage.xml' |
| 1589 | - publish_coverage: '**/coverage.xml' |
| 1590 | + archive_artifacts: '**/*coverage*.xml' |
| 1591 | + publish_coverage: '**/*coverage*.xml' |
| 1592 | configurations: |
| 1593 | utopic-armhf: |
| 1594 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1595 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1596 | signon-keyring-extension: |
| 1597 | autolanding_template: False |
| 1598 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 1599 | - archive_artifacts: '**/coverage.xml' |
| 1600 | - publish_coverage: '**/coverage.xml' |
| 1601 | + archive_artifacts: '**/*coverage*.xml' |
| 1602 | + publish_coverage: '**/*coverage*.xml' |
| 1603 | configurations: |
| 1604 | utopic-armhf: |
| 1605 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1606 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1607 | signon-plugin-oauth2: |
| 1608 | autolanding_template: False |
| 1609 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage H40native_hack.py D10install_lcov C09copy_results |
| 1610 | - archive_artifacts: '**/coverage.xml' |
| 1611 | - publish_coverage: '**/coverage.xml' |
| 1612 | + archive_artifacts: '**/*coverage*.xml' |
| 1613 | + publish_coverage: '**/*coverage*.xml' |
| 1614 | configurations: |
| 1615 | utopic-armhf: |
| 1616 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1617 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1618 | signon-ui: |
| 1619 | autolanding_template: False |
| 1620 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov B09qmakecoverage C09copy_results |
| 1621 | - archive_artifacts: '**/coverage.xml' |
| 1622 | - publish_coverage: '**/coverage.xml' |
| 1623 | + archive_artifacts: '**/*coverage*.xml' |
| 1624 | + publish_coverage: '**/*coverage*.xml' |
| 1625 | configurations: |
| 1626 | utopic-armhf: |
| 1627 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 1628 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 1629 | ubuntuone-client-data: |
| 1630 | autolanding_template: False |
| 1631 | ubuntuone-credentials: |
| 1632 | |
| 1633 | === modified file 'stacks/vivid/apps.cfg' |
| 1634 | --- stacks/vivid/apps.cfg 2015-05-15 02:25:57 +0000 |
| 1635 | +++ stacks/vivid/apps.cfg 2015-07-28 19:50:59 +0000 |
| 1636 | @@ -31,21 +31,21 @@ |
| 1637 | node_label: pbuilder |
| 1638 | archive_artifacts: '**/*.xml' |
| 1639 | publish_junit: False |
| 1640 | - publish_coverage: '**/coverage.xml' |
| 1641 | + publish_coverage: '**/*coverage*.xml' |
| 1642 | vivid-amd64: |
| 1643 | node_label: pbuilder |
| 1644 | archive_artifacts: '**/*.xml' |
| 1645 | publish_junit: False |
| 1646 | - publish_coverage: '**/coverage.xml' |
| 1647 | + publish_coverage: '**/*coverage*.xml' |
| 1648 | vivid-armhf: |
| 1649 | node_label: calxeda-pbuilder |
| 1650 | archive_artifacts: '**/output/*.deb, **/*.xml' |
| 1651 | publish_junit: False |
| 1652 | - publish_coverage: '**/coverage.xml' |
| 1653 | + publish_coverage: '**/*coverage*.xml' |
| 1654 | test_suite: gallery_app |
| 1655 | aggregate_tests: vivid-amd64 |
| 1656 | archive_artifacts: '**/*.xml' |
| 1657 | - publish_coverage: '**/coverage.xml' |
| 1658 | + publish_coverage: '**/*coverage*.xml' |
| 1659 | hooks: H05set_package_version A10checklicenseheaders D10install_lcov H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1660 | notes-app: |
| 1661 | autolanding_template: False |
| 1662 | |
| 1663 | === modified file 'stacks/vivid/click-package.cfg' |
| 1664 | --- stacks/vivid/click-package.cfg 2015-05-15 18:24:20 +0000 |
| 1665 | +++ stacks/vivid/click-package.cfg 2015-07-28 19:50:59 +0000 |
| 1666 | @@ -25,7 +25,7 @@ |
| 1667 | autolanding_template: False |
| 1668 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov H10enable_coverage B10gcovr_run B09copy_results C09copy_results |
| 1669 | archive_artifacts: '**/results/**' |
| 1670 | - publish_coverage: '**/results/coverage.xml' |
| 1671 | + publish_coverage: '**/results/*coverage*.xml' |
| 1672 | clickmanager-plugin: |
| 1673 | autolanding_template: False |
| 1674 | ubuntu-purchase-service: |
| 1675 | |
| 1676 | === modified file 'stacks/vivid/hud.cfg' |
| 1677 | --- stacks/vivid/hud.cfg 2015-05-14 22:13:31 +0000 |
| 1678 | +++ stacks/vivid/hud.cfg 2015-07-28 19:50:59 +0000 |
| 1679 | @@ -19,8 +19,8 @@ |
| 1680 | hud: |
| 1681 | autolanding_template: False |
| 1682 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1683 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **results/**' |
| 1684 | - publish_coverage: '**/results/coverage.xml' |
| 1685 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **results/**' |
| 1686 | + publish_coverage: '**/results/*coverage*.xml' |
| 1687 | publish_junit: '**/results/test*.xml' |
| 1688 | target_branch: lp:hud/15.04 |
| 1689 | to_transition: |
| 1690 | @@ -28,4 +28,4 @@ |
| 1691 | autolanding_template: False |
| 1692 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 1693 | archive_artifacts: '**/results/**' |
| 1694 | - publish_coverage: '**/results/coverage.xml' |
| 1695 | + publish_coverage: '**/results/*coverage*.xml' |
| 1696 | |
| 1697 | === modified file 'stacks/vivid/indicators.cfg' |
| 1698 | --- stacks/vivid/indicators.cfg 2015-05-15 02:03:50 +0000 |
| 1699 | +++ stacks/vivid/indicators.cfg 2015-07-28 19:50:59 +0000 |
| 1700 | @@ -22,13 +22,13 @@ |
| 1701 | autolanding_template: False |
| 1702 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1703 | archive_artifacts: '**/results/**' |
| 1704 | - publish_coverage: '**/results/coverage.xml' |
| 1705 | + publish_coverage: '**/results/*coverage*.xml' |
| 1706 | target_branch: lp:indicator-application/15.04 |
| 1707 | indicator-appmenu: |
| 1708 | autolanding_template: False |
| 1709 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1710 | archive_artifacts: '**/results/**' |
| 1711 | - publish_coverage: '**/results/coverage.xml' |
| 1712 | + publish_coverage: '**/results/*coverage*.xml' |
| 1713 | target_branch: lp:indicator-appmenu/15.04 |
| 1714 | indicator-bluetooth: |
| 1715 | autolanding_template: False |
| 1716 | @@ -37,13 +37,13 @@ |
| 1717 | autolanding_template: False |
| 1718 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1719 | archive_artifacts: '**/results/**' |
| 1720 | - publish_coverage: '**/results/coverage.xml' |
| 1721 | + publish_coverage: '**/results/*coverage*.xml' |
| 1722 | target_branch: lp:indicator-datetime/15.04 |
| 1723 | indicator-display: |
| 1724 | autolanding_template: False |
| 1725 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1726 | archive_artifacts: '**/results/**' |
| 1727 | - publish_coverage: '**/results/coverage.xml' |
| 1728 | + publish_coverage: '**/results/*coverage*.xml' |
| 1729 | target_branch: lp:indicator-display/15.04 |
| 1730 | indicator-keyboard: |
| 1731 | autolanding_template: False |
| 1732 | @@ -55,19 +55,19 @@ |
| 1733 | autolanding_template: False |
| 1734 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1735 | archive_artifacts: '**/results/**' |
| 1736 | - publish_coverage: '**/results/coverage.xml' |
| 1737 | + publish_coverage: '**/results/*coverage*.xml' |
| 1738 | target_branch: lp:indicator-messages/15.04 |
| 1739 | indicator-network: |
| 1740 | autolanding_template: False |
| 1741 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1742 | archive_artifacts: '**/results/**' |
| 1743 | - publish_coverage: '**/results/coverage.xml' |
| 1744 | + publish_coverage: '**/results/*coverage*.xml' |
| 1745 | target_branch: lp:indicator-network/15.04 |
| 1746 | indicator-power: |
| 1747 | autolanding_template: False |
| 1748 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1749 | archive_artifacts: '**/results/**' |
| 1750 | - publish_coverage: '**/results/coverage.xml' |
| 1751 | + publish_coverage: '**/results/*coverage*.xml' |
| 1752 | publish_junit: '**/results/*test*xml' |
| 1753 | target_branch: lp:indicator-power/15.04 |
| 1754 | indicator-printers: |
| 1755 | @@ -77,7 +77,7 @@ |
| 1756 | autolanding_template: False |
| 1757 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1758 | archive_artifacts: '**/results/**' |
| 1759 | - publish_coverage: '**/results/coverage.xml' |
| 1760 | + publish_coverage: '**/results/*coverage*.xml' |
| 1761 | publish_junit: '**/results/*test*xml' |
| 1762 | target_branch: lp:indicator-session/15.04 |
| 1763 | indicator-sound: |
| 1764 | @@ -87,27 +87,27 @@ |
| 1765 | autolanding_template: False |
| 1766 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1767 | archive_artifacts: '**/results/**' |
| 1768 | - publish_coverage: '**/results/coverage.xml' |
| 1769 | + publish_coverage: '**/results/*coverage*.xml' |
| 1770 | publish_junit: '**/results/*test*xml' |
| 1771 | target_branch: lp:indicator-sync/15.04 |
| 1772 | indicator-transfer: |
| 1773 | autolanding_template: False |
| 1774 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1775 | archive_artifacts: '**/results/**' |
| 1776 | - publish_coverage: '**/results/coverage.xml' |
| 1777 | + publish_coverage: '**/results/*coverage*.xml' |
| 1778 | publish_junit: '**/results/*test*xml' |
| 1779 | target_branch: lp:indicator-transfer/15.04 |
| 1780 | libappindicator: |
| 1781 | autolanding_template: False |
| 1782 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1783 | archive_artifacts: '**/results/**' |
| 1784 | - publish_coverage: '**/results/coverage.xml' |
| 1785 | + publish_coverage: '**/results/*coverage*.xml' |
| 1786 | target_branch: lp:libappindicator/15.04 |
| 1787 | libdbusmenu: |
| 1788 | autolanding_template: False |
| 1789 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_logs C09copy_logs C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1790 | archive_artifacts: '**/results/**' |
| 1791 | - publish_coverage: '**/results/coverage.xml' |
| 1792 | + publish_coverage: '**/results/*coverage*.xml' |
| 1793 | target_branch: lp:libdbusmenu/15.04 |
| 1794 | libdbusmenu-qt: |
| 1795 | autolanding_template: False |
| 1796 | @@ -116,19 +116,19 @@ |
| 1797 | autolanding_template: False |
| 1798 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1799 | archive_artifacts: '**/results/**' |
| 1800 | - publish_coverage: '**/results/coverage.xml' |
| 1801 | + publish_coverage: '**/results/*coverage*.xml' |
| 1802 | target_branch: lp:libindicator/15.04 |
| 1803 | libusermetrics: |
| 1804 | autolanding_template: False |
| 1805 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1806 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1807 | - publish_coverage: '**/results/coverage.xml' |
| 1808 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1809 | + publish_coverage: '**/results/*coverage*.xml' |
| 1810 | publish_junit: '**/results/*test*xml' |
| 1811 | pay-service: |
| 1812 | autolanding_template: False |
| 1813 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1814 | archive_artifacts: '**/results/**' |
| 1815 | - publish_coverage: '**/results/coverage.xml' |
| 1816 | + publish_coverage: '**/results/*coverage*.xml' |
| 1817 | target_branch: lp:pay-service/15.04 |
| 1818 | ubuntu-geoip: |
| 1819 | autolanding_template: False |
| 1820 | @@ -137,13 +137,13 @@ |
| 1821 | autolanding_template: False |
| 1822 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1823 | archive_artifacts: '**/results/**' |
| 1824 | - publish_coverage: '**/results/coverage.xml' |
| 1825 | + publish_coverage: '**/results/*coverage*.xml' |
| 1826 | target_branch: lp:usnoozed/15.04 |
| 1827 | ido: |
| 1828 | autolanding_template: False |
| 1829 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1830 | archive_artifacts: '**/results/**' |
| 1831 | - publish_coverage: '**/results/coverage.xml' |
| 1832 | + publish_coverage: '**/results/*coverage*.xml' |
| 1833 | target_branch: lp:ido/15.04 |
| 1834 | to_transition: |
| 1835 | appmenu-qt5: |
| 1836 | @@ -152,7 +152,7 @@ |
| 1837 | autolanding_template: False |
| 1838 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B09copy_results D10install_gtester2xunit C09copy_results |
| 1839 | archive_artifacts: '**/results/**' |
| 1840 | - publish_coverage: '**/results/coverage.xml' |
| 1841 | + publish_coverage: '**/results/*coverage*.xml' |
| 1842 | publish_junit: '**/results/*test*xml' |
| 1843 | indicator-applet: |
| 1844 | autolanding_template: False |
| 1845 | @@ -160,8 +160,8 @@ |
| 1846 | # This project is "DEAD" |
| 1847 | autolanding_template: False |
| 1848 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1849 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1850 | - publish_coverage: '**/results/coverage.xml' |
| 1851 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1852 | + publish_coverage: '**/results/*coverage*.xml' |
| 1853 | publish_junit: '**/results/*test*xml' |
| 1854 | qmenumodel: |
| 1855 | autolanding_template: False |
| 1856 | |
| 1857 | === modified file 'stacks/vivid/media.cfg' |
| 1858 | --- stacks/vivid/media.cfg 2015-05-15 02:25:57 +0000 |
| 1859 | +++ stacks/vivid/media.cfg 2015-07-28 19:50:59 +0000 |
| 1860 | @@ -49,8 +49,8 @@ |
| 1861 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1862 | configurations: |
| 1863 | vivid-armhf: |
| 1864 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 1865 | - publish_coverage: '**/coverage.xml' |
| 1866 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 1867 | + publish_coverage: '**/*coverage*.xml' |
| 1868 | qtubuntu-media-signals: |
| 1869 | autolanding_template: False |
| 1870 | qtvideo-node: |
| 1871 | @@ -58,8 +58,8 @@ |
| 1872 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1873 | configurations: |
| 1874 | vivid-armhf: |
| 1875 | - archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/coverage.xml' |
| 1876 | - publish_coverage: '**/results/coverage.xml' |
| 1877 | + archive_artifacts: '**/output/*deb, **/results/*test*.xml, **/results/*coverage*.xml' |
| 1878 | + publish_coverage: '**/results/*coverage*.xml' |
| 1879 | to_transition: |
| 1880 | mediascanner: |
| 1881 | autolanding_template: False |
| 1882 | |
| 1883 | === modified file 'stacks/vivid/mir.cfg' |
| 1884 | --- stacks/vivid/mir.cfg 2015-05-14 21:47:14 +0000 |
| 1885 | +++ stacks/vivid/mir.cfg 2015-07-28 19:50:59 +0000 |
| 1886 | @@ -25,7 +25,7 @@ |
| 1887 | contact_email: thomi.richards@canonical.com francis.ginther@canonical.com |
| 1888 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H15enable_testing D10install_valgrind B09copy_results C09copy_results |
| 1889 | archive_artifacts: '**/*xml, **/output/*deb' |
| 1890 | - publish_coverage: '**/results/coverage.xml' |
| 1891 | + publish_coverage: '**/results/*coverage*.xml' |
| 1892 | publish_junit: '**/results/*test*.xml' |
| 1893 | build_timeout: 240 |
| 1894 | parallel_jobs: 2 |
| 1895 | |
| 1896 | === modified file 'stacks/vivid/misc.cfg' |
| 1897 | --- stacks/vivid/misc.cfg 2015-05-15 02:03:50 +0000 |
| 1898 | +++ stacks/vivid/misc.cfg 2015-07-28 19:50:59 +0000 |
| 1899 | @@ -18,7 +18,7 @@ |
| 1900 | autolanding_template: False |
| 1901 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1902 | archive_artifacts: '**/results/**' |
| 1903 | - publish_coverage: '**/results/coverage.xml' |
| 1904 | + publish_coverage: '**/results/*coverage*.xml' |
| 1905 | target_branch: lp:ubuntu-app-launch/15.04 |
| 1906 | phablet-tools: |
| 1907 | autolanding_template: False |
| 1908 | @@ -27,7 +27,7 @@ |
| 1909 | autolanding_template: False |
| 1910 | contact_email: omer.akram@canonical.com |
| 1911 | archive_artifacts: '**/results/**' |
| 1912 | - publish_coverage: '**/results/coverage.xml' |
| 1913 | + publish_coverage: '**/results/*coverage*.xml' |
| 1914 | configurations: |
| 1915 | vivid-armhf: |
| 1916 | archive_artifacts: '**/output/*deb' |
| 1917 | @@ -37,7 +37,7 @@ |
| 1918 | autolanding_template: False |
| 1919 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov C09copy_results H40disable_gensymbols_check D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1920 | archive_artifacts: '**/results/**' |
| 1921 | - publish_coverage: '**/results/coverage.xml' |
| 1922 | + publish_coverage: '**/results/*coverage*.xml' |
| 1923 | target_branch: lp:url-dispatcher/15.04 |
| 1924 | to_transition: |
| 1925 | android-audiosystem: |
| 1926 | |
| 1927 | === modified file 'stacks/vivid/phone.cfg' |
| 1928 | --- stacks/vivid/phone.cfg 2015-05-20 19:16:23 +0000 |
| 1929 | +++ stacks/vivid/phone.cfg 2015-07-28 19:50:59 +0000 |
| 1930 | @@ -6,16 +6,16 @@ |
| 1931 | configurations: |
| 1932 | vivid-armhf: |
| 1933 | node_label: calxeda-pbuilder |
| 1934 | - archive_artifacts: '**/output/*deb, **/*test*.xml, **/coverage.xml' |
| 1935 | - publish_coverage: '**/coverage.xml' |
| 1936 | + archive_artifacts: '**/output/*deb, **/*test*.xml, **/*coverage*.xml' |
| 1937 | + publish_coverage: '**/*coverage*.xml' |
| 1938 | vivid-amd64: |
| 1939 | node_label: pbuilder |
| 1940 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 1941 | - publish_coverage: '**/coverage.xml' |
| 1942 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 1943 | + publish_coverage: '**/*coverage*.xml' |
| 1944 | vivid-i386: |
| 1945 | node_label: pbuilder |
| 1946 | - archive_artifacts: '**/*test*.xml, **/coverage.xml' |
| 1947 | - publish_coverage: '**/coverage.xml' |
| 1948 | + archive_artifacts: '**/*test*.xml, **/*coverage*.xml' |
| 1949 | + publish_coverage: '**/*coverage*.xml' |
| 1950 | parallel_jobs: 2 |
| 1951 | hooks: H05set_package_version B09googletests D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov A10checklicenseheaders C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1952 | local_archive_pocket: vivid |
| 1953 | |
| 1954 | === modified file 'stacks/vivid/platform.cfg' |
| 1955 | --- stacks/vivid/platform.cfg 2015-05-15 02:03:50 +0000 |
| 1956 | +++ stacks/vivid/platform.cfg 2015-07-28 19:50:59 +0000 |
| 1957 | @@ -20,14 +20,14 @@ |
| 1958 | autolanding_template: False |
| 1959 | contact_email: thomas.voss@canonical.com |
| 1960 | publish_junit: '**/results/*test*.xml' |
| 1961 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1962 | - publish_coverage: '**/results/coverage.xml' |
| 1963 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1964 | + publish_coverage: '**/results/*coverage*.xml' |
| 1965 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1966 | platform-api: |
| 1967 | autolanding_template: False |
| 1968 | publish_junit: '**/results/*test*.xml' |
| 1969 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 1970 | - publish_coverage: '**/results/coverage.xml' |
| 1971 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 1972 | + publish_coverage: '**/results/*coverage*.xml' |
| 1973 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1974 | configurations: |
| 1975 | vivid-armhf: |
| 1976 | @@ -46,12 +46,12 @@ |
| 1977 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 1978 | archive_artifacts: '**/results/*.xml' |
| 1979 | publish_junit: '**/results/*test*.xml' |
| 1980 | - publish_coverage: '**/results/coverage.xml' |
| 1981 | + publish_coverage: '**/results/*coverage*.xml' |
| 1982 | dee: |
| 1983 | autolanding_template: False |
| 1984 | hooks: H05set_package_version B09copy_results H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 1985 | archive_artifacts: '**/results/**' |
| 1986 | - publish_coverage: '**/results/coverage.xml' |
| 1987 | + publish_coverage: '**/results/*coverage*.xml' |
| 1988 | configurations: |
| 1989 | vivid-armhf: |
| 1990 | hooks: H05set_package_version B09copy_results C09copy_results |
| 1991 | |
| 1992 | === modified file 'stacks/vivid/qa.cfg' |
| 1993 | --- stacks/vivid/qa.cfg 2015-05-15 02:25:57 +0000 |
| 1994 | +++ stacks/vivid/qa.cfg 2015-07-28 19:50:59 +0000 |
| 1995 | @@ -33,7 +33,7 @@ |
| 1996 | vivid-i386: |
| 1997 | hooks: H05set_package_version B09copy_results H11python_enable_coverage D10install_python3-coverage A10install_coverage_py_config D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 1998 | archive_artifacts: '**/*xml, **/output/*deb' |
| 1999 | - publish_coverage: '**/results/coverage.xml' |
| 2000 | + publish_coverage: '**/results/*coverage*.xml' |
| 2001 | autopilot-gtk: |
| 2002 | autolanding_template: False |
| 2003 | target_branch: lp:autopilot-gtk/overlay |
| 2004 | @@ -63,8 +63,8 @@ |
| 2005 | target_branch: lp:xpathselect/overlay |
| 2006 | contact_email: thomi.richards@canonical.com |
| 2007 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 2008 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2009 | - publish_coverage: '**/results/coverage.xml' |
| 2010 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2011 | + publish_coverage: '**/results/*coverage*.xml' |
| 2012 | publish_junit: '**/results/*test*.xml' |
| 2013 | autolanding: |
| 2014 | ppa_target: ppa:autopilot/1.4 |
| 2015 | @@ -95,14 +95,14 @@ |
| 2016 | libqtdbusmock: |
| 2017 | autolanding_template: False |
| 2018 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 2019 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2020 | - publish_coverage: '**/results/coverage.xml' |
| 2021 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2022 | + publish_coverage: '**/results/*coverage*.xml' |
| 2023 | publish_junit: '**/results/*test*xml' |
| 2024 | libqtdbustest: |
| 2025 | autolanding_template: False |
| 2026 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 2027 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2028 | - publish_coverage: '**/results/coverage.xml' |
| 2029 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2030 | + publish_coverage: '**/results/*coverage*.xml' |
| 2031 | publish_junit: '**/results/*test*xml' |
| 2032 | ubuntu-autopilot-tests: |
| 2033 | target_branch: lp:ubuntu-autopilot-tests/ubuntu-integration-tests |
| 2034 | |
| 2035 | === modified file 'stacks/vivid/sdk.cfg' |
| 2036 | --- stacks/vivid/sdk.cfg 2015-07-13 22:19:05 +0000 |
| 2037 | +++ stacks/vivid/sdk.cfg 2015-07-28 19:50:59 +0000 |
| 2038 | @@ -39,12 +39,12 @@ |
| 2039 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov B10pep8 B10pyflakes D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 2040 | test_suite: ubuntuuitoolkit |
| 2041 | test_packages: ubuntu-ui-toolkit-theme qtdeclarative5-ubuntu-ui-toolkit-plugin ubuntu-ui-toolkit-doc ubuntu-ui-toolkit-examples ubuntu-ui-toolkit-autopilot |
| 2042 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2043 | - publish_coverage: '**/results/coverage.xml' |
| 2044 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2045 | + publish_coverage: '**/results/*coverage*.xml' |
| 2046 | publish_junit: '**/results/*test*.xml' |
| 2047 | configurations: |
| 2048 | vivid-armhf: |
| 2049 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 2050 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 2051 | aggregate_tests: vivid-amd64 |
| 2052 | autolanding: |
| 2053 | distributions: precise,trusty,utopic,vivid |
| 2054 | @@ -61,7 +61,7 @@ |
| 2055 | autolanding_template: False |
| 2056 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 2057 | archive_artifacts: '**/results/*' |
| 2058 | - publish_coverage: '**/results/coverage.xml' |
| 2059 | + publish_coverage: '**/results/*coverage*.xml' |
| 2060 | configurations: |
| 2061 | vivid-armhf: |
| 2062 | node_label: calxeda-pbuilder |
| 2063 | @@ -79,15 +79,15 @@ |
| 2064 | unity-action-api: |
| 2065 | autolanding_template: False |
| 2066 | hooks: H05set_package_version A10checklicenseheaders C09copy_results B09copy_results D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage D10install_lcov |
| 2067 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2068 | - publish_coverage: '**/results/coverage.xml' |
| 2069 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2070 | + publish_coverage: '**/results/*coverage*.xml' |
| 2071 | publish_junit: '**/results/*test*.xml' |
| 2072 | autolanding: |
| 2073 | distributions: trusty,utopic,vivid |
| 2074 | ppa_target: ppa:ubuntu-sdk-team/ppa |
| 2075 | configurations: |
| 2076 | vivid-armhf: |
| 2077 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml, **/output/*deb' |
| 2078 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml, **/output/*deb' |
| 2079 | dee-qt: |
| 2080 | contact_email: allan.lesage@canonical.com |
| 2081 | autolanding_template: False |
| 2082 | |
| 2083 | === modified file 'stacks/vivid/services.cfg' |
| 2084 | --- stacks/vivid/services.cfg 2015-07-15 21:06:03 +0000 |
| 2085 | +++ stacks/vivid/services.cfg 2015-07-28 19:50:59 +0000 |
| 2086 | @@ -33,8 +33,8 @@ |
| 2087 | autolanding_template: False |
| 2088 | contact_email: thomas.voss@canonical.com |
| 2089 | publish_junit: '**/results/*test*.xml' |
| 2090 | - archive_artifacts: '**/results/*test*.xml, **/results/coverage.xml' |
| 2091 | - publish_coverage: '**/results/coverage.xml' |
| 2092 | + archive_artifacts: '**/results/*test*.xml, **/results/*coverage*.xml' |
| 2093 | + publish_coverage: '**/results/*coverage*.xml' |
| 2094 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results D09add_ppa~ci-train-ppa-service~stable-phone-overlay |
| 2095 | mtp: |
| 2096 | autolanding_template: False |
| 2097 | @@ -45,7 +45,7 @@ |
| 2098 | autolanding_template: False |
| 2099 | hooks: H05set_package_version D09add_ppa~ci-train-ppa-service~stable-phone-overlay H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_lcov D10install_gcovr B10gcovr_run C09copy_results |
| 2100 | archive_artifacts: '**/results/**' |
| 2101 | - publish_coverage: '**/results/coverage.xml' |
| 2102 | + publish_coverage: '**/results/*coverage*.xml' |
| 2103 | target_branch: lp:thumbnailer/vivid |
| 2104 | trust-store: |
| 2105 | autolanding_template: False |
| 2106 | @@ -65,4 +65,4 @@ |
| 2107 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests C09copy_results |
| 2108 | archive_artifacts: '**/results/*.xml' |
| 2109 | publish_junit: '**/results/*test*.xml' |
| 2110 | - publish_coverage: '**/results/coverage.xml' |
| 2111 | + publish_coverage: '**/results/*coverage*.xml' |
| 2112 | |
| 2113 | === modified file 'stacks/vivid/settings.cfg' |
| 2114 | --- stacks/vivid/settings.cfg 2015-06-08 20:32:46 +0000 |
| 2115 | +++ stacks/vivid/settings.cfg 2015-07-28 19:50:59 +0000 |
| 2116 | @@ -24,7 +24,7 @@ |
| 2117 | test_suite: ubuntu_system_settings |
| 2118 | test_packages: libsystemsettings-dev ubuntu-system-settings-autopilot libsystemsettings1 ubuntu-system-settings |
| 2119 | archive_artifacts: '**/*.xml' |
| 2120 | - publish_coverage: '**/results/coverage.xml' |
| 2121 | + publish_coverage: '**/results/*coverage*.xml' |
| 2122 | to_transition: |
| 2123 | ubuntu-system-settings-online-accounts: |
| 2124 | autolanding_template: False |
| 2125 | @@ -32,8 +32,8 @@ |
| 2126 | test_suite: online_accounts_ui |
| 2127 | test_packages: ubuntu-system-settings-online-accounts libonline-accounts-client1 libonline-accounts-client-dev qtdeclarative5-online-accounts-client0.1 ubuntu-system-settings-online-accounts-autopilot |
| 2128 | standard_jobs: generic-deb-autopilot-vivid-touch |
| 2129 | - archive_artifacts: '**/coverage.xml' |
| 2130 | - publish_coverage: '**/coverage.xml' |
| 2131 | + archive_artifacts: '**/*coverage*.xml' |
| 2132 | + publish_coverage: '**/*coverage*.xml' |
| 2133 | configurations: |
| 2134 | vivid-armhf: False |
| 2135 | gsettings-qt: |
| 2136 | |
| 2137 | === modified file 'stacks/vivid/unity.cfg' |
| 2138 | --- stacks/vivid/unity.cfg 2015-05-21 13:15:47 +0000 |
| 2139 | +++ stacks/vivid/unity.cfg 2015-07-28 19:50:59 +0000 |
| 2140 | @@ -23,7 +23,7 @@ |
| 2141 | autolanding_template: False |
| 2142 | build_timeout: 240 |
| 2143 | archive_artifacts: '**/results/**' |
| 2144 | - publish_coverage: '**/results/coverage.xml' |
| 2145 | + publish_coverage: '**/results/*coverage*.xml' |
| 2146 | publish_junit: '**/results/*test*xml' |
| 2147 | autolanding: |
| 2148 | hooks: H05set_package_version B09googletests_cmake H15enable_testing D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 2149 | @@ -43,7 +43,7 @@ |
| 2150 | autolanding_template: False |
| 2151 | hooks: H05set_package_version B09googletests B09copy_results H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 2152 | archive_artifacts: '**/results/**' |
| 2153 | - publish_coverage: '**/results/coverage.xml' |
| 2154 | + publish_coverage: '**/results/*coverage*.xml' |
| 2155 | publish_junit: '**/results/*test*xml' |
| 2156 | configurations: |
| 2157 | vivid-armhf: |
| 2158 | @@ -53,7 +53,7 @@ |
| 2159 | build_timeout: 240 |
| 2160 | hooks: H05set_package_version D10install_google_test H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run B09googletests B09copy_results C09copy_results |
| 2161 | archive_artifacts: '**/results/**' |
| 2162 | - publish_coverage: '**/results/coverage.xml' |
| 2163 | + publish_coverage: '**/results/*coverage*.xml' |
| 2164 | publish_junit: '**/results/*test*xml' |
| 2165 | configurations: |
| 2166 | vivid-amd64: |
| 2167 | @@ -74,7 +74,7 @@ |
| 2168 | hooks: H05set_package_version B09copy_results C09copy_results |
| 2169 | archive_artifacts: False |
| 2170 | archive_artifacts: '**/results/**' |
| 2171 | - publish_coverage: '**/results/coverage.xml' |
| 2172 | + publish_coverage: '**/results/*coverage*.xml' |
| 2173 | unity-lens-files: |
| 2174 | autolanding_template: False |
| 2175 | unity-lens-friends: |
| 2176 | @@ -87,7 +87,7 @@ |
| 2177 | hooks: H05set_package_version B09copy_results C09copy_results |
| 2178 | archive_artifacts: False |
| 2179 | archive_artifacts: '**/results/**' |
| 2180 | - publish_coverage: '**/results/coverage.xml' |
| 2181 | + publish_coverage: '**/results/*coverage*.xml' |
| 2182 | unity-lens-photos: |
| 2183 | autolanding_template: False |
| 2184 | unity-lens-video: |
| 2185 | @@ -98,7 +98,7 @@ |
| 2186 | hooks: H05set_package_version B09copy_results C09copy_results |
| 2187 | archive_artifacts: False |
| 2188 | archive_artifacts: '**/results/**' |
| 2189 | - publish_coverage: '**/results/coverage.xml' |
| 2190 | + publish_coverage: '**/results/*coverage*.xml' |
| 2191 | unity-scope-audacious: |
| 2192 | autolanding_template: False |
| 2193 | unity-scope-chromiumbookmarks: |
| 2194 | @@ -125,7 +125,7 @@ |
| 2195 | autolanding_template: False |
| 2196 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov C09copy_results |
| 2197 | archive_artifacts: '**/results/**' |
| 2198 | - publish_coverage: '**/results/coverage.xml' |
| 2199 | + publish_coverage: '**/results/*coverage*.xml' |
| 2200 | unity-scope-launchpad: |
| 2201 | autolanding_template: False |
| 2202 | unity-scope-manpages: |
| 2203 | |
| 2204 | === modified file 'stacks/vivid/webapp.cfg' |
| 2205 | --- stacks/vivid/webapp.cfg 2015-05-14 22:16:59 +0000 |
| 2206 | +++ stacks/vivid/webapp.cfg 2015-07-28 19:50:59 +0000 |
| 2207 | @@ -97,13 +97,13 @@ |
| 2208 | libunity-webapps: |
| 2209 | autolanding_template: False |
| 2210 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 2211 | - archive_artifacts: '**/coverage.xml' |
| 2212 | - publish_coverage: '**/coverage.xml' |
| 2213 | + archive_artifacts: '**/*coverage*.xml' |
| 2214 | + publish_coverage: '**/*coverage*.xml' |
| 2215 | unity-chromium-extension: |
| 2216 | autolanding_template: False |
| 2217 | hooks: H05set_package_version D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run D10install_lcov H10enable_coverage C09copy_results |
| 2218 | archive_artifacts: '**/*.xml' |
| 2219 | - publish_coverage: '**/coverage.xml' |
| 2220 | + publish_coverage: '**/*coverage*.xml' |
| 2221 | unity-firefox-extension: |
| 2222 | autolanding_template: False |
| 2223 | hooks: H05set_package_version |
| 2224 | |
| 2225 | === modified file 'stacks/vivid/webcred.cfg' |
| 2226 | --- stacks/vivid/webcred.cfg 2015-05-15 18:24:56 +0000 |
| 2227 | +++ stacks/vivid/webcred.cfg 2015-07-28 19:50:59 +0000 |
| 2228 | @@ -35,11 +35,11 @@ |
| 2229 | gnome-control-center-signon: |
| 2230 | autolanding_template: False |
| 2231 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 2232 | - archive_artifacts: '**/coverage.xml' |
| 2233 | - publish_coverage: '**/coverage.xml' |
| 2234 | + archive_artifacts: '**/*coverage*.xml' |
| 2235 | + publish_coverage: '**/*coverage*.xml' |
| 2236 | configurations: |
| 2237 | vivid-armhf: |
| 2238 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2239 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2240 | libaccounts-glib: |
| 2241 | autolanding_template: False |
| 2242 | hook_source: lp:~canonical-ci-engineering/pbuilderjenkins/copy-logs-hooks |
| 2243 | @@ -48,11 +48,11 @@ |
| 2244 | libaccounts-qt: |
| 2245 | autolanding_template: False |
| 2246 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 2247 | - archive_artifacts: '**/coverage.xml' |
| 2248 | - publish_coverage: '**/coverage.xml' |
| 2249 | + archive_artifacts: '**/*coverage*.xml' |
| 2250 | + publish_coverage: '**/*coverage*.xml' |
| 2251 | configurations: |
| 2252 | vivid-armhf: |
| 2253 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2254 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2255 | libsignon-glib: |
| 2256 | autolanding_template: False |
| 2257 | signon: |
| 2258 | @@ -60,35 +60,35 @@ |
| 2259 | signon-apparmor-extension: |
| 2260 | autolanding_template: False |
| 2261 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 2262 | - archive_artifacts: '**/coverage.xml' |
| 2263 | - publish_coverage: '**/coverage.xml' |
| 2264 | + archive_artifacts: '**/*coverage*.xml' |
| 2265 | + publish_coverage: '**/*coverage*.xml' |
| 2266 | configurations: |
| 2267 | vivid-armhf: |
| 2268 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2269 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2270 | signon-keyring-extension: |
| 2271 | autolanding_template: False |
| 2272 | hooks: H05set_package_version H10enable_coverage D10install_lcov B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run C09copy_results |
| 2273 | - archive_artifacts: '**/coverage.xml' |
| 2274 | - publish_coverage: '**/coverage.xml' |
| 2275 | + archive_artifacts: '**/*coverage*.xml' |
| 2276 | + publish_coverage: '**/*coverage*.xml' |
| 2277 | configurations: |
| 2278 | vivid-armhf: |
| 2279 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2280 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2281 | signon-plugin-oauth2: |
| 2282 | autolanding_template: False |
| 2283 | hooks: H05set_package_version B09qmakecoverage D09add_ppa~gcovr-team~ppa D10install_gcovr B10gcovr_run H10enable_coverage H40native_hack.py D10install_lcov C09copy_results |
| 2284 | - archive_artifacts: '**/coverage.xml' |
| 2285 | - publish_coverage: '**/coverage.xml' |
| 2286 | + archive_artifacts: '**/*coverage*.xml' |
| 2287 | + publish_coverage: '**/*coverage*.xml' |
| 2288 | configurations: |
| 2289 | vivid-armhf: |
| 2290 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2291 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2292 | signon-ui: |
| 2293 | autolanding_template: False |
| 2294 | hooks: H05set_package_version H10enable_coverage D09add_ppa~gcovr-team~ppa D10install_gcovr D10install_lcov B09qmakecoverage C09copy_results |
| 2295 | - archive_artifacts: '**/coverage.xml' |
| 2296 | - publish_coverage: '**/coverage.xml' |
| 2297 | + archive_artifacts: '**/*coverage*.xml' |
| 2298 | + publish_coverage: '**/*coverage*.xml' |
| 2299 | configurations: |
| 2300 | vivid-armhf: |
| 2301 | - archive_artifacts: '**/output/*deb, **/coverage.xml' |
| 2302 | + archive_artifacts: '**/output/*deb, **/*coverage*.xml' |
| 2303 | ubuntuone-client-data: |
| 2304 | autolanding_template: False |
| 2305 | uoa-integration-tests: |

PASSED: Continuous integration, rev:1295 jenkins. qa.ubuntu. com/job/ cupstream2distr o-config- ci/860/ jenkins. qa.ubuntu. com/job/ cupstream2distr o-config- vivid-amd64- ci/95 jenkins. qa.ubuntu. com/job/ cupstream2distr o-config- vivid-i386- ci/95
http://
Executed test runs:
SUCCESS: http://
SUCCESS: http://
Click here to trigger a rebuild: s-jenkins. ubuntu- ci:8080/ job/cupstream2d istro-config- ci/860/ rebuild
http://