OSDN Git Service

hw/ide/ahci: fix legacy software reset
[qmiga/qemu.git] / .gitlab-ci.d / qemu-project.yml
1 # This file contains the set of jobs run by the QEMU project:
2 # https://gitlab.com/qemu-project/qemu/-/pipelines
3
4 variables:
5   RUNNER_TAG: ""
6
7 default:
8   tags:
9     - $RUNNER_TAG
10
11 include:
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'