From 514bf1e9d0ee22d79dedac8f2f44c710f9970e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 22 Jun 2016 14:32:23 +0200 Subject: [PATCH] 1348956 - cleanup after build This is needed since we allow consequtive builds --- .../copr/backend/files/provision/files/mock/site-defaults.cfg | 3 --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg index 030b646605..d8491025e5 100644 --- a/roles/copr/backend/files/provision/files/mock/site-defaults.cfg +++ b/roles/copr/backend/files/provision/files/mock/site-defaults.cfg @@ -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 %} diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 79c8726894..6a31960168 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -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