diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-12-03 08:25:20 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-12-03 08:25:35 (GMT) |
| commit | d1aeff45a0d0a2d48d9032502566a2bbe3eb471c (patch) | |
| tree | 8daf7027de539b5c234238b0a0614f9cb20cb556 | |
| parent | cc49ae2ca3bedef2f899f0b006ec324da6728abc (diff) | |
julia needs lots of RAM, add to big_packages
| -rw-r--r-- | worker-config-production/worker-bos01-ppc64el.conf | 2 | ||||
| -rw-r--r-- | worker-config-production/worker-bos01.conf | 2 | ||||
| -rw-r--r-- | worker-config-production/worker.conf | 2 | ||||
| -rw-r--r-- | worker/worker.conf | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/worker-config-production/worker-bos01-ppc64el.conf b/worker-config-production/worker-bos01-ppc64el.conf index 6d494e2..b089089 100644 --- a/worker-config-production/worker-bos01-ppc64el.conf +++ b/worker-config-production/worker-bos01-ppc64el.conf @@ -15,7 +15,7 @@ checkout_dir = /home/ubuntu/autopkgtest releases = trusty vivid wily xenial architectures = ppc64el setup_command = if grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi; sed -i '/^deb.*-backports/d' /etc/apt/sources.list `ls /etc/apt/sources.list.d/* 2>/dev/null || true` -big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi +big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia long_tests = gutenprint gmp-ecm blacklist = vivid/ppc64el/systemd vivid/ppc64el/network-manager backend = nova diff --git a/worker-config-production/worker-bos01.conf b/worker-config-production/worker-bos01.conf index 5940b50..35f8c44 100644 --- a/worker-config-production/worker-bos01.conf +++ b/worker-config-production/worker-bos01.conf @@ -15,7 +15,7 @@ checkout_dir = /home/ubuntu/autopkgtest releases = trusty vivid wily xenial architectures = i386 amd64 setup_command = if grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi; sed -i '/^deb.*-backports/d' /etc/apt/sources.list `ls /etc/apt/sources.list.d/* 2>/dev/null || true` -big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi +big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia long_tests = gutenprint gmp-ecm blacklist = vivid/ppc64el/systemd vivid/ppc64el/network-manager backend = nova diff --git a/worker-config-production/worker.conf b/worker-config-production/worker.conf index d60fec6..6be926f 100644 --- a/worker-config-production/worker.conf +++ b/worker-config-production/worker.conf @@ -15,7 +15,7 @@ checkout_dir = /home/ubuntu/autopkgtest releases = precise trusty vivid wily xenial architectures = i386 amd64 setup_command = if grep -q trusty /etc/lsb-release; then apt-get install -y build-essential; fi; sed -i '/^deb.*-backports/d' /etc/apt/sources.list `ls /etc/apt/sources.list.d/* 2>/dev/null || true` -big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi +big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia long_tests = gutenprint gmp-ecm blacklist = vivid/ppc64el/systemd vivid/ppc64el/network-manager backend = nova diff --git a/worker/worker.conf b/worker/worker.conf index 188e898..43f06a9 100644 --- a/worker/worker.conf +++ b/worker/worker.conf @@ -15,7 +15,7 @@ checkout_dir = releases = trusty xenial architectures = i386 amd64 setup_command = -big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi +big_packages = binutils chromium-browser glibc libreoffice linux tdb firefox akonadi julia long_tests = gutenprint gmp-ecm blacklist = backend = nova |
