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
This commit is contained in:
Zack Galbreath 2023-01-20 13:06:49 -05:00 committed by GitHub
parent a14b5de43c
commit 91fd6d5a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" ]