mbox

[PULL,0/2] Python queue, 2019-06-18

Message ID 20190618144013.6537-1-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/python-next-pull-request

Message

Eduardo Habkost June 18, 2019, 2:40 p.m. UTC
The following changes since commit cdfaa2720f4a09e5254868bd1f6e33f3e9eae76f:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2' into staging (2019-06-18 10:47:00 +0100)

are available in the Git repository at:

  git://github.com/ehabkost/qemu.git tags/python-next-pull-request

for you to fetch changes up to c21f30ebc779cd4210b488dd702b3f8653aee82b:

  Travis: print acceptance tests logs in case of job failure (2019-06-18 11:15:08 -0300)

----------------------------------------------------------------
Python queue, 2019-06-18

Use a different method to dump avocado job log, to work around
timing-dependent issues in the arm test cases.

----------------------------------------------------------------

Cleber Rosa (1):
  Travis: print acceptance tests logs in case of job failure

Eduardo Habkost (1):
  Revert "travis: Make check-acceptance job more verbose"

 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Peter Maydell June 18, 2019, 3:50 p.m. UTC | #1
On Tue, 18 Jun 2019 at 15:40, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit cdfaa2720f4a09e5254868bd1f6e33f3e9eae76f:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2' into staging (2019-06-18 10:47:00 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/python-next-pull-request
>
> for you to fetch changes up to c21f30ebc779cd4210b488dd702b3f8653aee82b:
>
>   Travis: print acceptance tests logs in case of job failure (2019-06-18 11:15:08 -0300)
>
> ----------------------------------------------------------------
> Python queue, 2019-06-18
>
> Use a different method to dump avocado job log, to work around
> timing-dependent issues in the arm test cases.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM