[PULL 0/5] fuzzer and gitlab-CI patches

Thomas Huth posted 5 patches 4 years, 11 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201221134504.764-1-thuth@redhat.com
Maintainers: Alexander Bulekov <alxndr@bu.edu>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Laurent Vivier <lvivier@redhat.com>, Bandan Das <bsd@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Alex Bennée" <alex.bennee@linaro.org>, Stefan Hajnoczi <stefanha@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Thomas Huth <thuth@redhat.com>
.gitlab-ci.yml                          |  7 ++-
tests/qtest/fuzz/generic_fuzz_configs.h | 84 ++++++++++++++++++++++++++++++++-
tests/requirements.txt                  |  2 +-
3 files changed, 89 insertions(+), 4 deletions(-)
[PULL 0/5] fuzzer and gitlab-CI patches
Posted by Thomas Huth 4 years, 11 months ago
 Hi!

The following changes since commit 75ee62ac606bfc9eb59310b9446df3434bf6e8c2:

  Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'
  into staging (2020-12-17 18:53:36 +0000)

are available in the Git repository at:

  https://gitlab.com/huth/qemu.git tags/pull-request-2020-12-21

for you to fetch changes up to df063546c2de1a5045e356253abd9a2e6e2bec6d:

  gitlab-ci: Archive logs of acceptance tests (2020-12-18 12:25:42 +0100)

----------------------------------------------------------------
* Two fuzzer patches from Alexander
* Show logs of failed acceptance jobs in the gitlab-CI
----------------------------------------------------------------

Alexander Bulekov (2):
      fuzz: Add more i386 configurations for fuzzing
      fuzz: fix the generic-fuzz-floppy config

Wainer dos Santos Moschetta (3):
      tests/acceptance: Bump avocado requirements to 83.0
      gitlab-ci: Refactor code that show logs of failed acceptances
      gitlab-ci: Archive logs of acceptance tests

 .gitlab-ci.yml                          |  7 ++-
 tests/qtest/fuzz/generic_fuzz_configs.h | 84 ++++++++++++++++++++++++++++++++-
 tests/requirements.txt                  |  2 +-
 3 files changed, 89 insertions(+), 4 deletions(-)


Re: [PULL 0/5] fuzzer and gitlab-CI patches
Posted by Peter Maydell 4 years, 10 months ago
On Mon, 21 Dec 2020 at 13:45, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi!
>
> The following changes since commit 75ee62ac606bfc9eb59310b9446df3434bf6e8c2:
>
>   Merge remote-tracking branch 'remotes/ehabkost-gl/tags/x86-next-pull-request'
>   into staging (2020-12-17 18:53:36 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/huth/qemu.git tags/pull-request-2020-12-21
>
> for you to fetch changes up to df063546c2de1a5045e356253abd9a2e6e2bec6d:
>
>   gitlab-ci: Archive logs of acceptance tests (2020-12-18 12:25:42 +0100)
>
> ----------------------------------------------------------------
> * Two fuzzer patches from Alexander
> * Show logs of failed acceptance jobs in the gitlab-CI
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM