On 29/12/2020 09.50, Cho, Yu-Chen wrote:
Add build-system-opensuse jobs and opensuse-leap.docker dockerfile.
Use openSUSE Leap 15.2 container image in the gitlab-CI.
Signed-off-by: Cho, Yu-Chen <a...@suse.com>
---
v4:
Add package tar and fix python3 version from 3.8 to 3.6
Add acceptance-system-opensuse back.
v3:
Drop the "acceptance-system-opensuse" job part of the
patch for now to get at least the basic compile-coverage
v2:
Drop some package from dockerfile to make docker image more light.
v1:
Add build-system-opensuse jobs and opensuse-leap.docker dockerfile.
Use openSUSE Leap 15.2 container image in the gitlab-CI.
---
.gitlab-ci.d/containers.yml | 5 ++
.gitlab-ci.yml | 31 +++++++++++
tests/docker/dockerfiles/opensuse-leap.docker | 55 +++++++++++++++++++
3 files changed, 91 insertions(+)
create mode 100644 tests/docker/dockerfiles/opensuse-leap.docker
Thanks, works now for me, too.
Tested-by: Thomas Huth <th...@redhat.com>
I'll queue it for my next pull request.