Skip to content

Set allow_failure:true for check image size job

Adam Cohen requested to merge allow-check-image-size-jobs-to-fail into master

What does this MR do?

Migrate docker image build jobs to BuildKit (!336 - merged) changed the way that the build tmp image job works and has introduced an issue preventing the check image size job from working (see this failing job for details). This MR updates the check image size job to allow failures, so that we can investigate the root cause without blocking pipelines.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Adam Cohen

Merge request reports