From e4280812f3d3b004c9bb0f1aa7ffd3853d54e7d4 Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Wed, 21 Aug 2024 21:30:20 +0200
Subject: [PATCH] Issue #3469070 by catch, smustgrave: Reduce CPU request for
 Nightwatch job

(cherry picked from commit 2258a66bdc330563bcfc3acc4e6fbecf09203247)
---
 .gitlab-ci/pipeline.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml
index 6cda6e2f978d..a7575fe871ca 100644
--- a/.gitlab-ci/pipeline.yml
+++ b/.gitlab-ci/pipeline.yml
@@ -178,7 +178,7 @@ variables:
 '🦉️️️ Nightwatch':
   <<: [ *with-composer-and-yarn, *default-job-settings ]
   variables:
-    KUBERNETES_CPU_REQUEST: "24"
+    KUBERNETES_CPU_REQUEST: "16"
   services:
     - <<: *with-database
     - <<: *with-chrome
-- 
GitLab