summaryrefslogtreecommitdiffstats
path: root/tests/docker/travis
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 /tests/docker/travis
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 'tests/docker/travis')
-rwxr-xr-xtests/docker/travis22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/docker/travis b/tests/docker/travis
deleted file mode 100755
index 47c03677d6..0000000000
--- a/tests/docker/travis
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/bash -e
-#
-# Mimic a travis testing matrix
-#
-# Copyright (c) 2016 Red Hat Inc.
-#
-# Authors:
-# Fam Zheng <famz@redhat.com>
-#
-# This work is licensed under the terms of the GNU GPL, version 2
-# or (at your option) any later version. See the COPYING file in
-# the top-level directory.
-
-. common.rc
-
-requires pyyaml
-cmdfile=/tmp/travis_cmd_list.sh
-$QEMU_SRC/tests/docker/travis.py $QEMU_SRC/.travis.yml > $cmdfile
-chmod +x $cmdfile
-cd "$QEMU_SRC"
-unset BUILD_DIR SRC_DIR
-$cmdfile