From e932b54286f5a2be16370f311d58e437492adeea Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: May 25 2020 09:06:44 +0000 Subject: copr-be-dev: disable normal VM spawner ... and keep only the resalloc spawner. --- diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index e1e5a59..bb36b39 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -32,7 +32,11 @@ frontend_auth={{ copr_backend_password_stg }} # vm_max_check_fails=2 - when machine is consequently X times marked as failed then it is terminated # 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. +{% if devel %} +build_groups=0 +{% else %} build_groups=5 +{% endif %} # new OS cloud, VMM based backend group0_name=PC