[coreboot-gerrit] Patch set updated for coreboot: enable lint-stable build on jenkins

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Oct 15 18:09:51 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/11892

-gerrit

commit 8503fafdf1cd79ae387e84b97ccb09326da0b857
Author: Martin Roth <martinroth at google.com>
Date:   Tue Oct 13 15:08:01 2015 -0600

    enable lint-stable build on jenkins
    
    This will run the lint-stable scripts on jenkins to block a commit with
    obvious and known errors.
    
    It runs in under a second on my system, so shouldn't contribute to any
    real delay on jenkins.
    
    Change-Id: I6ff3468ec29dc4ccd0c115f2c26e26b291c507df
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 Makefile.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.inc b/Makefile.inc
index 1c81c69..38b2d40 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -684,6 +684,7 @@ $(obj)/board_id:
 JENKINS_PAYLOAD?=none
 CPUS?=4
 what-jenkins-does:
+	util/lint/lint lint-stable --junit
 	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)



More information about the coreboot-gerrit mailing list