Merge lp:~bzoltan/ubuntu-ui-toolkit/ifeq_is_better_than_ifneq into lp:ubuntu-ui-toolkit/staging

Proposed by Zoltan Balogh
Status: Merged
Approved by: Zsombor Egri
Approved revision: 1994
Merged at revision: 1991
Proposed branch: lp:~bzoltan/ubuntu-ui-toolkit/ifeq_is_better_than_ifneq
Merge into: lp:ubuntu-ui-toolkit/staging
Diff against target: 37 lines (+5/-0)
3 files modified
debian/control (+1/-0)
debian/control.gles (+1/-0)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~bzoltan/ubuntu-ui-toolkit/ifeq_is_better_than_ifneq
Reviewer Review Type Date Requested Status
ubuntu-sdk-build-bot continuous-integration Approve
Zsombor Egri Approve
Review via email: mp+296391@code.launchpad.net

Commit message

Skip unit tests only on Yakketi

Description of the change

Skip unit tests only on Yakketi

To post a comment you must log in.
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zoltan Balogh (bzoltan) wrote :

The build environment does not have lsb_release ->

make: lsb_release: Command not found

Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zsombor Egri (zsombi) wrote :

I still cannot see unit tests ran on arm64 builds.

review: Needs Fixing
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Zsombor Egri (zsombi) wrote :

seems they run now

review: Approve
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
ubuntu-sdk-build-bot (ubuntu-sdk-build-bot) wrote :
review: Approve (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-05-27 06:36:11 +0000
3+++ debian/control 2016-06-03 06:23:24 +0000
4@@ -28,6 +28,7 @@
5 libxkbcommon-dev,
6 libxrender-dev,
7 locales,
8+ lsb-release,
9 pep8,
10 python3-debian,
11 python3-sphinx,
12
13=== modified file 'debian/control.gles'
14--- debian/control.gles 2016-05-02 09:45:47 +0000
15+++ debian/control.gles 2016-06-03 06:23:24 +0000
16@@ -32,6 +32,7 @@
17 libxkbcommon-dev,
18 libxrender-dev,
19 locales,
20+ lsb-release,
21 pep8,
22 python-autopilot (>= 1.4),
23 python3-sphinx,
24
25=== modified file 'debian/rules'
26--- debian/rules 2016-05-22 19:28:39 +0000
27+++ debian/rules 2016-06-03 06:23:24 +0000
28@@ -22,6 +22,9 @@
29 dh $@ --parallel
30
31 override_dh_auto_test:
32+ echo TRACE_TEST
33+ echo $(DEB_HOST_SERIES)
34+ echo $(testskip_series)
35 ifneq ($(DEB_HOST_SERIES),$(findstring $(DEB_HOST_SERIES), $(testskip_series)))
36 ifneq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(testskip_architectures)))
37 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))

Subscribers

People subscribed via source and target branches