mbox series

[0/2] make docker-travis work again

Message ID 20190320221207.11366-1-wainersm@redhat.com (mailing list archive)
Headers show
Series make docker-travis work again | expand

Message

Wainer dos Santos Moschetta March 20, 2019, 10:12 p.m. UTC
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(-)

Comments

Alex Bennée March 21, 2019, 7:33 a.m. UTC | #1
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