From 1613e25be19eb51c9274437a1dfcace9ad1a999c Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Sat, 19 May 2018 17:59:10 -0600 Subject: util/testing: Convert tegra124 and tegra210 builds to junit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/26422 Reviewed-by: Patrick Georgi Reviewed-by: Jonathan Neuschäfer Tested-by: build bot (Jenkins) --- util/testing/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/testing') diff --git a/util/testing/Makefile.inc b/util/testing/Makefile.inc index d9bb0f78e50c..839580e9eec2 100644 --- a/util/testing/Makefile.inc +++ b/util/testing/Makefile.inc @@ -91,8 +91,8 @@ what-jenkins-does: 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 -- cgit v1.2.3