This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/qemu.
from 871c71b1ba Merge tag 'pull-block-2021-11-16' of https://gitlab.com/hrei [...] adds d47e3751b5 tests/docker: force NOUSER=1 for base images adds 81c9b06ea0 tests/vm: sort the special variable list adds ebd654aabc tests/vm: don't build using TCG by default adds a399f9143e meson: remove useless libdl test adds d7c2e2b3f4 Jobs based on custom runners: add CentOS Stream 8 adds 60bec83e8a gitlab-ci: Split custom-runners.yml in one file per runner adds 9968de0a4a gitlab: skip cirrus jobs on master and stable branches adds 9104bd89da Merge tag 'pull-for-6.2-161121-1' of https://github.com/stsq [...] adds 76df2b8d69 nbd/server: Silence clang sanitizer warning adds 3d212b41e9 nbd/server: Add --selinux-label option adds 56f4f41e02 Merge tag 'pull-nbd-2021-11-16' of https://repo.or.cz/qemu/e [...]
No new revisions were added by this update.
Summary of changes: .gitlab-ci.d/cirrus.yml | 3 + .gitlab-ci.d/custom-runners.yml | 239 +-------------------- .../custom-runners/centos-stream-8-x86_64.yml | 28 +++ .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml | 118 ++++++++++ .../custom-runners/ubuntu-20.04-aarch64.yml | 118 ++++++++++ accel/tcg/meson.build | 2 +- docs/devel/ci-jobs.rst.inc | 7 + meson.build | 18 +- meson_options.txt | 3 + nbd/server.c | 13 +- qemu-nbd.c | 46 ++++ .../ci/org.centos/stream/8/build-environment.yml | 51 +++++ scripts/ci/org.centos/stream/8/x86_64/configure | 208 ++++++++++++++++++ scripts/ci/org.centos/stream/8/x86_64/test-avocado | 70 ++++++ scripts/ci/org.centos/stream/README | 17 ++ scripts/ci/setup/build-environment.yml | 38 ++++ scripts/meson-buildoptions.sh | 3 + tests/docker/Makefile.include | 3 + tests/docker/dockerfiles/centos8.docker | 1 + tests/docker/dockerfiles/fedora-i386-cross.docker | 1 + tests/docker/dockerfiles/fedora.docker | 1 + tests/docker/dockerfiles/opensuse-leap.docker | 1 + tests/docker/dockerfiles/ubuntu1804.docker | 1 + tests/docker/dockerfiles/ubuntu2004.docker | 1 + tests/vm/Makefile.include | 29 ++- 25 files changed, 762 insertions(+), 258 deletions(-) create mode 100644 .gitlab-ci.d/custom-runners/centos-stream-8-x86_64.yml create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-18.04-s390x.yml create mode 100644 .gitlab-ci.d/custom-runners/ubuntu-20.04-aarch64.yml create mode 100644 scripts/ci/org.centos/stream/8/build-environment.yml create mode 100755 scripts/ci/org.centos/stream/8/x86_64/configure create mode 100755 scripts/ci/org.centos/stream/8/x86_64/test-avocado create mode 100644 scripts/ci/org.centos/stream/README