Update resources further

This commit is contained in:
Tristan 2022-12-25 14:33:46 +01:00
parent 3b09c98628
commit 51f011b281
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
1 changed files with 7 additions and 3 deletions

View File

@ -31,6 +31,10 @@ variables: &default-variables
KUBERNETES_MEMORY_REQUEST: 2Gi
KUBERNETES_MEMORY_LIMIT: 2Gi
.build-resources-l: &build-resources-l
KUBERNETES_MEMORY_REQUEST: 3Gi
KUBERNETES_MEMORY_LIMIT: 3Gi
.haproxy_stable: &haproxy-stable
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-2.7.git"
HAPROXY_VERSION: 2.7.1
@ -94,7 +98,7 @@ vtest:
script: make -C deps/vtest
variables:
<<: *default-variables
<<: *build-resources-m
<<: *build-resources-xs
artifacts:
expire_in: 7 days
paths: [ "deps/vtest/dist/vtest" ]
@ -343,7 +347,7 @@ debian:stable:
<<: *haproxy-debian
variables:
<<: *default-variables
<<: *build-resources-m
<<: *build-resources-l
<<: *haproxy-stable
needs:
- *needs-dependencies
@ -354,7 +358,7 @@ debian:dev:
<<: *haproxy-debian
variables:
<<: *default-variables
<<: *build-resources-m
<<: *build-resources-l
<<: *haproxy-dev
needs:
- *needs-dependencies