summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2015-10-01 15:27:49 (GMT)
committerMartin Pitt <martin.pitt@ubuntu.com>2015-10-01 15:27:49 (GMT)
commit4beddeae66989301a939f2eaa5d3fd63ff825fad (patch)
tree7eda72b9de54058724abff6ad1b4b65db15827be
parentb8fb19e97e7ef2062738379e74e2517c65c866ce (diff)
deployment: Require bigger disk for worker
10 GB is too small for /tmp when running multiple tests which copy back big built trees.
-rwxr-xr-xdeployment/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/deploy.sh b/deployment/deploy.sh
index 34b5b4d..f540c19 100755
--- a/deployment/deploy.sh
+++ b/deployment/deploy.sh
@@ -165,7 +165,7 @@ if [ -n "$MAIL_NOTIFY" ]; then
echo " mail-notify: $MAIL_NOTIFY" >> "$config_yaml"
fi
- juju deploy --repository "$MYDIR/charms" --config "$config_yaml" local:trusty/autopkgtest-cloud-worker
+ juju deploy --repository "$MYDIR/charms" --constraints 'root-disk=40G' --config "$config_yaml" local:trusty/autopkgtest-cloud-worker
DEPLOYED_WORKER=1
fi