Merge lp:~phablet-team/telephony-service/disable-arm64-unittests into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Approved
Approved by: Renato Araujo Oliveira Filho
Approved revision: 1222
Proposed branch: lp:~phablet-team/telephony-service/disable-arm64-unittests
Merge into: lp:telephony-service
Prerequisite: lp:~phablet-team/telephony-service/protocols-through-dbus
Diff against target: 22 lines (+3/-0)
1 file modified
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~phablet-team/telephony-service/disable-arm64-unittests
Reviewer Review Type Date Requested Status
Renato Araujo Oliveira Filho (community) Approve
system-apps-ci-bot continuous-integration Approve
Review via email: mp+312758@code.launchpad.net

Commit message

Skip units tests on arm64.

Description of the change

Skip units tests on arm64.

To post a comment you must log in.
1222. By Tiago Salem Herrmann

remove debug

Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

PASSED: Continuous integration, rev:1222
https://jenkins.canonical.com/system-apps/job/lp-telephony-service-ci/95/
Executed test runs:
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build/2151
    SUCCESS: https://jenkins.canonical.com/system-apps/job/test-0-autopkgtest/label=phone-armhf,release=vivid+overlay,testname=default/553
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/2154
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=zesty/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=zesty/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1982/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1982
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=zesty/1982/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-telephony-service-ci/95/rebuild

review: Approve (continuous-integration)
Revision history for this message
Renato Araujo Oliveira Filho (renatofilho) wrote :

looks good to me.

review: Approve

Unmerged revisions

1222. By Tiago Salem Herrmann

remove debug

1221. By Tiago Salem Herrmann

skip units tests on arm64

1220. By Tiago Salem Herrmann

merge parent branch

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/rules'
2--- debian/rules 2016-09-01 19:18:02 +0000
3+++ debian/rules 2016-12-08 00:35:23 +0000
4@@ -9,6 +9,7 @@
5 # Skip qml tests on the archs they are known to be flaky with current configuration
6 # Ref.: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1585942
7 qmltestskip_architectures := arm64 powerpc s390x
8+unittestskip_architectures := arm64
9
10 override_dh_install:
11 dh_install --fail-missing
12@@ -30,8 +31,10 @@
13
14 override_dh_auto_test:
15 ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE))
16+ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(unittestskip_architectures)))
17 QT_QPA_PLATFORM=minimal CTEST_OUTPUT_ON_FAILURE=1 dh_auto_test
18 endif
19+endif
20
21 override_dh_translations:
22 # Override dh_translations to work around http://pad.lv/1183262.

Subscribers

People subscribed via source and target branches

to all changes: