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

Eduardo Habkost posted 2 patches 6 years, 4 months ago
Failed in applying to current master (apply log)
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/2] Python queue, 2019-06-18
Posted by Eduardo Habkost 6 years, 4 months ago
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(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/2] Python queue, 2019-06-18
Posted by Peter Maydell 6 years, 4 months ago
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