1348956 - cleanup after build
This is needed since we allow consequtive builds
This commit is contained in:
parent
1fe43e75e0
commit
514bf1e9d0
2 changed files with 1 additions and 4 deletions
|
@ -21,9 +21,6 @@ config_opts['plugin_conf']['tmpfs_opts']['max_fs_size'] = '75g'
|
|||
config_opts['plugin_conf']['tmpfs_opts']['mode'] = '0755'
|
||||
config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
|
||||
|
||||
config_opts['cleanup_on_success'] = 0
|
||||
config_opts['cleanup_on_failure'] = 0
|
||||
|
||||
{% if ansible_distribution == 'Fedora' and ansible_distribution_major_version|int > 21 %}
|
||||
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
|
||||
{% endif %}
|
||||
|
|
|
@ -30,7 +30,7 @@ frontend_auth={{ copr_backend_password }}
|
|||
# vm_terminating_timeout=600 - when machine was terminated and terminate PB did not finish within this number of second, we will run the PB once again.
|
||||
|
||||
group0_name=PC
|
||||
group0_archs=i386,x86_64
|
||||
group0_archs=i386,x86_64,i586
|
||||
|
||||
# new OS cloud, VMM based backend
|
||||
group0_spawn_playbook=/home/copr/provision/builderpb_nova.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue