qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: richard.henderson@linaro.org
Cc: peter.maydell@linaro.org, "Alex Bennée" <alex.bennee@linaro.org>,
	qemu-devel@nongnu.org
Subject: [PULL for 6.2 0/7] misc build and test fixes
Date: Tue, 16 Nov 2021 16:25:08 +0000	[thread overview]
Message-ID: <20211116162515.4100231-1-alex.bennee@linaro.org> (raw)

The following changes since commit 871c71b1bad2d2647641500603a2236869135c7f:

  Merge tag 'pull-block-2021-11-16' of https://gitlab.com/hreitz/qemu into staging (2021-11-16 14:20:39 +0100)

are available in the Git repository at:

  https://github.com/stsquad/qemu.git tags/pull-for-6.2-161121-1

for you to fetch changes up to 9968de0a4a5470bd7b98dcd2fae5d5269908f16b:

  gitlab: skip cirrus jobs on master and stable branches (2021-11-16 16:19:53 +0000)

----------------------------------------------------------------
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

----------------------------------------------------------------
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

Daniel P. Berrangé (1):
      gitlab: skip cirrus jobs on master and stable branches

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/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 +-
 .../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 ++++
 tests/docker/Makefile.include                      |   3 +
 tests/vm/Makefile.include                          |  29 ++-
 15 files changed, 686 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	other threads:[~2021-11-16 16:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16 16:25 Alex Bennée [this message]
2021-11-16 16:25 ` [PULL 1/7] tests/docker: force NOUSER=1 for base images Alex Bennée
2021-11-16 16:25 ` [PULL 2/7] tests/vm: sort the special variable list Alex Bennée
2021-11-16 16:25 ` [PULL 3/7] tests/vm: don't build using TCG by default Alex Bennée
2021-11-16 16:25 ` [PULL 4/7] meson: remove useless libdl test Alex Bennée
2021-11-16 16:25 ` [PULL 5/7] Jobs based on custom runners: add CentOS Stream 8 Alex Bennée
2021-11-16 16:25 ` [PULL 6/7] gitlab-ci: Split custom-runners.yml in one file per runner Alex Bennée
2021-11-16 16:25 ` [PULL 7/7] gitlab: skip cirrus jobs on master and stable branches Alex Bennée
2021-11-16 17:53 ` [PULL for 6.2 0/7] misc build and test fixes Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211116162515.4100231-1-alex.bennee@linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).