1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-23 21:34:54 +03:00
libvirt/ci/containers
Andrea Bolognani d35003aee7 ci: Drop CentOS 7
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2021-05-05 13:25:21 +02:00
..
centos-8.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
centos-stream-8.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-aarch64.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-armv6l.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-armv7l.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-i686.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-mips64el.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-mips.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-mipsel.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-ppc64le.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10-cross-s390x.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-10.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-aarch64.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-armv6l.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-armv7l.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-i686.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-mips64el.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-mipsel.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-ppc64le.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid-cross-s390x.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
debian-sid.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
fedora-33.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
fedora-34.Dockerfile ci: Add Fedora 34 2021-05-05 13:25:19 +02:00
fedora-rawhide-cross-mingw32.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
fedora-rawhide-cross-mingw64.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
fedora-rawhide.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
opensuse-leap-152.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
opensuse-tumbleweed.Dockerfile ci: Add openSUSE Tumbleweed 2021-05-05 13:25:16 +02:00
README.rst gitlab-ci: add coverity job 2020-11-19 14:38:13 +01:00
ubuntu-1804.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00
ubuntu-2004.Dockerfile ci: Refresh contents 2021-05-05 13:25:14 +02:00

CI job assets
=============

This directory contains assets used in the automated CI jobs, most
notably the Dockerfiles used to build container images in which the
CI jobs then run.

The ``refresh`` script is used to re-create the Dockerfiles using the
``lcitool`` command that is provided by repo
https://gitlab.com/libvirt/libvirt-ci

The containers are built during the CI process and cached in the GitLab
container registry of the project doing the build. The cached containers
can be deleted at any time and will be correctly rebuilt.


Coverity scan integration
=========================

This will be used only by the main repository for master branch by running
scheduled pipeline in GitLab.

The service is proved by `Coverity Scan`_ and requires that the project is
registered there to get free coverity analysis which we already have for
`libvirt project`_.

To run the coverity job it requires two new variables:

  * ``COVERITY_SCAN_PROJECT_NAME``, containing the `libvirt project`_
    name.

  * ``COVERITY_SCAN_TOKEN``, token visible to admins of `libvirt project`_


.. _Coverity Scan: https://scan.coverity.com/
.. _libvirt project: https://scan.coverity.com/projects/libvirt