Skip to content

Draft: Add a make target to load helper images in local Docker daemon

What does this MR do?

Integration tests required helper images for some executors. We realized that with the docker+autoscaler executor, it can happen that the integration tests run without the helper images being available locally (helper images build those images and they are not load in time in the local Docker daemon).

With this MR, we make sure that the linux helper images built are loaded in the local Docker daemon before the integration tests can start.

Why was this MR needed?

Fix and issue with docker+autoscaler executor. See job failures:

What's the best way to test this MR?

Pipeline must pass without failure

What are the relevant issue numbers?

None

Merge request reports