diff options
author | John Snow | 2022-07-08 17:35:00 +0200 |
---|---|---|
committer | Thomas Huth | 2022-07-18 20:24:36 +0200 |
commit | 28a48ed5f7bdbddb6955f732402ca9f51e56b23a (patch) | |
tree | 1fd3bb49ce8e7892522608b5705f344f50668e27 /tests/vm | |
parent | tests/vm: add 1GB extra memory per core (diff) | |
download | qemu-28a48ed5f7bdbddb6955f732402ca9f51e56b23a.tar.gz qemu-28a48ed5f7bdbddb6955f732402ca9f51e56b23a.tar.xz qemu-28a48ed5f7bdbddb6955f732402ca9f51e56b23a.zip |
tests/vm: Remove docker cross-compile test from CentOS VM
The fedora container has since been split apart, so there's no suitable
nearby target that would support "test-mingw" as it requires both x32
and x64 support -- so either fedora-cross-win32 nor fedora-cross-win64
would be truly suitable.
Just remove this test as superfluous with our current CI infrastructure.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220708153503.18864-10-jsnow@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-x | tests/vm/centos | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm/centos b/tests/vm/centos index 3a527c47b3..097a9ca14d 100755 --- a/tests/vm/centos +++ b/tests/vm/centos @@ -28,7 +28,6 @@ class CentosVM(basevm.BaseVM): tar -xf $SRC_ARCHIVE; make docker-test-block@centos8 {verbose} J={jobs} NETWORK=1; make docker-test-quick@centos8 {verbose} J={jobs} NETWORK=1; - make docker-test-mingw@fedora {verbose} J={jobs} NETWORK=1; """ def build_image(self, img): |