summaryrefslogtreecommitdiffstats
path: root/docs/devel
diff options
context:
space:
mode:
authorDaniel P. Berrangé2021-02-11 13:27:43 +0100
committerAlex Bennée2021-02-15 10:38:33 +0100
commitd79f5c8b2302a8747260fb74b59ee086e7f077b6 (patch)
tree6f8e698dd0e6aa09384dfa1e00912e037faa683f /docs/devel
parenttravis-ci: Disable C++ optional objects on AArch64 container (diff)
downloadqemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.tar.gz
qemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.tar.xz
qemu-d79f5c8b2302a8747260fb74b59ee086e7f077b6.zip
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>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/testing.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index 209f9d8172..00ce16de48 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -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
-------------------------------