From 414f138ba260142fcfff1b401f1126bdffc376ff Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Wed, 1 Apr 2026 14:24:53 +0200 Subject: [PATCH] Set Java-specific injection package size ratchet --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 939a9025109..cc3ff9d1277 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,10 @@ variables: description: "Enable flaky tests" value: "false" + # One pipeline injection package size ratchet + OCI_PACKAGE_MAX_SIZE_BYTES: 40_000_000 + LIB_INJECTION_IMAGE_MAX_SIZE_BYTES: 40_000_000 + # trigger new commit cancel workflow: auto_cancel: