Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Right-size k8s agent integration tests job #30847

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .gitlab/integration_test/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not "1" ?

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.
Expand Down
Loading