On 28/05/2019 16:42, Dr. David Alan Gilbert wrote:
* Philippe Mathieu-Daudé (phi...@redhat.com) wrote:
This started to fail 6 months ago [1] and lately occurs too
often on the main Travis CI.
Travis CI set the CONTINUOUS_INTEGRATION variable in the process
environment [2]. Let's use it to disable it when running this test
there.
[1] https://travis-ci.org/philmd/qemu/jobs/466594203#L4430
[2]
https://docs.travis-ci.com/user/environment-variables/#default-environment-variables
I think the right solution here is to disable it under TCG.
For example, it's already done for ppc64 and s390x:
d254b392cb10 tests/migration-test: Disable s390x test when running with TCG
5fd4a9c97397 tests/migration: Skip tests for ppc tcg
You need the same for aarch64 since:
c02b37814cf6 tests: Add migration test for aarch64
Thanks,
Laurent