On 06/14/2018 09:53 AM, Alex Bennée wrote: > These builds are reaching regular timeouts and probably don't need to > be so widely exercised. ftrace and ust in particular are used in > conjunction with whole system profiling which makes most sense with > KVM setups, hence the native softmmu target. > > We also expand simple to cover the multiple log backends while > restricting its scope to user-mode testing only. > > Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]> > --- > .travis.yml | 7 ++++--- > 1 file changed, 4 insertions(+), 3 deletions(-) > > diff --git a/.travis.yml b/.travis.yml > index c200dde534..fabfe9ec34 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -86,13 +86,14 @@ matrix: > - env: CONFIG="--enable-debug --enable-tcg-interpreter" > TEST_CMD="" > compiler: gcc > - - env: CONFIG="--enable-trace-backends=simple" > + # We don't need to exercise every backend with every front-end > + - env: CONFIG="--enable-trace-backends=log,simple,syslog > --disable-system" > TEST_CMD="" > compiler: gcc > - - env: CONFIG="--enable-trace-backends=ftrace" > + - env: CONFIG="--enable-trace-backends=ftrace > --target-list=x86_64-softmmu" > TEST_CMD="" > compiler: gcc > - - env: CONFIG="--enable-trace-backends=ust" > + - env: CONFIG="--enable-trace-backends=ust --target-list=x86_64-softmmu" > TEST_CMD="" > compiler: gcc > - env: CONFIG="--disable-tcg" >
