From: Wainer dos Santos Moschetta <wainersm@redhat.com>
To: qemu-devel@nongnu.org
Cc: fam@euphon.net, philmd@redhat.com, alex.bennee@linaro.org,
crosa@redhat.com
Subject: [PATCH 0/2] travis: Improve log browseability
Date: Mon, 30 Dec 2019 15:43:25 -0300 [thread overview]
Message-ID: <20191230184327.2800-1-wainersm@redhat.com> (raw)
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
next reply other threads:[~2019-12-30 18:45 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-30 18:43 Wainer dos Santos Moschetta [this message]
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é
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191230184327.2800-1-wainersm@redhat.com \
--to=wainersm@redhat.com \
--cc=alex.bennee@linaro.org \
--cc=crosa@redhat.com \
--cc=fam@euphon.net \
--cc=philmd@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).