On 17/11/2020 18.36, Alex Bennée wrote: > The GCC check-tcg (user) test in particular was very prone to timing > out on Travis. We only actually need to move the some-softmmu builds > across as we already have coverage for linux-user. > > As --enable-debug-tcg does increase the run time somewhat as more > debug is put in let's restrict that to just the plugins build. It's
"so" or "," -----^ ? > unlikely that a plugins enabled build is going to hide a sanity > failure in core TCG code so let the plugin builds do the heavy lifting > on checking TCG sanity so the non-plugin builds can run swiftly. > > Now the only remaining check-tcg builds on Travis are for the various > non-x86 arches. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > Message-Id: <20201110192316.26397-10-alex.ben...@linaro.org> > --- > .gitlab-ci.yml | 17 +++++++++++++++++ > .travis.yml | 26 -------------------------- > 2 files changed, 17 insertions(+), 26 deletions(-) Reviewed-by: Thomas Huth <th...@redhat.com>