Merge lp:~nskaggs/ubuntu-test-cases/touch-reminders into lp:ubuntu-test-cases/touch

Proposed by Nicholas Skaggs
Status: Merged
Merged at revision: 270
Proposed branch: lp:~nskaggs/ubuntu-test-cases/touch-reminders
Merge into: lp:ubuntu-test-cases/touch
Diff against target: 11 lines (+1/-0)
1 file modified
jenkins/testconfig.py (+1/-0)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-test-cases/touch-reminders
Reviewer Review Type Date Requested Status
Paul Larson Approve
Review via email: mp+229998@code.launchpad.net

Commit message

Add reminders to CI dashboard via specifying depends

Description of the change

Add reminders to CI dashboard via specifying depends

To post a comment you must log in.
Revision history for this message
Paul Larson (pwlars) wrote :

Almost there, see inline comment. With the change mentioned there, I see 16 passes, 0 failures! \o/

Also, I don't suspect this is something you can help, but I noticed this when it tries to clean up at the end of the run:
+ adb-shell sudo apt-get autoremove --purge -y python3-dbus python3-dbusmock python3-fixtures python3-oauthlib python3-requests-oauthlib account-plugin-evernote-sandbox dbus-x11
Reading package lists... Done
Building dependency tree .. 50%
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
python3-aptdaemon.pkcompat : Depends: python3-aptdaemon (= 1.1.1+bzr973-1ubuntu4) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
ADB_RC=100

review: Needs Fixing
271. By Nicholas Skaggs

fix reminders naming

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

@plars, thanks, I tweaked the name.

I assume the held packages issue you get trying to remove things is ok because you are reflashing between runs right?

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Installing these packages one at a time on the device doesn't encounter the error. Installing them as a group however does.

????

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I thinned the list of depends to try and fix the apt issues.

272. By Nicholas Skaggs

remove packages installed by default (trying to solve apt issues)

Revision history for this message
Paul Larson (pwlars) wrote :

+1, seems to work now

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'jenkins/testconfig.py'
2--- jenkins/testconfig.py 2014-08-07 14:51:08 +0000
3+++ jenkins/testconfig.py 2014-08-07 22:19:21 +0000
4@@ -59,6 +59,7 @@
5 APTest('messaging-app-autopilot', pkgs=['messaging-app-autopilot']),
6 APTest('address-book-app-autopilot', pkgs=['address-book-app-autopilot']),
7 APTest('calendar-app-autopilot', pkgs=['address-book-service-dummy']),
8+ APTest('reminders-autopilot', pkgs=['python3-dbusmock', 'python3-requests-oauthlib', 'account-plugin-evernote-sandbox']),
9 APTest('music-app-autopilot'),
10 APTest('dropping-letters-app-autopilot'),
11 APTest('sudoku-app-autopilot'),

Subscribers

People subscribed via source and target branches