Merge "Bump zuul v3 executor disk limit"

This commit is contained in:
Jenkins 2017-09-22 20:35:55 +00:00 committed by Gerrit Code Review
commit 9a73c51cf6
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,
}