[PULL 0/9] Gitlab-CI and testing improvements

Thomas Huth posted 9 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210127095444.114495-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Fam Zheng <fam@euphon.net>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
.gitlab-ci.yml                               | 19 ++++++++-
configure                                    |  6 +++
docs/devel/testing.rst                       | 62 ++++++++++++++++++++++++++++
meson.build                                  |  3 ++
tests/docker/dockerfiles/centos7.docker      |  1 +
tests/docker/dockerfiles/centos8.docker      |  1 +
tests/docker/dockerfiles/debian-amd64.docker |  1 +
tests/docker/dockerfiles/fedora.docker       |  3 ++
tests/docker/dockerfiles/ubuntu2004.docker   |  1 +
tests/qtest/libqtest.c                       | 50 +++++++++++-----------
10 files changed, 121 insertions(+), 26 deletions(-)
[PULL 0/9] Gitlab-CI and testing improvements
Posted by Thomas Huth 3 years, 3 months ago
 Hi Peter,

the following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:

  Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25-1' into staging (2021-01-26 09:51:02 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2021-01-27

for you to fetch changes up to f8a9b4c66569cbc1640722369a91c635102b5264:

  libqtest: Rework qtest_rsp() (2021-01-27 07:18:13 +0100)

----------------------------------------------------------------
* Patches to speed up and improve the gitlab-CI
* Documentation for the decorators in the "acceptance" tests
* One small rework of a libqtest function
----------------------------------------------------------------

Markus Armbruster (1):
      libqtest: Rework qtest_rsp()

Philippe Mathieu-Daudé (4):
      tests/docker: Install static libc package in CentOS 7
      gitlab-ci: Test building linux-user targets on CentOS 7
      configure: Only check for audio drivers if system-mode is selected
      meson: Do not build optional libraries by default

Thomas Huth (3):
      gitlab-ci.yml: Avoid some submodules to speed up the CI a little bit
      gitlab-ci.yml: Exclude some redundant targets in build-without-default-features
      gitlab-ci.yml: Avoid recompiling the sources in the test jobs

Wainer dos Santos Moschetta (1):
      docs/devel: Explain how acceptance tests can be skipped

 .gitlab-ci.yml                               | 19 ++++++++-
 configure                                    |  6 +++
 docs/devel/testing.rst                       | 62 ++++++++++++++++++++++++++++
 meson.build                                  |  3 ++
 tests/docker/dockerfiles/centos7.docker      |  1 +
 tests/docker/dockerfiles/centos8.docker      |  1 +
 tests/docker/dockerfiles/debian-amd64.docker |  1 +
 tests/docker/dockerfiles/fedora.docker       |  3 ++
 tests/docker/dockerfiles/ubuntu2004.docker   |  1 +
 tests/qtest/libqtest.c                       | 50 +++++++++++-----------
 10 files changed, 121 insertions(+), 26 deletions(-)


Re: [PULL 0/9] Gitlab-CI and testing improvements
Posted by Peter Maydell 3 years, 3 months ago
On Wed, 27 Jan 2021 at 09:54, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter,
>
> the following changes since commit 9cd69f1a270235b652766f00b94114f48a2d603f:
>
>   Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2021-01-25-1' into staging (2021-01-26 09:51:02 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2021-01-27
>
> for you to fetch changes up to f8a9b4c66569cbc1640722369a91c635102b5264:
>
>   libqtest: Rework qtest_rsp() (2021-01-27 07:18:13 +0100)
>
> ----------------------------------------------------------------
> * Patches to speed up and improve the gitlab-CI
> * Documentation for the decorators in the "acceptance" tests
> * One small rework of a libqtest function
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM