Skip to content

Set dind mtu to avoid CI job timeouts due to mtu mismatch

What does this MR do?

This merge request centralizes the Docker-in-Docker setup into a new .integration-test template in .gitlab/ci/integration-test.yml, which is then extended by the image test jobs in image.gitlab-ci.yml and sbomgen-image.gitlab-ci.yml, ensuring consistency and maintainability. It also sets an MTU value to align GCP and Docker configurations.This change ensures compatibility with the host's maximum MTU.

What are the relevant issue numbers?

Intermittent CI Job Timeouts in Gemnasium Due t... (gitlab-org/gitlab#463294 - closed) • Philip Cunningham • 17.1

Does this MR meet the acceptance criteria?

Edited by Philip Cunningham

Merge request reports