All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for 6.2 v1 0/6] current state of for-6.2/misc-fixes
@ 2021-11-15 14:29 Alex Bennée
  2021-11-15 14:29 ` [PATCH v1 1/6] tests/docker: force NOUSER=1 for base images Alex Bennée
                   ` (5 more replies)
  0 siblings, 6 replies; 15+ messages in thread
From: Alex Bennée @ 2021-11-15 14:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: fam, berrange, f4bug, stefanha, crosa, pbonzini,
	Alex Bennée, aurelien

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



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-11-16 12:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 14:29 [PATCH for 6.2 v1 0/6] current state of for-6.2/misc-fixes Alex Bennée
2021-11-15 14:29 ` [PATCH v1 1/6] tests/docker: force NOUSER=1 for base images Alex Bennée
2021-11-16  9:02   ` Richard Henderson
2021-11-16 12:43   ` Philippe Mathieu-Daudé
2021-11-15 14:29 ` [PATCH v1 2/6] tests/vm: sort the special variable list Alex Bennée
2021-11-16  9:03   ` Richard Henderson
2021-11-16 12:22   ` Willian Rampazzo
2021-11-15 14:29 ` [PATCH v1 3/6] tests/vm: don't build using TCG by default Alex Bennée
2021-11-16  9:07   ` Richard Henderson
2021-11-16 12:23   ` Willian Rampazzo
2021-11-15 14:29 ` [PATCH v1 4/6] meson: remove useless libdl test Alex Bennée
2021-11-16  9:09   ` Richard Henderson
2021-11-15 14:29 ` [PATCH v1 5/6] Jobs based on custom runners: add CentOS Stream 8 Alex Bennée
2021-11-15 14:29 ` [PATCH v1 6/6] gitlab-ci: Split custom-runners.yml in one file per runner Alex Bennée
2021-11-16 12:25   ` Willian Rampazzo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.