xref: /qemu/.gitlab-ci.d/qemu-project.yml (revision 037a171a)
1# This file contains the set of jobs run by the QEMU project:
2# https://gitlab.com/qemu-project/qemu/-/pipelines
3
4variables:
5  RUNNER_TAG: ""
6
7default:
8  tags:
9    - $RUNNER_TAG
10
11include:
12  - local: '/.gitlab-ci.d/base.yml'
13  - local: '/.gitlab-ci.d/stages.yml'
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'
19  - local: '/.gitlab-ci.d/custom-runners.yml'
20  - local: '/.gitlab-ci.d/cirrus.yml'
21  - local: '/.gitlab-ci.d/windows.yml'
22