[PULL 0/5] Acceptance tests fixes for 5.0-rc2

Philippe Mathieu-Daudé posted 5 patches 4 years ago
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test checkpatch passed
Test FreeBSD failed
Test asan passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200407103920.32558-1-philmd@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, "Hervé Poussineau" <hpoussin@reactos.org>, KONRAD Frederic <frederic.konrad@adacore.com>, Fabien Chouteau <chouteau@adacore.com>, "Alex Bennée" <alex.bennee@linaro.org>, Kamil Rytarowski <kamil@netbsd.org>, Fam Zheng <fam@euphon.net>
.travis.yml                             | 2 ++
tests/acceptance/machine_sparc_leon3.py | 4 ++++
tests/acceptance/migration.py           | 6 +++---
tests/acceptance/ppc_prep_40p.py        | 7 ++++---
4 files changed, 13 insertions(+), 6 deletions(-)
[PULL 0/5] Acceptance tests fixes for 5.0-rc2
Posted by Philippe Mathieu-Daudé 4 years ago
Another pull request on behalf of Eduardo and Cleber.

The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2020040=
6' into staging (2020-04-06 12:36:45 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/acceptance-fixes-20200407

for you to fetch changes up to a41f167547ec4e4752795572193d1cbb889c4885:

  .travis.yml: Cache acceptance-test assets (2020-04-06 20:03:14 +0200)

----------------------------------------------------------------
Acceptance tests patches

- Fixed EXEC migration
- Reduce PReP/40p artifacts download failures,
- Disable Leon3 HelenOS
- Speed up Travis-CI job by using a specific cache bucket

CI jobs results:
  https://gitlab.com/philmd/qemu/pipelines/133379305
  https://travis-ci.org/github/philmd/qemu/builds/671762970
----------------------------------------------------------------

Oksana Vohchana (1):
  Acceptance test: Fix to EXEC migration

Philippe Mathieu-Daud=C3=A9 (4):
  tests/acceptance/ppc_prep_40p: Use cdn.netbsd.org hostname
  tests/acceptance/ppc_prep_40p: Use mirror for ftp.software.ibm.com
  tests/acceptance/machine_sparc_leon3: Disable HelenOS test
  .travis.yml: Cache acceptance-test assets

 .travis.yml                             | 2 ++
 tests/acceptance/machine_sparc_leon3.py | 4 ++++
 tests/acceptance/migration.py           | 6 +++---
 tests/acceptance/ppc_prep_40p.py        | 7 ++++---
 4 files changed, 13 insertions(+), 6 deletions(-)

--=20
2.21.1


Re: [PULL 0/5] Acceptance tests fixes for 5.0-rc2
Posted by Peter Maydell 4 years ago
On Tue, 7 Apr 2020 at 11:40, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> Another pull request on behalf of Eduardo and Cleber.
>
> The following changes since commit 53ef8a92eb04ee19640f5aad3bff36cd4a36c250:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-2020040=
> 6' into staging (2020-04-06 12:36:45 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/acceptance-fixes-20200407
>
> for you to fetch changes up to a41f167547ec4e4752795572193d1cbb889c4885:
>
>   .travis.yml: Cache acceptance-test assets (2020-04-06 20:03:14 +0200)
>
> ----------------------------------------------------------------
> Acceptance tests patches
>
> - Fixed EXEC migration
> - Reduce PReP/40p artifacts download failures,
> - Disable Leon3 HelenOS
> - Speed up Travis-CI job by using a specific cache bucket
>
> CI jobs results:
>   https://gitlab.com/philmd/qemu/pipelines/133379305
>   https://travis-ci.org/github/philmd/qemu/builds/671762970
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM