From: Henning Schild <henning.schild@siemens.com>
To: isar-users@googlegroups.com
Cc: Henning Schild <henning.schild@siemens.com>
Subject: [PATCH 1/3] scripts: Make building verbose for better failure analysis
Date: Thu, 12 Apr 2018 16:48:55 +0200 [thread overview]
Message-ID: <7219cddfebd75ac1527471df0118009e6c9ae530.1523544076.git.henning.schild@siemens.com> (raw)
This will help understand what went wrong when looking at the CI logs
after a build failed. It can also help understanding builds that did not
fail.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
scripts/ci_build.sh | 2 +-
scripts/vm_smoke_test | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index f84fdcf..e941f8c 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -22,7 +22,7 @@ fi
source isar-init-build-env /build/$WORKSPACE/$GIT_COMMIT
# Start build for all possible configurations
-bitbake \
+bitbake -v \
multiconfig:qemuarm-wheezy:isar-image-base \
multiconfig:qemuarm-jessie:isar-image-base \
multiconfig:qemuarm-stretch:isar-image-base \
diff --git a/scripts/vm_smoke_test b/scripts/vm_smoke_test
index 60c78da..fde0e05 100755
--- a/scripts/vm_smoke_test
+++ b/scripts/vm_smoke_test
@@ -60,6 +60,8 @@ run_test () {
# Check kernel module
check_example_module
+ dump_boot_log
+
# Clean up test artifacts
rm $CONSOLE_OUTPUT
rm $PID_FILE
--
2.16.1
next reply other threads:[~2018-04-12 14:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-12 14:48 Henning Schild [this message]
2018-04-12 14:48 ` [PATCH 2/3] scripts/isar-buildenv-internal: Remove unused variable Henning Schild
2018-04-23 6:03 ` Baurzhan Ismagulov
2018-04-12 14:48 ` [PATCH 3/3] scripts/start_vm: Deduplicate start_qemu Henning Schild
2018-04-23 6:06 ` Baurzhan Ismagulov
2018-04-23 6:03 ` [PATCH 1/3] scripts: Make building verbose for better failure analysis Baurzhan Ismagulov
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=7219cddfebd75ac1527471df0118009e6c9ae530.1523544076.git.henning.schild@siemens.com \
--to=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/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