mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
tests/docker: remove travis container
The travis container that we have no longer matches what travis currently uses. As all x86 jobs are being moved to GitLab CI too, there is no compelling reason to update the travis container. It is simpler to just remove it. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Message-Id: <20210209135011.1224992-2-berrange@redhat.com> Message-Id: <20210211122750.22645-9-alex.bennee@linaro.org>
This commit is contained in:
parent
aa2ea7ad6c
commit
d79f5c8b23
5 changed files with 2 additions and 109 deletions
|
@ -357,20 +357,6 @@ source and build it.
|
|||
|
||||
The full list of tests is printed in the ``make docker`` help.
|
||||
|
||||
Tools
|
||||
-----
|
||||
|
||||
There are executables that are created to run in a specific Docker environment.
|
||||
This makes it easy to write scripts that have heavy or special dependencies,
|
||||
but are still very easy to use.
|
||||
|
||||
Currently the only tool is ``travis``, which mimics the Travis-CI tests in a
|
||||
container. It runs in the ``travis`` image:
|
||||
|
||||
.. code::
|
||||
|
||||
make docker-travis@travis
|
||||
|
||||
Debugging a Docker test failure
|
||||
-------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue