On Sun, Nov 08, 2020 at 09:45:30PM +0100, Philippe Mathieu-Daudé wrote: > Similarly to commit 8cdb2cef3f1, move the coroutine tests to GitLab. > > Signed-off-by: Philippe Mathieu-Daudé > --- > Cc: Stefan Hajnoczi > Cc: Kevin Wolf > --- > .gitlab-ci.yml | 16 ++++++++++++++++ > .travis.yml | 14 -------------- > 2 files changed, 16 insertions(+), 14 deletions(-) > > diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml > index a799803afb9..6552a832939 100644 > --- a/.gitlab-ci.yml > +++ b/.gitlab-ci.yml > @@ -475,6 +475,22 @@ build-tci: > - QTEST_QEMU_BINARY="./qemu-system-x86_64" ./tests/qtest/pxe-test > - QTEST_QEMU_BINARY="./qemu-system-s390x" ./tests/qtest/pxe-test -m slow > > +# Alternate coroutines implementations are only really of interest to KVM users > +# However we can't test against KVM on Travis so we can only run unit tests s/Travis/GitLab CI/