public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/3] scripts: Make building verbose for better failure analysis
@ 2018-04-12 14:48 Henning Schild
  2018-04-12 14:48 ` [PATCH 2/3] scripts/isar-buildenv-internal: Remove unused variable Henning Schild
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Henning Schild @ 2018-04-12 14:48 UTC (permalink / raw)
  To: isar-users; +Cc: Henning Schild

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


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

end of thread, other threads:[~2018-04-23  6:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12 14:48 [PATCH 1/3] scripts: Make building verbose for better failure analysis Henning Schild
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox