From f8d6615756c267ae0abcd0a10c60e8d675496b19 Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Tue, 13 Aug 2024 12:14:14 +0200
Subject: [PATCH] Issue #3467391 by catch, smustgrave: Reduce CPU requirement
 and concurrency for unit tests

---
 .gitlab-ci/pipeline.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml
index d8c9d35abc96..c30c69d40345 100644
--- a/.gitlab-ci/pipeline.yml
+++ b/.gitlab-ci/pipeline.yml
@@ -171,7 +171,8 @@ variables:
     - <<: *with-database
   variables:
     TESTSUITE: PHPUnit-Unit
-    KUBERNETES_CPU_REQUEST: "16"
+    KUBERNETES_CPU_REQUEST: "1"
+    CONCURRENCY: 6
 
 '✅️ PHPStan Tests':
   <<: [ *default-job-settings ]
-- 
GitLab