CPU & memory requests for jobs that generate GitLab CI pipelines (#30940)

gitlab ci: make sure pipeline generation isn't resource starved
This commit is contained in:
Zack Galbreath 2022-06-01 11:43:23 -04:00 committed by GitHub
parent d7fb5a6db4
commit 47ac710796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,6 +45,9 @@ default:
paths:
- "${CI_PROJECT_DIR}/jobs_scratch_dir"
tags: ["spack", "aws", "public", "medium", "x86_64"]
variables:
KUBERNETES_CPU_REQUEST: 4000m
KUBERNETES_MEMORY_REQUEST: 8G
interruptible: true
retry:
max: 2