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:
parent
d7fb5a6db4
commit
47ac710796
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue