diff options
| author | Martin Pitt <martin.pitt@ubuntu.com> | 2015-10-01 15:27:49 (GMT) |
|---|---|---|
| committer | Martin Pitt <martin.pitt@ubuntu.com> | 2015-10-01 15:27:49 (GMT) |
| commit | 4beddeae66989301a939f2eaa5d3fd63ff825fad (patch) | |
| tree | 7eda72b9de54058724abff6ad1b4b65db15827be | |
| parent | b8fb19e97e7ef2062738379e74e2517c65c866ce (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-x | deployment/deploy.sh | 2 |
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 |
