qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] travis: Improve log browseability
@ 2019-12-30 18:43 Wainer dos Santos Moschetta
  2019-12-30 18:43 ` [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only Wainer dos Santos Moschetta
  2019-12-30 18:43 ` [PATCH 2/2] travis.yml: Detach build and test steps Wainer dos Santos Moschetta
  0 siblings, 2 replies; 7+ messages in thread
From: Wainer dos Santos Moschetta @ 2019-12-30 18:43 UTC (permalink / raw)
  To: qemu-devel; +Cc: fam, philmd, alex.bennee, crosa

While I was working on [1] I needed to check what dependencies
were missing on Travis environment to build a kernel. The test was
coded so that a build failure would cancel the test. As a result,
and because all tests pass'ed (or cancel'ed) I could not see
the Avocado logs (consequentely not able to check the missing
packages). That was the main reason for the Patch 01 in this
series. Also it seems pointless to print the log of the tests
that pass.

The patch 02 is a tentative to improve the browsing of build vs
test logs. Honestly I was expecting that Travis was able to
put the output of steps each on toggled text boxes (see the
'before_script' section, each command output has a
toggle). But that isn't the behavior of the 'script'
section. At least it prints the end of the build command
('The command "BUILD_RC=0 && make -j3 || BUILD_RC=$?" exited with 0.')
which can be grep'ed.

Git:
- Tree: https://github.com/wainersm/qemu
- Brach: travis_improved_browse

CI:
- Travis (FAIL): https://travis-ci.org/wainersm/qemu/builds/630948777
  QEMU keep failing with --without-default-devices

References:
[1] https://www.mail-archive.com/qemu-devel@nongnu.org/msg663432.html

Wainer dos Santos Moschetta (2):
  travis.yml: avocado: Print logs of non-pass tests only
  travis.yml: Detach build and test steps

 .travis.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.23.0



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-01-09 13:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-30 18:43 [PATCH 0/2] travis: Improve log browseability Wainer dos Santos Moschetta
2019-12-30 18:43 ` [PATCH 1/2] travis.yml: avocado: Print logs of non-pass tests only Wainer dos Santos Moschetta
2019-12-31 17:08   ` Philippe Mathieu-Daudé
2020-01-07 11:20   ` Alex Bennée
2020-01-09 13:27     ` Wainer dos Santos Moschetta
2019-12-30 18:43 ` [PATCH 2/2] travis.yml: Detach build and test steps Wainer dos Santos Moschetta
2019-12-31 17:10   ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).