-
- Downloads
Merge tag 'pull-for-6.2-161121-1' of https://github.com/stsquad/qemu into staging
Misc build and test fixes: - force NOUSER for base docker images - don't run TCG VM tests by default - remove useless meson test - add Centos 8 custom runner - split up custom-runners to individual files - skip cirrus checks on master/stable branches # gpg: Signature made Tue 16 Nov 2021 05:22:09 PM CET # gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full] * tag 'pull-for-6.2-161121-1' of https://github.com/stsquad/qemu : gitlab: skip cirrus jobs on master and stable branches gitlab-ci: Split custom-runners.yml in one file per runner Jobs based on custom runners: add CentOS Stream 8 meson: remove useless libdl test tests/vm: don't build using TCG by default tests/vm: sort the special variable list tests/docker: force NOUSER=1 for base images Signed-off-by:Richard Henderson <richard.henderson@linaro.org>
Showing
- .gitlab-ci.d/cirrus.yml 3 additions, 0 deletions.gitlab-ci.d/cirrus.yml
- .gitlab-ci.d/custom-runners.yml 4 additions, 235 deletions.gitlab-ci.d/custom-runners.yml
- .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml 28 additions, 0 deletions.gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml
- .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml 118 additions, 0 deletions.gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml
- .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml 118 additions, 0 deletions.gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml
- accel/tcg/meson.build 1 addition, 1 deletionaccel/tcg/meson.build
- docs/devel/ci-jobs.rst.inc 7 additions, 0 deletionsdocs/devel/ci-jobs.rst.inc
- meson.build 1 addition, 7 deletionsmeson.build
- scripts/ci/org.centos/stream/8/build-environment.yml 51 additions, 0 deletionsscripts/ci/org.centos/stream/8/build-environment.yml
- scripts/ci/org.centos/stream/8/x86_64/configure 208 additions, 0 deletionsscripts/ci/org.centos/stream/8/x86_64/configure
- scripts/ci/org.centos/stream/8/x86_64/test-avocado 70 additions, 0 deletionsscripts/ci/org.centos/stream/8/x86_64/test-avocado
- scripts/ci/org.centos/stream/README 17 additions, 0 deletionsscripts/ci/org.centos/stream/README
- scripts/ci/setup/build-environment.yml 38 additions, 0 deletionsscripts/ci/setup/build-environment.yml
- tests/docker/Makefile.include 3 additions, 0 deletionstests/docker/Makefile.include
- tests/vm/Makefile.include 19 additions, 10 deletionstests/vm/Makefile.include
Loading
Please register or sign in to comment