We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f89a0b commit 16f8277Copy full SHA for 16f8277
1 file changed
.gitlab-ci.yml
@@ -43,6 +43,10 @@ variables:
43
description: "Enable flaky tests"
44
value: "false"
45
46
+ # One pipeline injection package size ratchet
47
+ OCI_PACKAGE_MAX_SIZE_BYTES: 40_000_000
48
+ LIB_INJECTION_IMAGE_MAX_SIZE_BYTES: 40_000_000
49
+
50
# trigger new commit cancel
51
workflow:
52
auto_cancel:
0 commit comments