Merge lp:~osomon/webbrowser-app/revert-workaround-1585942 into lp:webbrowser-app

Proposed by Olivier Tilloy
Status: Merged
Approved by: Olivier Tilloy
Approved revision: 1514
Merged at revision: 1522
Proposed branch: lp:~osomon/webbrowser-app/revert-workaround-1585942
Merge into: lp:webbrowser-app
Diff against target: 36 lines (+0/-9)
2 files modified
debian/control (+0/-1)
debian/rules (+0/-8)
To merge this branch: bzr merge lp:~osomon/webbrowser-app/revert-workaround-1585942
Reviewer Review Type Date Requested Status
system-apps-ci-bot continuous-integration Needs Fixing
Ubuntu Phablet Team Pending
Review via email: mp+302259@code.launchpad.net

Commit message

Revert the workaround for bug #1585942 now that the bug has been properly fixed.

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:1514
https://jenkins.canonical.com/system-apps/job/lp-webbrowser-app-ci/593/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/1148/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1148
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=vivid+overlay/1035
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=xenial+overlay/1035
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=yakkety/1035
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1024/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1024/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=yakkety/1024/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1024/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1024/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1024/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1024/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1024/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1024
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1024/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-webbrowser-app-ci/593/rebuild

review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2016-07-11 15:19:23 +0000
3+++ debian/control 2016-08-08 08:58:57 +0000
4@@ -9,7 +9,6 @@
5 debhelper (>= 9),
6 dh-apparmor,
7 dh-translations,
8- dpkg-dev,
9 libapparmor-dev,
10 libevdev-dev,
11 liboxideqt-qmlplugin (>= 1.15),
12
13=== modified file 'debian/rules'
14--- debian/rules 2016-07-11 15:19:23 +0000
15+++ debian/rules 2016-08-08 08:58:57 +0000
16@@ -6,10 +6,6 @@
17
18 export DPKG_GENSYMBOLS_CHECK_LEVEL=4
19
20-DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
21-# Temporarily skip tests on arm64 to unblock package build without oxide.
22-testskip_architectures := arm64
23-
24 BUILDHOME=/tmp/home
25
26 %:
27@@ -45,10 +41,6 @@
28 rm -rf $(BUILDHOME)
29
30 override_dh_auto_test:
31-ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures)))
32 mkdir -p $(BUILDHOME)
33 HOME=$(BUILDHOME) dh_auto_test
34-else
35- echo "Temporarily skipping tests on $(DEB_HOST_ARCH)."
36-endif
37

Subscribers

People subscribed via source and target branches

to status/vote changes: