Merge ~xnox/autopkgtest-cloud:master into autopkgtest-cloud:master

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 61e7ac8fa8e9c7a55c0012dca3051e6d53a8b7b7
Proposed branch: ~xnox/autopkgtest-cloud:master
Merge into: autopkgtest-cloud:master
Diff against target: 172 lines (+13/-14)
12 files modified
worker-config-production/worker-bos01-arm64.conf (+1/-1)
worker-config-production/worker-bos01-ppc64el.conf (+1/-1)
worker-config-production/worker-bos01-s390x.conf (+1/-1)
worker-config-production/worker-bos01.conf (+1/-1)
worker-config-production/worker-bos02-arm64.conf (+1/-1)
worker-config-production/worker-bos02-ppc64el.conf (+1/-1)
worker-config-production/worker-bos02-s390x.conf (+1/-1)
worker-config-production/worker-canonistack.conf (+1/-1)
worker-config-production/worker-lxd.conf (+1/-1)
worker-config-production/worker.conf (+1/-1)
worker/worker (+2/-3)
worker/worker.conf (+1/-1)
Reviewer Review Type Date Requested Status
Iain Lane Approve
Andy Whitcroft Pending
Review via email: mp+368258@code.launchpad.net

Commit message

Add all kernel flavours to big_packages.

LP: https://bugs.launchpad.net/auto-package-testing/+bug/1831446

Description of the change

Add all kernel flavours to big_packages.

LP: https://bugs.launchpad.net/auto-package-testing/+bug/1831446

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

Thanks for this. Seems like a real problem, but it feels like updating this static list will very easily get forgotten.

What about making the entries into globs?

review: Needs Fixing
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

@laney

A simple .startswith('linux-*') would result in roughly half the packages being false positives. If we don't care about those ending up as big_packages (and i think most of them don't have autopkgtests) we could merge just a check for 'linux-*'.

The below is the list of unaffected source packages, that start with 'linux-*'

Package: linux-atm
Package: linux-base
Package: linux-ftpd
Package: linux-ftpd-ssl
Package: linux-igd
Package: linux-meta
Package: linux-meta-aws
Package: linux-meta-aws-edge
Package: linux-meta-azure
Package: linux-meta-azure-edge
Package: linux-meta-gcp
Package: linux-meta-gcp-edge
Package: linux-meta-gke-4.15
Package: linux-meta-hwe
Package: linux-meta-hwe-edge
Package: linux-meta-kvm
Package: linux-meta-oem
Package: linux-meta-oem-osp1
Package: linux-meta-oracle
Package: linux-meta-raspi2
Package: linux-meta-snapdragon
Package: linux-minidisc
Package: linux-show-player
Package: linux-signed
Package: linux-signed-azure
Package: linux-signed-azure-edge
Package: linux-signed-gcp
Package: linux-signed-gcp-edge
Package: linux-signed-gke-4.15
Package: linux-signed-hwe
Package: linux-signed-hwe-edge
Package: linux-signed-oem
Package: linux-signed-oem-osp1
Package: linux-signed-oracle
Package: linux-user-chroot
Package: linux-wlan-ng

Revision history for this message
Iain Lane (laney) wrote :

That seems a better option to me. If it started to be a problem we could think again then.

I wouldn't merge "just" a check for "linux-*" (literally). It should be something like (untested):

big_pkg = [ fnmatch.fnmatchcase(pkgname, bigpkg) for bigpkg in glob.glob(cfg.get('autopkgtest', 'big_packages').strip().split() ] is not None

or something more efficient maybe, to stop at the first match.

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

hmmm. let me test all that.

Revision history for this message
Iain Lane (laney) wrote :

thanks

...dunno what that 'glob.glob' randomly in the middle there is about...

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

i was staring at the glob.glob until my brain timed out.

"i was like, do i miss the bit of where packages are unpacked on disk or stamp files created..."

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

Ok, added pattern matching support, and then added 'linux-*' as a big package pattern.

Revision history for this message
Iain Lane (laney) wrote :

thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/worker-config-production/worker-bos01-arm64.conf b/worker-config-production/worker-bos01-arm64.conf
2index cecd4bf..6f449d6 100644
3--- a/worker-config-production/worker-bos01-arm64.conf
4+++ b/worker-config-production/worker-bos01-arm64.conf
5@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
6 architectures = arm64
7 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
8 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
9-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts lintian cl-ironclad
10+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts lintian cl-ironclad
11 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base automake-1.16 salt
12 blacklist = bionic/arm64/stress-ng bionic/arm64/upstart bionic/arm64/libnih bionic/arm64/r-cran-vioplot cosmic/arm64/stress-ng cosmic/arm64/upstart cosmic/arm64/libnih cosmic/arm64/r-cran-vioplot disco/arm64/stress-ng disco/arm64/upstart disco/arm64/libnih disco/arm64/r-cran-vioplot bionic/arm64/openjdk-lts cosmic/arm64/openjdk-lts disco/arm64/openjdk-lts
13
14diff --git a/worker-config-production/worker-bos01-ppc64el.conf b/worker-config-production/worker-bos01-ppc64el.conf
15index 546d25c..60bb893 100644
16--- a/worker-config-production/worker-bos01-ppc64el.conf
17+++ b/worker-config-production/worker-bos01-ppc64el.conf
18@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
19 architectures = ppc64el
20 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
21 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
22-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
23+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
24 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base
25 blacklist = bionic/ppc64el/stress-ng bionic/ppc64el/upstart bionic/ppc64el/libnih bionic/ppc64el/r-cran-vioplot cosmic/ppc64el/stress-ng cosmic/ppc64el/upstart cosmic/ppc64el/libnih cosmic/ppc64el/r-cran-vioplot disco/ppc64el/stress-ng disco/ppc64el/upstart disco/ppc64el/libnih disco/ppc64el/r-cran-vioplot bionic/ppc64el/openjdk-lts cosmic/ppc64el/openjdk-lts disco/ppc64el/openjdk-lts
26
27diff --git a/worker-config-production/worker-bos01-s390x.conf b/worker-config-production/worker-bos01-s390x.conf
28index 37137a9..2060b42 100644
29--- a/worker-config-production/worker-bos01-s390x.conf
30+++ b/worker-config-production/worker-bos01-s390x.conf
31@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
32 architectures = s390x
33 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
34 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
35-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
36+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
37 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base
38 blacklist = bionic/s390x/stress-ng bionic/s390x/upstart bionic/s390x/libnih bionic/s390x/r-cran-vioplot cosmic/s390x/stress-ng cosmic/s390x/upstart cosmic/s390x/libnih cosmic/s390x/r-cran-vioplot disco/s390x/stress-ng disco/s390x/upstart disco/s390x/libnih disco/s390x/r-cran-vioplot bionic/s390x/openjdk-lts cosmic/s390x/openjdk-lts disco/s390x/openjdk-lts
39
40diff --git a/worker-config-production/worker-bos01.conf b/worker-config-production/worker-bos01.conf
41index 546d25c..60bb893 100644
42--- a/worker-config-production/worker-bos01.conf
43+++ b/worker-config-production/worker-bos01.conf
44@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
45 architectures = ppc64el
46 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
47 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
48-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
49+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
50 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base
51 blacklist = bionic/ppc64el/stress-ng bionic/ppc64el/upstart bionic/ppc64el/libnih bionic/ppc64el/r-cran-vioplot cosmic/ppc64el/stress-ng cosmic/ppc64el/upstart cosmic/ppc64el/libnih cosmic/ppc64el/r-cran-vioplot disco/ppc64el/stress-ng disco/ppc64el/upstart disco/ppc64el/libnih disco/ppc64el/r-cran-vioplot bionic/ppc64el/openjdk-lts cosmic/ppc64el/openjdk-lts disco/ppc64el/openjdk-lts
52
53diff --git a/worker-config-production/worker-bos02-arm64.conf b/worker-config-production/worker-bos02-arm64.conf
54index cecd4bf..6f449d6 100644
55--- a/worker-config-production/worker-bos02-arm64.conf
56+++ b/worker-config-production/worker-bos02-arm64.conf
57@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
58 architectures = arm64
59 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
60 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
61-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts lintian cl-ironclad
62+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts lintian cl-ironclad
63 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base automake-1.16 salt
64 blacklist = bionic/arm64/stress-ng bionic/arm64/upstart bionic/arm64/libnih bionic/arm64/r-cran-vioplot cosmic/arm64/stress-ng cosmic/arm64/upstart cosmic/arm64/libnih cosmic/arm64/r-cran-vioplot disco/arm64/stress-ng disco/arm64/upstart disco/arm64/libnih disco/arm64/r-cran-vioplot bionic/arm64/openjdk-lts cosmic/arm64/openjdk-lts disco/arm64/openjdk-lts
65
66diff --git a/worker-config-production/worker-bos02-ppc64el.conf b/worker-config-production/worker-bos02-ppc64el.conf
67index 546d25c..60bb893 100644
68--- a/worker-config-production/worker-bos02-ppc64el.conf
69+++ b/worker-config-production/worker-bos02-ppc64el.conf
70@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
71 architectures = ppc64el
72 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
73 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
74-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
75+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
76 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base
77 blacklist = bionic/ppc64el/stress-ng bionic/ppc64el/upstart bionic/ppc64el/libnih bionic/ppc64el/r-cran-vioplot cosmic/ppc64el/stress-ng cosmic/ppc64el/upstart cosmic/ppc64el/libnih cosmic/ppc64el/r-cran-vioplot disco/ppc64el/stress-ng disco/ppc64el/upstart disco/ppc64el/libnih disco/ppc64el/r-cran-vioplot bionic/ppc64el/openjdk-lts cosmic/ppc64el/openjdk-lts disco/ppc64el/openjdk-lts
78
79diff --git a/worker-config-production/worker-bos02-s390x.conf b/worker-config-production/worker-bos02-s390x.conf
80index 37137a9..2060b42 100644
81--- a/worker-config-production/worker-bos02-s390x.conf
82+++ b/worker-config-production/worker-bos02-s390x.conf
83@@ -16,7 +16,7 @@ releases = trusty xenial bionic cosmic disco eoan
84 architectures = s390x
85 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
86 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
87-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
88+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts
89 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base
90 blacklist = bionic/s390x/stress-ng bionic/s390x/upstart bionic/s390x/libnih bionic/s390x/r-cran-vioplot cosmic/s390x/stress-ng cosmic/s390x/upstart cosmic/s390x/libnih cosmic/s390x/r-cran-vioplot disco/s390x/stress-ng disco/s390x/upstart disco/s390x/libnih disco/s390x/r-cran-vioplot bionic/s390x/openjdk-lts cosmic/s390x/openjdk-lts disco/s390x/openjdk-lts
91
92diff --git a/worker-config-production/worker-canonistack.conf b/worker-config-production/worker-canonistack.conf
93index 21ed604..a91e685 100644
94--- a/worker-config-production/worker-canonistack.conf
95+++ b/worker-config-production/worker-canonistack.conf
96@@ -17,7 +17,7 @@ releases = trusty xenial
97 architectures = i386 amd64
98 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
99 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
100-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python2.7 python3.6 python3.7 python3.8 python-ruffus openjdk-8 openjdk-lts
101+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python2.7 python3.6 python3.7 python3.8 python-ruffus openjdk-8 openjdk-lts
102 long_tests = gutenprint gmp-ecm open-iscsi diffoscope
103
104 [virt]
105diff --git a/worker-config-production/worker-lxd.conf b/worker-config-production/worker-lxd.conf
106index f681599..3e00aba 100644
107--- a/worker-config-production/worker-lxd.conf
108+++ b/worker-config-production/worker-lxd.conf
109@@ -16,7 +16,7 @@ releases = precise trusty xenial bionic cosmic disco eoan
110 architectures = $LXD_ARCH
111 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
112 setup_command2 = sed -i "s/ports.ubuntu.com/ftpmaster.internal/; s/ubuntu-ports/ubuntu/" /etc/apt/sources.list `ls /etc/apt/sources.list.d/*.list 2>/dev/null || true`; ln -s /dev/null /etc/systemd/system/bluetooth.service; printf "http_proxy=http://squid.internal:3128\nhttps_proxy=http://squid.internal:3128\nno_proxy=127.0.0.1,127.0.1.1,localhost,localdomain,novalocal,internal,archive.ubuntu.com,security.ubuntu.com,ddebs.ubuntu.com,changelogs.ubuntu.com,launchpad.net,10.24.0.0/24\n" >> /etc/environment
113-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts heat-dashboard
114+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python-ruffus openjdk-8 openjdk-lts heat-dashboard
115 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft snapd cross-toolchain-base automake-1.16 mercurial salt
116 blacklist = xenial/armhf/libnih artful/armhf/libnih bionic/armhf/libnih bionic/armhf/r-cran-vioplot cosmic/armhf/r-cran-vioplot disco/armhf/r-cran-vioplot bionic/armhf/openjdk-lts cosmic/armhf/openjdk-lts disco/armhf-openjdk-lts
117
118diff --git a/worker-config-production/worker.conf b/worker-config-production/worker.conf
119index 6c528ba..03de5c2 100644
120--- a/worker-config-production/worker.conf
121+++ b/worker-config-production/worker.conf
122@@ -16,7 +16,7 @@ releases = precise trusty xenial bionic cosmic disco eoan
123 architectures = i386 amd64
124 setup_command = $AUTOPKGTEST_CLOUD_DIR/worker-config-production/setup-canonical.sh
125 setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
126-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python2.7 python3.6 python3.7 python3.8 python-ruffus openjdk-8 openjdk-lts nodejs cl-ironclad
127+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia python-cryptography libtext-bidi-perl python-hypothesis nova rocs camitk kineticstools r-cran-igraph botch mathicgb ganeti lttng-modules python2.7 python3.6 python3.7 python3.8 python-ruffus openjdk-8 openjdk-lts nodejs cl-ironclad
128 long_tests = gutenprint gmp-ecm open-iscsi diffoscope snapcraft cross-toolchain-base
129 blacklist = bionic/i386/upstart bionic/amd64/upstart bionic/i386/libnih bionic/amd64/libnih bionic/i386/r-cran-vioplot bionic/amd64/r-cran-vioplot bionic/amd64/stress-ng bionic/i386/stress-ng cosmic/i386/upstart cosmic/amd64/upstart cosmic/i386/libnih cosmic/amd64/libnih cosmic/i386/r-cran-vioplot cosmic/amd64/r-cran-vioplot cosmic/amd64/stress-ng cosmic/i386/stress-ng bionic/amd64/openjdk-lts cosmic/amd64/openjdk-lts disco/amd64/openjdk-lts bionic/i386/openjdk-lts cosmic/i386/openjdk-lts disco/i386/openjdk-lts
130
131diff --git a/worker/worker b/worker/worker
132index f431a6c..8de7057 100755
133--- a/worker/worker
134+++ b/worker/worker
135@@ -20,6 +20,7 @@ import urllib.request
136 import re
137 import hashlib
138 import random
139+import fnmatch
140
141 import amqplib.client_0_8 as amqp
142 import distro_info
143@@ -74,8 +75,6 @@ FAIL_PKG_STRINGS = {'systemd*': ['timed out waiting for testbed to reboot',
144
145
146 def getglob(d, glob, default=None):
147- import fnmatch
148-
149 for k in d:
150 if fnmatch.fnmatch(glob, k):
151 return d[k]
152@@ -345,7 +344,7 @@ def request(msg):
153 testpkg_version.write('%s blacklisted' % pkgname)
154
155 container = 'autopkgtest-' + release
156- big_pkg = pkgname in cfg.get('autopkgtest', 'big_packages').strip().split()
157+ big_pkg = any((fnmatch.fnmatchcase(pkgname, pkg) for pkg in cfg.get('autopkgtest', 'big_packages').strip().split()))
158
159 autopkgtest_checkout = cfg.get('autopkgtest', 'checkout_dir').strip()
160 if autopkgtest_checkout:
161diff --git a/worker/worker.conf b/worker/worker.conf
162index 5b12065..3ae8b03 100644
163--- a/worker/worker.conf
164+++ b/worker/worker.conf
165@@ -17,7 +17,7 @@ releases = trusty xenial
166 architectures = i386 amd64
167 setup_command =
168 # setup_command2 = $CHECKOUTDIR/setup-commands/setup-testbed
169-big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia libtext-bidi-perl rocs camitk kineticstools r-cran-igraph botch mathicgb openjdk-8 openjdk-lts
170+big_packages = binutils chromium-browser glibc libreoffice linux linux-* tdb firefox akonadi julia libtext-bidi-perl rocs camitk kineticstools r-cran-igraph botch mathicgb openjdk-8 openjdk-lts
171 long_tests = gutenprint gmp-ecm open-iscsi
172 blacklist =
173

Subscribers

People subscribed via source and target branches