mbox

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

Message ID 20201221134504.764-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Thomas Huth Dec. 21, 2020, 1:44 p.m. UTC
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(-)

Comments

Peter Maydell Jan. 1, 2021, 6:18 p.m. UTC | #1
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