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: enable vpa for jobs in the package stage #11928

Closed
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
7 changes: 7 additions & 0 deletions .gitlab/package.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.enable_vpa_for_package_stage:
variables:
KUBERNETES_POD_ANNOTATIONS_1: vpa.datadoghq.com/updateMode=Auto
KUBERNETES_POD_LABELS_1: admission.datadoghq.com/mutate-resources-using-vpa=gitlab-job-pod

download_ddtrace_artifacts:
extends: .enable_vpa_for_package_stage
image: registry.ddbuild.io/github-cli:v27480869-eafb11d-2.43.0
tags: [ "arch:amd64" ]
stage: package
Expand All @@ -13,6 +19,7 @@ download_ddtrace_artifacts:
- "pywheels/*.tar.gz"

download_dependency_wheels:
extends: .enable_vpa_for_package_stage
image: registry.ddbuild.io/images/mirror/python:$PYTHON_IMAGE_TAG
tags: [ "arch:amd64" ]
stage: package
Expand Down
Loading