[coreboot-gerrit] Change in coreboot[master]: util/testing: Convert tegra124 and tegra210 builds to junit

Martin Roth (Code Review) gerrit at coreboot.org
Sun May 20 01:59:26 CEST 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/26422


Change subject: util/testing: Convert tegra124 and tegra210 builds to junit
......................................................................

util/testing: Convert tegra124 and tegra210 builds to junit

Because the tegra124 & tegra201 lp0 builds weren't junit tests, the
builds weren't actually picked up by jenkins, so any failures were
not previously reported.

Change-Id: Ie443ca713912d01ccf6921ce49f846d7297163ef
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
M util/testing/Makefile.inc
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/26422/1

diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc
index d9bb0f7..839580e 100644
--- a/util/testing/Makefile.inc
+++ b/util/testing/Makefile.inc
@@ -91,8 +91,8 @@
 	unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/nvramcui BLD=nvramcui MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml
 	unset COREBOOT_BUILD_DIR;$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=payloads/coreinfo BLD=coreinfo MFLAGS= MAKEFLAGS= MAKETARGET=defaultbuild junit.xml
 	$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=util/romcc BLD=romcc MFLAGS= MAKEFLAGS= MAKETARGET=test junit.xml
-	$(MAKE) -C src/soc/nvidia/tegra124/lp0 all clean
-	$(MAKE) -C src/soc/nvidia/tegra210/lp0 all clean
+	$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra124/lp0 BLD=tegra124_lp0 MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml
+	$(MAKE) CPUS=$(CPUS) V=$(V) Q=$(Q) BLD_DIR=src/soc/nvidia/tegra210/lp0 BLD=tegra120_lp0 MFLAGS= MAKEFLAGS= MAKETARGET=all junit.xml
 
 test-basic: test-lint test-tools test-abuild test-payloads test-cleanup
 

-- 
To view, visit https://review.coreboot.org/26422
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie443ca713912d01ccf6921ce49f846d7297163ef
Gerrit-Change-Number: 26422
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180519/d0ee3f9a/attachment.html>


More information about the coreboot-gerrit mailing list