From e0035bd6582afd257e49d0285f69952630e463c1 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Fri, 20 Dec 2024 08:53:15 -0500 Subject: [PATCH] ci: request 35G of memory for building composable-kernel (#48227) This number was determined from the max memory usage recently recorded for this package in our analytics database. --- share/spack/gitlab/cloud_pipelines/configs/linux/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/spack/gitlab/cloud_pipelines/configs/linux/ci.yaml b/share/spack/gitlab/cloud_pipelines/configs/linux/ci.yaml index b6e41a9af09..09b6e74bf75 100644 --- a/share/spack/gitlab/cloud_pipelines/configs/linux/ci.yaml +++ b/share/spack/gitlab/cloud_pipelines/configs/linux/ci.yaml @@ -18,6 +18,7 @@ ci: KUBERNETES_MEMORY_REQUEST: 48G - match: + - composable-kernel - rust build-job: tags: [ "spack", "huge" ]