From 91fd6d5a844de48d638821ba612f72488f93b0e9 Mon Sep 17 00:00:00 2001 From: Zack Galbreath Date: Fri, 20 Jan 2023 13:06:49 -0500 Subject: Allocate more memory for generate jobs in all stacks (#35040) * Allocate more memory for generate jobs in all stacks * Add a 60 minute timeout on generate jobs --- share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml index a1fff6e51d..a85393f893 100644 --- a/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml +++ b/share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml @@ -52,8 +52,9 @@ default: tags: ["spack", "aws", "public", "medium", "x86_64"] variables: KUBERNETES_CPU_REQUEST: 4000m - KUBERNETES_MEMORY_REQUEST: 8G + KUBERNETES_MEMORY_REQUEST: 16G interruptible: true + timeout: 60 minutes retry: max: 2 when: @@ -289,14 +290,10 @@ protected-publish: e4s-pr-generate: extends: [ ".e4s", ".pr-generate"] image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 - variables: - KUBERNETES_MEMORY_REQUEST: 16G e4s-protected-generate: extends: [ ".e4s", ".protected-generate"] image: ecpe4s/ubuntu20.04-runner-x86_64:2023-01-01 - variables: - KUBERNETES_MEMORY_REQUEST: 16G e4s-pr-build: extends: [ ".e4s", ".pr-build" ] @@ -784,8 +781,6 @@ tutorial-protected-build: .ml-linux-x86_64-cpu-generate: extends: [ .ml-linux-x86_64-cpu, ".tags-x86_64_v4" ] image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21 - variables: - KUBERNETES_MEMORY_REQUEST: 16G ml-linux-x86_64-cpu-pr-generate: extends: [ ".pr-generate", ".ml-linux-x86_64-cpu-generate" ] @@ -825,8 +820,6 @@ ml-linux-x86_64-cpu-protected-build: .ml-linux-x86_64-cuda-generate: extends: [ .ml-linux-x86_64-cuda, ".tags-x86_64_v4" ] image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21 - variables: - KUBERNETES_MEMORY_REQUEST: 16G ml-linux-x86_64-cuda-pr-generate: extends: [ ".pr-generate", ".ml-linux-x86_64-cuda-generate" ] @@ -866,8 +859,6 @@ ml-linux-x86_64-cuda-protected-build: .ml-linux-x86_64-rocm-generate: extends: [ .ml-linux-x86_64-rocm, ".tags-x86_64_v4" ] image: ghcr.io/spack/e4s-amazonlinux-2:v2022-03-21 - variables: - KUBERNETES_MEMORY_REQUEST: 16G ml-linux-x86_64-rocm-pr-generate: extends: [ ".pr-generate", ".ml-linux-x86_64-rocm-generate" ] -- cgit v1.2.3-60-g2f50