]> git.proxmox.com Git - mirror_qemu.git/blame - .gitlab-ci.d/qemu-project.yml
Merge tag 'pull-block-2023-09-01' of https://gitlab.com/hreitz/qemu into staging
[mirror_qemu.git] / .gitlab-ci.d / qemu-project.yml
CommitLineData
a151926c
PMD
1# This file contains the set of jobs run by the QEMU project:
2# https://gitlab.com/qemu-project/qemu/-/pipelines
3
037a171a
CC
4variables:
5 RUNNER_TAG: ""
6
7default:
8 tags:
9 - $RUNNER_TAG
10
a151926c 11include:
6a0e7ea7 12 - local: '/.gitlab-ci.d/base.yml'
a151926c 13 - local: '/.gitlab-ci.d/stages.yml'
a151926c
PMD
14 - local: '/.gitlab-ci.d/opensbi.yml'
15 - local: '/.gitlab-ci.d/containers.yml'
16 - local: '/.gitlab-ci.d/crossbuilds.yml'
17 - local: '/.gitlab-ci.d/buildtest.yml'
18 - local: '/.gitlab-ci.d/static_checks.yml'
b38a04f7 19 - local: '/.gitlab-ci.d/custom-runners.yml'
0e103a65 20 - local: '/.gitlab-ci.d/cirrus.yml'
7876cba8 21 - local: '/.gitlab-ci.d/windows.yml'