From 51f011b281e6a98452cac9cfe98b9c5072c5a483 Mon Sep 17 00:00:00 2001 From: Tristan Date: Sun, 25 Dec 2022 14:33:46 +0100 Subject: [PATCH] Update resources further --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54286f9..dd42fd1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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