summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2023-01-20 13:06:49 -0500
committerGitHub <noreply@github.com>2023-01-20 11:06:49 -0700
commit91fd6d5a844de48d638821ba612f72488f93b0e9 (patch)
tree24fc5f948b8f689f6668872077b6603772ba6b59
parenta14b5de43cf47ed3fb2555d2976a836cf26e20df (diff)
downloadspack-91fd6d5a844de48d638821ba612f72488f93b0e9.tar.gz
spack-91fd6d5a844de48d638821ba612f72488f93b0e9.tar.bz2
spack-91fd6d5a844de48d638821ba612f72488f93b0e9.tar.xz
spack-91fd6d5a844de48d638821ba612f72488f93b0e9.zip
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
-rw-r--r--share/spack/gitlab/cloud_pipelines/.gitlab-ci.yml13
1 files 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" ]