xref: /qemu/.gitlab-ci.yml (revision 9ada9fd2)
18b185c81SPhilippe Mathieu-Daudé#
28b185c81SPhilippe Mathieu-Daudé# This is the GitLab CI configuration file for the mainstream QEMU
38b185c81SPhilippe Mathieu-Daudé# project: https://gitlab.com/qemu-project/qemu/-/pipelines
48b185c81SPhilippe Mathieu-Daudé#
58b185c81SPhilippe Mathieu-Daudé# !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!!
68b185c81SPhilippe Mathieu-Daudé#
78b185c81SPhilippe Mathieu-Daudé# Only documentation or comments is accepted.
88b185c81SPhilippe Mathieu-Daudé#
98b185c81SPhilippe Mathieu-Daudé# To use a different set of jobs than the mainstream QEMU project,
108b185c81SPhilippe Mathieu-Daudé# you need to set the location of your custom yml file at "custom CI/CD
118b185c81SPhilippe Mathieu-Daudé# configuration path", on your GitLab CI namespace:
128b185c81SPhilippe Mathieu-Daudé# https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
138b185c81SPhilippe Mathieu-Daudé#
14f56bf4caSPhilippe Mathieu-Daudé# ----------------------------------------------------------------------
15f56bf4caSPhilippe Mathieu-Daudé#
16f56bf4caSPhilippe Mathieu-Daudé# QEMU CI jobs are based on templates. Some templates provide
17f56bf4caSPhilippe Mathieu-Daudé# user-configurable options, modifiable via configuration variables.
18f56bf4caSPhilippe Mathieu-Daudé#
19*9ada9fd2SPhilippe Mathieu-Daudé# See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables
20*9ada9fd2SPhilippe Mathieu-Daudé# for more information.
21f56bf4caSPhilippe Mathieu-Daudé#
22f56bf4caSPhilippe Mathieu-Daudé
2371920809SPhilippe Mathieu-Daudéinclude:
24a151926cSPhilippe Mathieu-Daudé  - local: '/.gitlab-ci.d/qemu-project.yml'
25