Ensure 4G guaranteed memory for build jobs

This commit is contained in:
Tristan 2022-07-17 00:57:53 +01:00
parent 491653c555
commit 60a2d48baf
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4

View File

@ -7,6 +7,8 @@ stages:
variables: &default-variables
TZ: "UTC"
GIT_DEPTH: "1"
KUBERNETES_MEMORY_REQUEST: 4Gi
KUBERNETES_MEMORY_LIMIT: 4Gi
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.6.git"