Merge lp:~robru/cupstream2distro-config/webbrowser-app into lp:cupstream2distro-config

Proposed by Robert Bruce Park
Status: Merged
Approved by: Francis Ginther
Approved revision: 158
Merged at revision: 161
Proposed branch: lp:~robru/cupstream2distro-config/webbrowser-app
Merge into: lp:cupstream2distro-config
Diff against target: 107 lines (+47/-9)
4 files modified
stacks/head/apps.cfg (+43/-3)
stacks/head/qa.cfg (+1/-1)
stacks/head/sdk.cfg (+1/-1)
stacks/phablet/apps.cfg (+2/-4)
To merge this branch: bzr merge lp:~robru/cupstream2distro-config/webbrowser-app
Reviewer Review Type Date Requested Status
Francis Ginther Approve
PS Jenkins bot continuous-integration Approve
Robert Bruce Park (community) Approve
Didier Roche-Tolomelli Approve
Review via email: mp+157917@code.launchpad.net

Commit message

Enable daily release for webbrowser-app.

Description of the change

Enable daily release for webbrowser-app.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

+1 for the daily release part from me

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:157
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~robru/cupstream2distro-config/webbrowser-app/+merge/157917/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/cupstream2distro-config-ci/79/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/cupstream2distro-config-raring-amd64-ci/79

Click here to trigger a rebuild:
http://s-jenkins:8080/job/cupstream2distro-config-ci/79/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Robert,

Please add the following 'ci_default' section to head/apps.cfg so that it matches phablet/apps.cfg (add it before the 'projects' section begins):

  ci_default:
    contact_email: "<email address hidden> <email address hidden>"
    use_description_for_commit: True
    configurations:
      quantal-i386:
        node_label: pbuilder
        template: pbuilder-config.xml.tmpl
        publish_junit: False
        archive_artifacts: False
      quantal-armhf:
        node_label: panda-pbuilder
        template: pbuilder-config.xml.tmpl
        archive_artifacts: '**/output/*deb'
        publish_junit: False
      raring-i386:
        node_label: pbuilder
        template: pbuilder-config.xml.tmpl
        publish_junit: False
        archive_artifacts: False
      raring-armhf:
        node_label: panda-pbuilder
        template: pbuilder-config.xml.tmpl
        archive_artifacts: '**/output/*deb'
        publish_junit: False
      generic-mediumtests:
        template: False
    autolanding:
      landing_job: phablet-land
    aggregate_tests: generic-mediumtests
    archive_artifacts: test_results.xml
    publish_junit: test_results.xml
    hooks: D09add_ppa-phablet-team-ppa D08add_ppa-qt5-proper A10checklicenseheaders D09add_ppa-ubuntu-sdk-team-ppa

review: Needs Fixing
158. By Robert Bruce Park

ci_default as per fginther.

Revision history for this message
Robert Bruce Park (robru) wrote :

Ok, added the ci_default clause, let me know if I made any copy&paste errors (like indent level or something).

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Thanks for the update. Approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'stacks/head/apps.cfg'
2--- stacks/head/apps.cfg 2013-03-28 17:06:24 +0000
3+++ stacks/head/apps.cfg 2013-04-09 20:17:19 +0000
4@@ -3,10 +3,50 @@
5 series: raring
6 ppa: ubuntu-unity/daily-build-next
7 dest: ubuntu-unity/next
8- extracheck: False # Set to True to enable additional check step
9- #schedule: 0 5 * * 1-5
10+ extracheck: ps-generic-autopilot-release-testing
11+ schedule: 0 5 * * 1-5
12 dependencies:
13- - platform
14+ - qa
15+ - sdk
16+ - hud
17+ test_parameters:
18+ packages: webbrowser-app
19+ testpackages: webbrowser-app-autopilot
20+ tests: webbrowser_app
21+ ci_default:
22+ contact_email: "michael.zanetti@canonical.com martin.mrazik@canonical.com"
23+ use_description_for_commit: True
24+ configurations:
25+ quantal-i386:
26+ node_label: pbuilder
27+ template: pbuilder-config.xml.tmpl
28+ publish_junit: False
29+ archive_artifacts: False
30+ quantal-armhf:
31+ node_label: panda-pbuilder
32+ template: pbuilder-config.xml.tmpl
33+ archive_artifacts: '**/output/*deb'
34+ publish_junit: False
35+ raring-i386:
36+ node_label: pbuilder
37+ template: pbuilder-config.xml.tmpl
38+ publish_junit: False
39+ archive_artifacts: False
40+ raring-armhf:
41+ node_label: panda-pbuilder
42+ template: pbuilder-config.xml.tmpl
43+ archive_artifacts: '**/output/*deb'
44+ publish_junit: False
45+ generic-mediumtests:
46+ template: False
47+ autolanding:
48+ landing_job: phablet-land
49+ aggregate_tests: generic-mediumtests
50+ archive_artifacts: test_results.xml
51+ publish_junit: test_results.xml
52+ hooks: D09add_ppa-phablet-team-ppa D08add_ppa-qt5-proper A10checklicenseheaders D09add_ppa-ubuntu-sdk-team-ppa
53 projects:
54+ webbrowser-app:
55+ test_suite: webbrowser_app
56 to_transition:
57 gallery-app:
58
59=== modified file 'stacks/head/qa.cfg'
60--- stacks/head/qa.cfg 2013-04-02 07:51:08 +0000
61+++ stacks/head/qa.cfg 2013-04-09 20:17:19 +0000
62@@ -4,7 +4,7 @@
63 ppa: ubuntu-unity/daily-build-next
64 dest: ubuntu-unity/next
65 extracheck: False # Set to True to enable additional check step
66- #schedule: 0 0 * * 1-5
67+ schedule: 0 0 * * 1-5
68 ci_default:
69 configurations:
70 raring-amd64:
71
72=== modified file 'stacks/head/sdk.cfg'
73--- stacks/head/sdk.cfg 2013-04-04 17:03:58 +0000
74+++ stacks/head/sdk.cfg 2013-04-09 20:17:19 +0000
75@@ -4,7 +4,7 @@
76 ppa: ubuntu-unity/daily-build-next
77 dest: ubuntu-unity/next
78 extracheck: False # Set to True to enable additional check step
79- #schedule: 0 4 * * 1-5
80+ schedule: 0 4 * * 1-5
81 dependencies:
82 - qa
83 - platform
84
85=== modified file 'stacks/phablet/apps.cfg'
86--- stacks/phablet/apps.cfg 2013-03-20 15:18:15 +0000
87+++ stacks/phablet/apps.cfg 2013-04-09 20:17:19 +0000
88@@ -36,8 +36,6 @@
89 publish_junit: test_results.xml
90 hooks: D09add_ppa-phablet-team-ppa D08add_ppa-qt5-proper A10checklicenseheaders D09add_ppa-ubuntu-sdk-team-ppa
91 projects:
92- webbrowser-app:
93- test_suite: webbrowser_app
94 gallery-app:
95 test_suite: gallery_app
96 phone-app:
97@@ -64,8 +62,8 @@
98 test_suite: share_app
99 hooks: D08add_ppa-qt5-proper D09add_ppa-private-ps-quality-team-staging D09add_ppa-online-accounts-qt5-staging D09add_ppa-super-friends-ppa D09add_ppa-phablet-team-ppa A10checklicenseheaders
100 mediaplayer-app:
101- test_suite: mediaplayer_app
102+ test_suite: mediaplayer_app
103 camera-app:
104 test_suite: camera_app
105 notes-app:
106- test_suite: notes_app
107+ test_suite: notes_app

Subscribers

People subscribed via source and target branches

to all changes: