----- Thomas Huth <th...@redhat.com> wrote: > On 23/07/2020 14.53, Philippe Mathieu-Daudé wrote: > > On 7/23/20 2:27 PM, Thomas Huth wrote: > >> These tests always time out on Gitlab, not sure what's happening here. > >> Let's disable them until somebody has enough spare time to debug the > >> issues. > > > > Is the Avocado cache working? Is it failing with an empty cache? > > If so, maybe we need to run avocado cache fetching in a previous > > step, before the testing job. > > > > Can you share a url of failed job so I can have a look? > > CentOS: > https://gitlab.com/huth/qemu/-/jobs/651179303 > I don't see the sash files being downloaded/checked ahead of test execution, so that may be an issue indeed. But for the cubieboard, that is being done, so does not look like a cache issue.
Either way, it's better to disable these and re-enable them after a proper investigation (I'll follow up with that). Reviewed-by: Cleber Rosa <cr...@redhat.com> > Debian: > https://gitlab.com/huth/qemu/-/jobs/651179296 > > ... might be a cache issue, indeed. > > Thomas