From f59792ea4705f192a3129465cbec05cd10daf3fc Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 28 Nov 2019 12:41:50 +0000 Subject: [PATCH] Issue #3086308 by alexpott, heddn: Limit concurrency of build tests --- core/drupalci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/drupalci.yml b/core/drupalci.yml index ed02d43c6375..9ce9b2b1c074 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -35,6 +35,8 @@ build: suppress-deprecations: false halt-on-fail: false run_tests.build: + # Limit concurrency due to disk space concerns. + concurrency: 15 types: 'PHPUnit-Build' testgroups: '--all' suppress-deprecations: false -- GitLab