From 7fb697e888c803dd59339c4f3994ff97e9e7e155 Mon Sep 17 00:00:00 2001 From: Guilhem Charles Date: Thu, 7 Nov 2024 09:50:08 +0100 Subject: [PATCH] ci: right-size agent integration tests job --- .gitlab/integration_test/linux.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab/integration_test/linux.yml b/.gitlab/integration_test/linux.yml index 366337d0c24a0..efa061e6bf824 100644 --- a/.gitlab/integration_test/linux.yml +++ b/.gitlab/integration_test/linux.yml @@ -12,6 +12,16 @@ agent_integration_tests: extends: .integration_tests_deb + variables: + KUBERNETES_POD_ANNOTATIONS_1: "ci.ddbuild.io/enforce-static-cpus=true" + KUBERNETES_CPU_LIMIT: "4" + KUBERNETES_MEMORY_LIMIT: "16Gi" + KUBERNETES_SERVICE_CPU_REQUEST: "8" + KUBERNETES_SERVICE_CPU_LIMIT: "8" + KUBERNETES_SERVICE_MEMORY_REQUEST: "32Gi" + KUBERNETES_SERVICE_MEMORY_LIMIT: "32Gi" + KUBERNETES_HELPER_CPU_LIMIT: "999m" + KUBERNETES_HELPER_MEMORY_LIMIT: "1Gi" # We have capacity issues on the docker-in-docker:amd64 runners for now. # Setting allow_failure to true to avoid blocking the pipelines. # Setting the timeout to 30 min and retry to 2 to avoid the job from pending for too long.