ui/dbus: filter out pending messages when scanout
[qemu/ar7.git] / .gitlab-ci.d / qemu-project.yml
blob4d914c4897b3db65141790b9fce38c82ff182adb
1 # This file contains the set of jobs run by the QEMU project:
2 # https://gitlab.com/qemu-project/qemu/-/pipelines
4 variables:
5   RUNNER_TAG: ""
7 default:
8   tags:
9     - $RUNNER_TAG
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'