From d6250d1a445568b8ae2dff8230048c06b18c877a5b6848d473177d0fdae7ce70 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 6 Sep 2019 06:47:07 +0000 Subject: [PATCH] Accepting request 728600 from home:StefanBruens:branches:server:database Instead of waiting hours for one of 6 compliant workers, allow slightly longer build time due to using swap on one of the immediately available workers, reducing the average time to completion. This also avoids fighting for a fast worker with the packages really needing a worker with much memory. OBS-URL: https://build.opensuse.org/request/show/728600 OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=237 --- _constraints | 8 +++++++- mariadb.changes | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/_constraints b/_constraints index 3af2077..4e330b3 100644 --- a/_constraints +++ b/_constraints @@ -7,8 +7,11 @@ - 10 + 6 + + 10 + @@ -18,6 +21,9 @@ 13 + + 8 + diff --git a/mariadb.changes b/mariadb.changes index 3361ff9..73b5c1d 100644 --- a/mariadb.changes +++ b/mariadb.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 5 21:43:14 UTC 2019 - Stefan BrĂ¼ns + +- Use instead of for _constraints, increasing + the worker pool on x86_64 from 6 to >700. + ------------------------------------------------------------------- Thu Aug 8 10:06:04 UTC 2019 - Kristyna Streitova