[Qemu-devel] [PATCH 0/2] make docker-travis work again

Wainer dos Santos Moschetta posted 2 patches 5 years, 1 month ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190320221207.11366-1-wainersm@redhat.com
Maintainers: Fam Zheng <fam@euphon.net>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
tests/docker/travis    |  1 +
tests/docker/travis.py | 11 +++++------
2 files changed, 6 insertions(+), 6 deletions(-)
[Qemu-devel] [PATCH 0/2] make docker-travis work again
Posted by Wainer dos Santos Moschetta 5 years, 1 month ago
The `make docker-travis@IMAGE` is broken because:
1) travis.py fails to parse the current .travis.yml
2) The travis script does not get the correct reference
to the source directory. It is a regression introduced on
commit 05790dafef1.

Tested with `make docker-travis@ubuntu`.

Wainer dos Santos Moschetta (2):
  docker: Fix travis.py parser and misc change
  docker: Fix travis script unable to find source dir

 tests/docker/travis    |  1 +
 tests/docker/travis.py | 11 +++++------
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.20.1


Re: [Qemu-devel] [PATCH 0/2] make docker-travis work again
Posted by Alex Bennée 5 years, 1 month ago
Wainer dos Santos Moschetta <wainersm@redhat.com> writes:

> The `make docker-travis@IMAGE` is broken because:
> 1) travis.py fails to parse the current .travis.yml
> 2) The travis script does not get the correct reference
> to the source directory. It is a regression introduced on
> commit 05790dafef1.
>
> Tested with `make docker-travis@ubuntu`.

Just goes to show how often we run the Travis matrix locally....

These look good to me. As they are bug fixes I think they are good
enough to go into my next Travis PR. I'm just waiting for reviews on:

  Subject: [PATCH  v1 0/3 for 4.0] reduce timeouts on Travis
  Date: Tue, 19 Mar 2019 12:47:57 +0000
  Message-Id: <20190319124800.7454-1-alex.bennee@linaro.org>

before putting it together.

>
> Wainer dos Santos Moschetta (2):
>   docker: Fix travis.py parser and misc change
>   docker: Fix travis script unable to find source dir
>
>  tests/docker/travis    |  1 +
>  tests/docker/travis.py | 11 +++++------
>  2 files changed, 6 insertions(+), 6 deletions(-)


--
Alex Bennée