[coreboot-gerrit] Patch set updated for coreboot: Update 'what-jenkins-does' makefile target for junit filename

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Tue Oct 13 20:45:02 CEST 2015


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11879

-gerrit

commit 03d58f1c2aec4d245f0c10cc35a594ac8864a047
Author: Martin Roth <martinroth at google.com>
Date:   Tue Oct 13 12:29:19 2015 -0600

    Update 'what-jenkins-does' makefile target for junit filename
    
    Instead of renaming the junit filename, send abuild the desired
    name on the command line.
    
    Change-Id: I779bc180343bd549908750d7128bedbab7f36266
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 Makefile.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile.inc b/Makefile.inc
index d84bf19..4eeb9f7 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -697,8 +697,7 @@ $(obj)/board_id:
 JENKINS_PAYLOAD?=none
 CPUS?=4
 what-jenkins-does:
-	util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) -x
-	-mv abuild.xml abuild-chromeos.xml
+	util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD) -x -X $(top)/abuild-chromeos.xml
 	util/abuild/abuild -B -J $(if $(JENKINS_NOCCACHE),,-y) -c $(CPUS) -z -p $(JENKINS_PAYLOAD)
 	(cd payloads/libpayload; unset COREBOOT_BUILD_DIR; $(MAKE) $(if $(JENKINS_NOCCACHE),,CONFIG_LP_CCACHE=y) V=$(V) Q=$(Q) junit.xml)
 	$(MAKE) V=$(V) Q=$(Q) -C util/cbmem junit.xml



More information about the coreboot-gerrit mailing list