aboutsummaryrefslogtreecommitdiff
path: root/README.rst
blob: 20c9b23bb6e954a516fc80250111e9c2f4319aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
==========
libvirt CI
==========

This repository provides tools and configuration for managing the CI needs of
libvirt and related projects. The current primary focus is on integration with
GitLab as the primary CI platform. For most platforms, containers are used for
the primary build environment, however, the tools are also able to build VM
images. This allows for use of custom runners for scenarios not served by the
GitLab container based shared runners.

The ``lcitool/`` directory provides the tooling and configuration for creating
VM images and container templates (which can be used to create images) to get an
isolated build and test environment for supported projects.

The ``containers/`` directory provides a handful of helper images for performing
common tasks that are not project specific, such as integrating with Cirrus CI
for non-Linux builds, running code style checks and validating commit signoff.

The ``docs/`` directory contains RST formatted documentation split logically
by topics into individual documents.

License
=======

The contents of this repository are distributed under the terms of
the GNU General Public License, version 2 (or later). See the
``COPYING`` file for full license terms and conditions.