Philippe Mathieu-Daudé | 8b185c8 | 2021-05-25 06:34:01 +0200 | [diff] [blame] | 1 | # |
| 2 | # This is the GitLab CI configuration file for the mainstream QEMU |
| 3 | # project: https://gitlab.com/qemu-project/qemu/-/pipelines |
| 4 | # |
| 5 | # !!! DO NOT ADD ANY NEW CONFIGURATION TO THIS FILE !!! |
| 6 | # |
| 7 | # Only documentation or comments is accepted. |
| 8 | # |
| 9 | # To use a different set of jobs than the mainstream QEMU project, |
| 10 | # you need to set the location of your custom yml file at "custom CI/CD |
| 11 | # configuration path", on your GitLab CI namespace: |
| 12 | # https://docs.gitlab.com/ee/ci/pipelines/settings.html#custom-cicd-configuration-path |
| 13 | # |
Philippe Mathieu-Daudé | f56bf4c | 2021-05-25 07:18:39 +0200 | [diff] [blame] | 14 | # ---------------------------------------------------------------------- |
| 15 | # |
| 16 | # QEMU CI jobs are based on templates. Some templates provide |
| 17 | # user-configurable options, modifiable via configuration variables. |
| 18 | # |
Philippe Mathieu-Daudé | 9ada9fd | 2021-07-27 16:24:28 +0200 | [diff] [blame] | 19 | # See https://qemu-project.gitlab.io/qemu/devel/ci.html#custom-ci-cd-variables |
| 20 | # for more information. |
Philippe Mathieu-Daudé | f56bf4c | 2021-05-25 07:18:39 +0200 | [diff] [blame] | 21 | # |
Philippe Mathieu-Daudé | f56bf4c | 2021-05-25 07:18:39 +0200 | [diff] [blame] | 22 | |
Philippe Mathieu-Daudé | 7192080 | 2020-01-03 12:26:25 +0100 | [diff] [blame] | 23 | include: |
Philippe Mathieu-Daudé | a151926 | 2021-04-10 12:58:55 +0200 | [diff] [blame] | 24 | - local: '/.gitlab-ci.d/qemu-project.yml' |