xref: /qemu/.gitlab-ci.yml (revision 8b185c81)
1*8b185c81SPhilippe Mathieu-Daudé#
2*8b185c81SPhilippe Mathieu-Daudé# This is the GitLab CI configuration file for the mainstream QEMU
3*8b185c81SPhilippe Mathieu-Daudé# project: https://gitlab.com/qemu-project/qemu/-/pipelines
4*8b185c81SPhilippe Mathieu-Daudé#
5*8b185c81SPhilippe Mathieu-Daudé# !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!!
6*8b185c81SPhilippe Mathieu-Daudé#
7*8b185c81SPhilippe Mathieu-Daudé# Only documentation or comments is accepted.
8*8b185c81SPhilippe Mathieu-Daudé#
9*8b185c81SPhilippe Mathieu-Daudé# To use a different set of jobs than the mainstream QEMU project,
10*8b185c81SPhilippe Mathieu-Daudé# you need to set the location of your custom yml file at "custom CI/CD
11*8b185c81SPhilippe Mathieu-Daudé# configuration path", on your GitLab CI namespace:
12*8b185c81SPhilippe Mathieu-Daudé# https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path
13*8b185c81SPhilippe Mathieu-Daudé#
1471920809SPhilippe Mathieu-Daudéinclude:
15a151926cSPhilippe Mathieu-Daudé  - local: '/.gitlab-ci.d/qemu-project.yml'
16