Bump zuul v3 executor disk limit

We need to work out what the real value of this is, but for the
migration open it fairly wide.

Change-Id: I3486d5a3f398a228d204c7987acd44967a9e8d20
This commit is contained in:
Monty Taylor 2017-09-22 15:13:06 -05:00
parent ce61dcf869
commit 57d23f595a
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ node /^ze\d+\.openstack\.org$/ {
# properly. We need to revisting this post Queens PTG.
trusted_ro_paths => ['/etc/openafs', '/var/lib/zuul/ssh'],
trusted_rw_paths => ['/afs'],
disk_limit_per_job => 500, # Megabytes
disk_limit_per_job => 5000, # Megabytes
site_variables_yaml_file => $::project_config::zuul_site_variables_yaml,
require => $::project_config::config_dir,
}