Skip to content

Move `docker` dependency into end-to-end tests.

Matthew Clarkson requested to merge docker-module into main

The docker module is only needed for the DockerDriver.

This patch moves the download, resolution and dependency ofthe docker module into the end-to-end tests.

Then the execution only pays the cost to download packages that are needed for execution.

Edited by Matthew Clarkson

Merge request reports