From e932b54286f5a2be16370f311d58e437492adeea Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 25 May 2020 11:06:44 +0200 Subject: [PATCH] copr-be-dev: disable normal VM spawner ... and keep only the resalloc spawner. --- roles/copr/backend/templates/copr-be.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index e1e5a59672..bb36b39b57 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