On 26/06/2020 20.13, Alex Bennée wrote:
From: Daniel P. Berrangé <berra...@redhat.com>
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é <berra...@redhat.com>
Message-Id: <20200622153318.751107-4-berra...@redhat.com>
[AJB: tweak naming convention]
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
---
.gitlab-ci.yml | 187 +++++++++++++++++++++----------------------------
1 file changed, 81 insertions(+), 106 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>