On 26/06/2020 20.13, Alex Bennée wrote:
From: Daniel P. Berrangé <[email protected]>
Now that we're building standard container images from
dockerfiles in tests/docker/dockerfiles, we can convert
the build jobs to use them. The key benefit of this is
that a contributor can now more easily replicate the CI
environment on their local machine. The container images
are cached too, so we are not spending time waiting for
the apt-get/dnf package installs to complete.
Signed-off-by: Daniel P. Berrangé <[email protected]>
Message-Id: <[email protected]>
[AJB: tweak naming convention]
Signed-off-by: Alex Bennée <[email protected]>
---
.gitlab-ci.yml | 187 +++++++++++++++++++++----------------------------
1 file changed, 81 insertions(+), 106 deletions(-)
Acked-by: Thomas Huth <[email protected]>