]> xenbits.xensource.com Git - libvirt.git/commit
gitlab: add x86_64 native CI jobs
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Mar 2020 16:29:03 +0000 (16:29 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 27 Mar 2020 12:32:48 +0000 (12:32 +0000)
commit74aa4671ccf7a63b8ea2dcd31de9fbdb2fc1d4f3
tree0cc25b7e0ab5217284eced637e059fd568976919
parent75b88557c4e3b5439d08cc11a838a24337977270
gitlab: add x86_64 native CI jobs

This patch adds x86_64 native CI jobs for all distros that we currently
build container images for. This is a superset of the Linux jobs run on
current Jenkins and Travis platforms.

The remaining missing platforms are FreeBSD and macOS, neither of which
can use the shared runner container based infrastructure.

We may add further native jobs in the future which are not x86_64 based,
if we get access to suitable hardware, thus the jobs all have an arch
prefix in their name, just like the cross-built jobs do.

As with the cross-arch builds, the native jobs are split into two
groups. One group is run in all situations, while the other group is
only run on the master branch, or branches with a name prefix
'ci-full-'. This avoids the build time getting too long when
developers are testing their code prior to submission, while keeping
full coverage of code that is merged.

Reviewed-by: Erik Skultety <eskultet@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
.gitlab-ci.yml