Skip to content

Increase MAX_IMAGE_SIZE_MB to fix failing test

Adam Cohen requested to merge increase-allowed-image-size into master

What does this MR do?

This MR updates the MAX_IMAGE_SIZE_MB to fix the failing check image size job as discussed here.

Here's a timeline of the check image size job status in this project:

  1. August 14th, 2024

    The last successful check image size job reported the image size as 1,113,324,459 bytes which was below the previous MAX_IMAGE_SIZE_MB of 1063*1024*1024 = 1,114,636,288.

  2. August 15th, 2024

    The following bug was introduced: check image size job in ci-templates project is... (gitlab-org/gitlab#482850 - closed) • Adam Cohen • 17.4, so the check image size job reported the size as 0 bytes, and the check image size job was no longer enforcing the image size.

  3. September 6th, 2024

    The bug check image size job in ci-templates project is... (gitlab-org/gitlab#482850 - closed) was fixed by Revert "Merge branch 'oci-annotations' into 'ma... (gitlab-org/security-products/ci-templates!404 - merged) • Adam Cohen • 17.4, and now the check image size job reports the image size as 1,120,668,249 bytes, which is 5MB larger than the allowed MAX_IMAGE_SIZE_MB of 1063*1024*1024 = 1,114,636,288.

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Merge request reports