From c7c6764038ee4b032b6ad7f29fc04ffb8066a665 Mon Sep 17 00:00:00 2001
From: Paul Gessinger <paul.gessinger@cern.ch>
Date: Sat, 1 Feb 2025 08:21:22 +0100
Subject: [PATCH] limit jobs

---
 athena_ci/ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/athena_ci/ci.yml b/athena_ci/ci.yml
index 61e2ae4c..790deae1 100644
--- a/athena_ci/ci.yml
+++ b/athena_ci/ci.yml
@@ -60,6 +60,8 @@ build_geomodel_athena:
          --build-geomodel
          --geomodel-source $PWD
          --add-package-filters athena_ci/package_filters.txt
+         --jobs 8
+         --jobs-athena 4
 
     - rm -rf build/acts-build build/athena-build build/geomodel-build
       
-- 
GitLab