qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH for 6.2 v1 0/6] current state of for-6.2/misc-fixes


From: Alex Bennée
Subject: [PATCH for 6.2 v1 0/6] current state of for-6.2/misc-fixes
Date: Mon, 15 Nov 2021 14:29:09 +0000

Hi,

Here is the current state of my for-6.2/misc fixes tree. Currently the
following are unreviewed:

 - tests/vm: don't build using TCG by default
 - tests/vm: sort the special variable list
 - tests/docker: force NOUSER=1 for base images

Alex Bennée (3):
  tests/docker: force NOUSER=1 for base images
  tests/vm: sort the special variable list
  tests/vm: don't build using TCG by default

Cleber Rosa (1):
  Jobs based on custom runners: add CentOS Stream 8

Paolo Bonzini (1):
  meson: remove useless libdl test

Philippe Mathieu-Daudé (1):
  gitlab-ci: Split custom-runners.yml in one file per runner

 docs/devel/ci-jobs.rst.inc                    |   7 +
 meson.build                                   |   8 +-
 .gitlab-ci.d/custom-runners.yml               | 239 +-----------------
 .../custom-runners/centos-stream-8-x86_64.yml |  28 ++
 .../custom-runners/ubuntu-18.04-s390x.yml     | 118 +++++++++
 .../custom-runners/ubuntu-20.04-aarch64.yml   | 118 +++++++++
 accel/tcg/meson.build                         |   2 +-
 .../org.centos/stream/8/build-environment.yml |  51 ++++
 .../ci/org.centos/stream/8/x86_64/configure   | 208 +++++++++++++++
 .../org.centos/stream/8/x86_64/test-avocado   |  70 +++++
 scripts/ci/org.centos/stream/README           |  17 ++
 scripts/ci/setup/build-environment.yml        |  38 +++
 tests/docker/Makefile.include                 |   3 +
 tests/vm/Makefile.include                     |  29 ++-
 14 files changed, 683 insertions(+), 253 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

-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]